What are the disadvantages of using datalist?



What are the disadvantages of using datalist?..

Answer / Sheetal Jadhav

DataList is an ASP.NET web control that provides a flexible and powerful way to display data in a table-like format. However, it has some disadvantages compared to other controls like GridView and Repeater. The main disadvantages are: limited templating capabilities, lack of sorting and paging support out of the box, and poor performance when dealing with large amounts of data.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ADO.NET Interview Questions

Which ado.net object is very fast in getting data from the database?

1 Answers  


How do you merge 2 datasets into the third dataset in a simple manner?

1 Answers  


What is the difference between DataReader and DataSet in ADO.NET?

1 Answers   Petranics Solutions,


differences between ADO and ADO.NET

1 Answers   Microsoft,


What is the use of SqlCommand object?

1 Answers  


What is difference between entity framework and ado.net?

1 Answers  


Does entity framework use ado.net?

1 Answers  


What we do with the object of ado.net dataset after using it?Can we dispose it or can we set it nothing?Is it must or not?

4 Answers   SVI,


What is the difference between OLEDB Provider and SqlClient?

1 Answers  


How do you connect to sql server database without using sqlclient?

1 Answers  


What is ado data control?

1 Answers  


What are the important features of ado.net 2.0?

1 Answers  


Categories