Click here to Skip to main content
15,908,581 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
i use asp.net checkboxlist control , and i call event onselectedindexchange

this event filters datatable and then binds to listview using
listviewid.DataSource=Datatablename;
listviewid.DataBind();

this is working good ..
but what i want is , to show a message (filtering records ) and hide that message when records are displayed after checkbox onselectedindexchange event..

Same like makemytrip uses message to show when filtering..

how to do this.

pls advice
Posted
Comments
MTProgrammer 22-May-14 12:05pm    
You need to utilize JavaScript so that you can handle this on the client side (within the browser).
maulikshah1990 23-May-14 1:54am    
hi.

but i have onselectedindexchange event which filters total datatable which is on server...
so how to handle client side (within browser)...
pls inform

1 solution

 
Share this answer
 
Comments
maulikshah1990 23-May-14 1:54am    
pls give example using asp.net checkboxlist control using onselectedindexchange event ..

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