difference between gridview,data list and repeater control
Answer Posted / trimurthy
1.we are selecting ,updating from database in gridview and
also insering by using footer row and paging in gridview.
2we are create multiple column table,where each cell is a
separate record in data list.
3.It does not support selection and editing in repeater.
| Is This Answer Correct ? | 37 Yes | 17 No |
Post New Answer View All Answers
How can we call webservices in Banking Applications? and where we are using it?
What is difference between Lambda Expression and LINQ in ASP.NET?
How do you secure your configuration files to be accessed remotely by unauthorized users?
Where can I get the details on migration of existing projects using various technologies to asp.net?
Is LINQ performance wise better or using sqlcommand?
What is a viewstate?
What is the caspol.exe tool used for?
What is parse in asp.net?
How can you implement the postback property of an asp.net control?
In early binding will the method invoked on com component will verify it?s existance in the system or not ?
If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?
What is data cache in sql server?
How does output caching work in ASP.NET?
What is redirecting behavior?
What is the difference between ASP Session State and ASP.Net Session State?