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 pass info between 2 asp.net pages?
What is preprocessor in .net? Where it use?
What is view state management in asp net?
Explain one critical mapping?
What are the differnt types of handler in ASP.NET?
Explain the concept of View Model in MVC?
Is asp.net a programming language or framework?
when a request is made in Life cycle of ASP.NET page .
Explain Authentication mechanism in dotnet
How do u declare static variable and how it is declared and what is its lifetime?
What is difference between web api and web services?
What is cookieless session id explain in brief?
1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?
What is diff. Between abstract class and an interface?
In What Order Do The Events Of An Aspx Page Execute. As A Developer Is It Important To Undertsand These Events?