Click here to Skip to main content
15,915,600 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
i have a Listview and DataPager.
also i have checkbox onselectedindexchange in which i filter a datatable..and display in listview.

so for exp, i have 100 records in listview, in DataPager1_PreRender and page_load , i do as

C#
ProductList.DataSource = datatablename;
ProductList.DataBind();


and when checkbox event (onselectedindexchange) called, i filter datatable and show 50 records (for exp) .. so in listview i show now 50 records.

So when filtering for records is going on , i want to show user message that work is going on

same like makemytrip filtering for hotels.

How to do this
Posted

1 solution

Checkout this BackGround Worker
 
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