What is difference b/w Data Grid in ASP.Net 1.1 and Gridview
in 2.0
Answer Posted / sunil
In my opinion, if your purpose is to manually load and retrieve data from
cells and controls inside the cells, I would recommend you still use the
DataGrid control, it's still supported in ASP.NET 2.0. If you want to try
the new and powerful data-binding feature of data source objects (such as
SqlDataSource, ObjectDataSource), I would recommend you use the GridView
control.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What does mean by a neutral culture?
How would you enable impersonation in the web.config file?
What is mvc in asp.net interview question? : Asp.Net MVC
Tell me the code snippet to show how we can return 404 errors from HttpError?
Explain swagger components.
In early binding will the method invoked on com component will verify it?s existance in the system or not ?
Explain method to handle error using HttpError in Web API?
i want the asp.net technical questions and answeres
What are the cookies types in asp.net?
Explain about asp.net 2.0 themes?
How would you get asp.net running in apache web servers? Explain it's limitations.
What is asp.net response object?
What are server-side comments in ASP.NET?
How will you load dynamic assembly? How will create assesblies at run time?
What is the purpose of using MVC programming pattern in ASP.NET?