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
What are validator? Name the validation controls in asp.net? How do you disable them?
What are the parts of an http response?
How to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC
Is it right that ASP.NET Web API has replaced WCF?
How ASP and ASP.NET page works? Explain about asp.net page life cycle?
What is mta?
Can I stream live content/events?
What is difference between web api and web services?
Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?
What are ASP.NET Web Forms? How is this technology different than what is available though ASP?
What is application variable in asp.net?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
How does cookies work in asp net?
A Web Service Can Only Be Written In .net. Is it True??
Can we have 2 web config files?