What is difference b/w Data Grid in ASP.Net 1.1 and Gridview
in 2.0
Answer Posted / mukesh sharma(mca) , hapur,gzb
Datagrid is centralized by itemcommand property but
gridview is not.
Gridview have auto delete,Edit,auto
column,rowbound,rowdeleteing and many
more.
Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
What is the Intermittent crashing of application in production?
What is base class of .net?
How do I open an ashx file?
In which situation can you not use a viewstate?
What does asp stand for in asp.net?
Why viewstate is used in asp.net?
Which type if caching will be used if we want to cache the portion of a page instead of whole page?
What is client side state management?
What is custom attribute?
Which protocol is used to call web service?
Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
When maintaining session through sql server, what is the impact of read and write operation on session objects?
Explain Session state management options in ASP.NET.