Click here to Skip to main content
16,005,222 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HI
I have a updatepanel with content template for listview

and also i use checkbox onselectedindexchange

so when i click on checkbox, i filter listview ..during this process , the page does not refresh , only update panel refreshes ...this is ok...

when i click on checkbox , i want to show a box (div) like "FILTERING" (with image) , and when filtered listview displayed , remove this box (div)

how to do this
pls provide proper example code
Posted
Updated 23-Mar-14 7:50am
v2

1 solution

 
Share this answer
 
Comments
maulikshah1990 25-Mar-14 1:43am    
i will explain you the problem

for exp: I have listview with some 100 records, and

i have checkbox list with OnSelectedIndexChanged , and when checkbox checked, i filter from 100 records and show 50 records (again for exp.)

then when i uncheck the checkbox, i show again original 100 records ...

so when checkbox checked, i filter records ,so when filtering logic is working , i want to show loading or filtering as message (for user) ...

same like makemytrip ...

so i tried your above code, but that is not working ..

pls advice

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