difference between gridview,data list and repeater control
Answer Posted / mahendra
DataGrid and DataList controls are derived from the WebControl class, while the Repeater control is derived from the Control class. The WebControl class contains a number of aesthetic properties, such as BackColor, ForeColor, CssClass, BorderStyle and so on.
| Is This Answer Correct ? | 33 Yes | 12 No |
Post New Answer View All Answers
Can you explain how ASP.NET application life cycle and page life cycle events fire?
What is difference between view state and session state?
How is mvc different from asp.net? : Asp.Net MVC
What does asp in asp.net stand for?
What is the default authentication mode for asp.net?
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
Define secured sockets layer.
How does a content page differ from a master page?
Explain difference between friend and protected friend?
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC
How can we communicate with each server in N-tier Architecture? and what are the methods?
Define web.config in .net?
What is the difference between ASP.NET Webforms and ASP.NET MVC?
How can we identify that the page is post back in asp net?
What is diff. Between abstract class and an interface?