ASP.NET 2.0 Question:
Download Questions PDF

What is Difference between DataList and GridView?

ASP.NET 2.0 Interview Question
ASP.NET 2.0 Interview Question

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

Download ASP.NET 2.0 Interview Questions And Answers PDF

Previous QuestionNext Question
can u explain one critical mapping?
performance issue which one is better? whether connected lookup tranformation or unconnected one?
What is different in .Net 1.1 and .Net 2.0?