What is difference b/w Data Grid in ASP.Net 1.1 and Gridview
in 2.0
Answer Posted / sudhir kunnure
Gridview have More properties and events than datagrid.
Auto delete,Edit,auto column,rowbound,rowdeleteing and many
more.
Grid view is more user friendly than gridview.
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
Explain about Automatic resource management?
How do you design a website with multilingual support in ASP.NET ?
What is the sequence in which ASP.NET events are processed?
Do gac'ed assemblies have fulltrust?
What are the different types of validation controls in asp.net?
what is a .xap file? Explain with an example.
Why is xap important?
Explain ViewState?
Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?
Explain the difference between page.registerclientscriptblock and page.registerstartupscript?
What is a web api endpoint?
What is the biggest disadvantage of “Other Return Types” in Web API?
Difference between singleton and singlecall.
What is the life cycle of web page?
Describe the diffeerence between inline and code behind?