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 is difference Between Authentication and authorization?
Explain login controls.
What is server side in asp.net?
Describe the disadvantage of cookies.
What is app_code folder in asp net?
Define cookie.
How dataadapter.fill works?
How can you handle errors in Web API?
What are demand-paging and pre-paging?
How will you load dynamic assembly? How will create assesblies at run time?
Is oauth for authentication or authorization?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
How to Separate background image and front image from original picture....
What is ipostback?
Explain the use of errorprovider control in .net?