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
What do you mean by marshalbyref?
What is the use of web.config file?
What is the use of data set in asp.net?
What does occur first in ASP.Net, Authentication or Authorization?
What are the features of asp net?
Is asp.net outdated?
What are the HTML server controls in ASP.NET?
What are the differences between the response.write() and response.output.write()?
Explain about asp.net 2.0 themes?
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool
Explain the benefits of viewstate?
Explain the use of duration attribute of @outputcache page directive.
Which is the parent class of the web server control?
What is the difference between login controls and forms authentication?
Explain login controls.