ASP.NET 2.0 Question:
What is Difference between DataList and GridView?
Answer:
Gridview can display based on various colums avl in an single query or table. Also can customize it while can sort, edit, delete, insert. Datalist is a data bound list control that displays items using templates. Mainly it is all control bound.
DataList is using to list of all data in tree structure GridView is using to list of all value in table format
DataList is using to list of all data in tree structure GridView is using to list of all value in table format