Click here to Skip to main content
15,886,067 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Can anyone please help me??
Posted

Use custom Paganation and pull rows page-wise from database.
 
Share this answer
 
You need to elaborate more on your question.
 
Share this answer
 
Use Object Data Source with Stored Procedure. Because Object Data Source provide facility like virtual paging functionality....
 
Share this answer
 
you should either buy a book, or ask a real question, one that includes code and a specific question. If you have no idea how to do something, articles like the ones on Code Project are fare more helpful than forum replies.
 
Share this answer
 
Who told you that design time improves efficiency?

ASP.NET reads the xml designer during its rendering process and produces the response for you. So placing the code in designer and placing it in runtime is the same thing. ;)

Yes, If you want to apply gridview datasource from design time, use
SqlDataSource or any DataSource control you want to use (there are lots of them).

For Paging use AllowPaging = true property.
This might give you an insight on what you can do :
GridView Paging[^]

Cheers.
:rose:
 
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