Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
In asp.net,which control is better for displaying bulk of data on an aspx page?
other than gridview any other options?
Posted
Updated 15-Feb-12 20:34pm
v3

Dear Friend,

GridView is the best control and for bulk data use paging and it depends on what data you want to show.

Paging GridView with ROW_NUMBER()[^]

Thanks
 
Share this answer
 
v3
Comments
Sergey Alexandrovich Kryukov 16-Feb-12 2:45am    
I say basically the same thing. "It depends" is a key here. Useful reference, my 5.
--SA
Varun Sareen 16-Feb-12 4:26am    
thanks
It totally depends what features you want to provide to your users. You can compare gridview with other controls used for displaying data in terms of pros and cons of each and choose wisely. read these:

comparing-listview-with-gridview-datalist-and-repeater[^]


Repeater-DataList-ListView-GridView.[^]

hope it helps :)
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 16-Feb-12 2:43am    
Makes sense. As I say in my answer, all such answers are of low validity, because, as you correctly point out, it depends. So, my 5.
--SA
Uday P.Singh 16-Feb-12 2:57am    
thanks :)
"Compilation error 0666: predicate 'better' is not defined".

Jokes aside: it depends. Without explanation of the structure of the data, required presentation options (usually totally defined by semantic of the data and application requirements) and, yes, the idea on typical volumes of the data, the question really makes no sense.

Well, a quick answer with very low validity (by the reasons explained above): System.Web.UI.WebControls.GridView, with paging, http://docs.jquery.com/Main_Page[^].

—SA
 
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