What is difference b/w Data Grid in ASP.Net 1.1 and Gridview
in 2.0
Answer Posted / vdk
Gridview is the replacement in .net 2.0 for the datagrid.
the differences between them is >>sorting editing and
paging are the additional capabilities in gridview which
requires no coding while Datgrid requires the user
coding .Gridview has improved databinding using smart
tag.Additional column types and design time column
operations.Customised pager UI using pager
template.Customized paging support.
| Is This Answer Correct ? | 20 Yes | 2 No |
Post New Answer View All Answers
What are the Types of chaching. How to implement caching
What is client side state management?
Define dll hell?
How does session authentication work?
What is different authentication mechanisms used in ASP.NET?
How can we identify that the page is post back in asp net?
What is in a session cookie?
What is csrf attack in asp.net?
How does the cookies work in asp.net?
Where is the session stored?
Explain what is clr?
Can I have a unique key as foreign key?
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
Explain server-side scripting and client-side scripting.
Is a dll file an executable?