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
how to elimainte the similar data from the different tables
Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc
What is session mode in asp.net?
Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?
What is the Intermittent crashing of application in production?
Can the dictionary object be created in client?s scope ?
How do we assign page-specific attributes?
How do I send an email message from my ASP.NET page?
Describe the method to create a permanent cookie?
What is data reader in asp.net?
When using the Pager object, inorder to know which page to go, which property you have to set to grid?
How would you enable impersonation in the web.config file?
What are the asp.net server side objects?
What is the difference between adding reference in solution explorer and adding references by using ?
Define machine.config in .net?