8
Reply

what is the diffrence between Gridview and Datalist

sanjay pawar

sanjay pawar

Jan 06, 2015
1.2k
0

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

    maulik patel
    November 03, 2015
    0

    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

    Rahul Prajapat
    May 30, 2015
    0

    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

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

    vivek kumar
    March 23, 2015
    0

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

    vivek kumar
    March 23, 2015
    0

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

    Munesh Sharma
    February 14, 2015
    0

    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

    Nitin Choudhary
    January 20, 2015
    0

    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.

    Imtiyaz Khan
    January 19, 2015
    0