Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Dear All,

I am using GridView in ASP.Net as front end and SqlServer as backend. I would like to know the best way of code to display records in GridView from Database(using 3-Tier) as well as store/update it in the database. Records are huge and it should be faster in uploading or updating the records using GridView.

Also suggest some tools as well as coding part.

Thanks.
Posted
Comments
R. Giskard Reventlov 25-Apr-12 16:53pm    
When you say records are huge, what do you really mean? It is poor design to load too many records into a GridView.
Freelancers 29-Apr-12 0:14am    
Thanks for reply.

Please suggest what to do in that case instead of loading records into a GridvView.

How we can display those records?

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