Click here to Skip to main content
15,908,776 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
i have asp:net checbox control , where i use onselectedindexchange ..

i have datatable which i filter using checkbox clicked.. and display...

how to show message till checkbox onselect completes and then hide message
Posted
Comments
KaushalJB 20-May-14 5:57am    
Means u want to display like "Data Loading.. Please wait" until
the datatable gets filtered ?
maulikshah1990 20-May-14 6:01am    
yes... i have datatable which i display using listview .....and checkbox onselectedindexchange , i filter datatable and display new datatable in listview...
and when i am filtering datable (which is done fast), i want to show user that user filter is applied and process is going on ..(some text in div in middle) ...pls advice...i am using asp.net 3.5
maulikshah1990 20-May-14 8:45am    
waiting

Use ajax timer control to show custome user friendly message to user while data is loading.

Ajax timer example[^]

IntroToTimerControl[^]
 
Share this answer
 
Comments
maulikshah1990 20-May-14 6:08am    
hi nilesh,
thanks , but i dont know for how much time the filter will take place before displaying new listview from datatable
 
Share this answer
 
Comments
maulikshah1990 20-May-14 6:47am    
hi..

can u give proper example with code ......
maulikshah1990 20-May-14 8:06am    
waiting.

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