sanjay pawar
what is the diffrence between Gridview and Datalist
By sanjay pawar in .NET on Jan 06 2015
  • maulik patel
    Nov, 2015 3

    gridview show data in table format and datalist give display column flexibility to display horizontal and vertical.

    • 0
  • Rahul Prajapat
    May, 2015 30

    gridview show data in form of table but datalist doesn't show data in table format. gridview have default paging concept but in datalist we add manually datalist is light weight compare to gridview

    • 0
  • Pankaj  Kumar Choudhary
    Mar, 2015 29

    gridview show data in form of table but datalist doesn't show data in table format. gd hav default paging concept but in datalist we add manually datalist is light weight compare to gridview

    • 0
  • vivek kumar
    Mar, 2015 23

    gridview is a control taht gives the data in tabular format but datalist gives the all data in single row format.

    • 0
  • vivek kumar
    Mar, 2015 23

    gridview is a control taht gives the data in tabular format but datalist gives the all data in single row format.

    • 0
  • Munesh Sharma
    Feb, 2015 14

    http://www.dotnet-tricks.com/Tutorial/aspnet/K0KJ111013-Difference-Between-Repeater-and-DataList-and-GridView.html

    • 0
  • Nitin Choudhary
    Jan, 2015 20

    DataGrid:It will support default paing (through allow pageing property)It is performance very slow compare to Repeater and DataList.We can display the data either rowwise or columnwise, through Repeat Columns and repeat direction propertyBetter to use list reports with Select, SORT, EDIT , Update, Delete and Cancel optionDataList:Not support, but we can use paging concept through manual coding.It is performance very compare to RepeaterWe can display the data either rowwise or columnwise, through Repeat Columns and repeat direction propertyBetter to display tabular columns

    • 0
  • Imtiyaz Khan
    Jan, 2015 19

    Control Paging Sorting Grouping Insert Update DeleteGrid view Yes Yes No Yes Yes YesData List No No No Yes Yes Yesthese are the default functionality provided by grid view and data list.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS