Click here to Skip to main content
15,893,381 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i show searching till datatable fills and then redirect to other page
my doubt is , how to know and assign value for time being taken to fill data before redirecting
i make meta refresh with window.location.href and use time in seconds before redirecting

how to know time required to fill datatable and then redirect


regards
Posted
Comments
ZurdoDev 26-Dec-13 7:58am    
You can't know. Just redirect when it is done.
maulikshah1990 26-Dec-13 7:59am    
why i need time so that i can show loading/search image till datatable fills and then redirect

or you suggest what to do

just use the progress bar with update panel at your page .it will show the progress bar automatically whaterver happens in the page.

refer this
 
Share this answer
 
v2
Comments
maulikshah1990 26-Dec-13 8:36am    
My query is, when i click search , on click , i want to show loading/searching (and in background fill datatable) , and then redirect to other page

pls give example for the same with code

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