What is difference b/w Data Grid in ASP.Net 1.1 and Gridview
in 2.0
Answer Posted / lavanya
Data Grid:
1. Code requires handling the Sort Command event and
rebinding grid required.
2. Code requires handling the Page Index Changed.
3. Need extensive code for update operation on data.
4. When compared to grid view fewer events supported.
Grid View:
1. No code required.
2. No code required for Page Index Changed.
3. Needs little code for update operation.
4. Grid View supports events fired before and after database
updates
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is a server cookie?
Explain the difference between singleton and single call?
What is server side session?
Explain Areas in MVC?
Explain weak typing and strong typing.
Which two new properties are added in asp.net 4.0 page class?
When was asp.net released?
What are query strings used for?
Do you know about caching with the datasource controls?
What are the advantages of Web API?
Describe the diffeerence between inline and code behind?
What is the difference between asp.net and mvc?
Which method do you use to kill explicitly a users session?
What is query string with example?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.