What is difference b/w Data Grid in ASP.Net 1.1 and Gridview
in 2.0
Answer Posted / nisha patel
using gridview we can transfore the control one page to
another page.ex..if i create one master page, and one detail
(child) . we can provide easily link from master page to
detail(child) page.and transfer on that page. its a main
benifit of using gridview , i think so........
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Which method do you use to kill explicitly a users session?
What is the postback property in asp.net?
What does postback mean?
Is asp.net 64-bit enabled? How?
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
What is authentication in asp.net?
What is .net framework and what are the main components of it?
Differentiate between file-based dependency and key-based dependency.
How to create events for a control?
How can you make sure that web api returns json data only?
What is csrf attack in asp.net?
What is paging in context of Memory?
What is asp.net caching?
Is web config mandatory?
Explain the difference between asp.net mvc and asp.net webforms