Click here to Skip to main content
15,914,111 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
compare ajax gridview and asp.net gridview control in asp.net.which is better?
Posted

1 solution

As for obvious reasons ajax gridview is better as any operation on it won't be requiring any postback.

And going to ASP.Net gridview then it has its own features for a particular requirement like where there are no or less operations on gridview then asp.net is useful there.

For example: -For bulk data,

The most important thing about bulk data is not to move bulk data. Create you own paging in a gridview and do not retrieve more records than 1 gridviewpage from the database. Otherwise performance drops immediatly.
an example can be found here.

http://www.4guysfromrolla.com/articles/031506-1.aspx[^]


So, Both are good it totally depends on your requirement how you use them.

I hope you understand.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900