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
Elaborate differentiation between Cache and Application?
How can we pass info between 2 asp.net pages?
What is work flow gen? how can it will work with .Net?
What is asp.net introduction?
Can you explain autopostback?
Define page output caching?
Define viewstate in .net?
Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc
What is session and application variable in asp net?
Describe session handling in a webfarm?
Do you know caching feature?
What is the usage of DelegatingHandler?
Explain the benefits of viewstate?
Where sessions are stored?
Can any body provide me the sample web application in asp.net