What is difference b/w Data Grid in ASP.Net 1.1 and Gridview
in 2.0
Answer Posted / a v suresh
Datagrid is centralized by itemcommand property but
gridview is not.
Grid view is more user friendly than gridview.
Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?
What is page request in asp.net?
What is a 307 redirect?
Explain how cookies work.
Can you explain autopostback?
What is http post action?
Can you explain one critical mapping? Performance issue which one is better?
Why do I get error message "could not load type" whenever I browse to my asp.net web site?
What is difference between ispostback and autopostback in asp net?
How asp.net mvc differs from asp.net web forms? : asp.net mvc
How can we inherit a static member?
What are main return types supported in Web API?
Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc
What is repository pattern in mvc.net? : asp.net mvc
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC