Supratik De
What is the alternate way to replace Dataset to bind data in Datagrid.
By Supratik De in ASP.NET on Jan 26 2010
  • kamal bafila
    Feb, 2010 26

    You can use the List<> of object.Then bind the list to the data grid.

    List<Object> items;
    then add items to the List then 
    Gridview1.DataSource= items;
    Gridview1.dataBind();

    • 0
  • Supratik De
    Jan, 2010 26

    I know we use Dataset component to bind the data into datagrid,but if we don't use the Dataset what is the alternate way or what is the class which Datagrid supoorts to bind data. i.e. if we want to write a class to bind data in Datagrid then which class should we use.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS