difference between gridview,data list and repeater control
Answer Posted / venkatrami reddy
Gridview:
gridview is a collection of templates like header, bounded,edit ,item ,hyperlink,image fields.using this gridview control we can perform all most all database realations.
Datalist:
datalist is a collection of header template,edit item template,item template and footer templates.By using this control we can select and edit the data.
repeater:
Repeater is a collection of item template,header template and footer template.by comparing the repeater and datalist, in case of performance we prefer to repeater control.
| Is This Answer Correct ? | 13 Yes | 21 No |
Post New Answer View All Answers
What setting must be added in the configuration file to deny a particular user from accessing the secured resources?
Explain State management in asp.net
Explain diff. Betn dataset and recordset?
Why session is necessary in web application?
How you will handle session when deploying application in more than a server?
What is the use of session in web application?
Describe the disadvantage of cookies.
Explain what is the procedure to create the environment for asp.net? : asp.net mvc
How you can return View from ASP.NET Web API method?
How you can stop the validation of ASP.NET controls from client side?
Define static constructor?
What is %20 in a url?
What is the use of web.config file?
Disable Mouse right click on web page in asp.net?
What are the server control tags in asp.net.?