Click here to Skip to main content
15,881,742 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have one child page, in this child page 1125 controls, 103 tables and 400 Divs and 300 image tag.
Total 95 Update Panels,103 Devexpress DrorpDown, 11 Simple dropdown, 8 Devexpres grid view and 8 simple grid view.
In this page i need to save some part info.
when i click on save button (save some data not whole page info) it take near about 4 seconds.
It is right time or not? and how much time take for save record in this situation?
Posted
Comments
Thanks7872 26-Dec-14 5:20am    
You are so lucky that its getting executed just in 4 seconds.
KaushalJB 26-Dec-14 5:24am    
M sure you have ample of spare time to count. Chill the time taken is fine. If further any issues we would be glad to help just in 4 sec.

1 solution

Divide your data into groups and use Async call to save your data.
 
Share this answer
 
Comments
deepankarbhatnagar 26-Dec-14 6:24am    
could you please explain hows it work?
deepakdynamite 26-Dec-14 6:30am    
Use Threading.... and Divide your information into logical groups ... for eg:
Employee details can be divided into Personal Details, Contact information, Qualifications etc.

Write different function to insert each of this information and call it in using async thread call in c#....

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