Click here to Skip to main content
16,011,949 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi
I have a grid which has forty columns with some server controls getting loaded with it.
The procedure execution time takes nearly 12 -15 seconds but the page is taking approximately
80 secs to get loaded to display 500 records nearly,Is using server control inside the grid a problem or is there any other possibility to resolve this issue?

note:I have not used update panel as well will it be instrumental in this scenario?
Posted
Comments
Sergey Alexandrovich Kryukov 5-Mar-13 1:19am    
Which grid? Probably you know only one, but how about others. Exact type name, please.
As to you performance problem, who knows what exactly did you do? Even the best performance is easy to screw up? Will you demonstrate us your way?
—SA

1 solution

yes .. ofcourse loading server controls is too heavy with 500 records....

you can use HTML controls instead of server controls ..to bind data to html controls you can use Jquery or javascript.. it is much faster....
 
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