Click here to Skip to main content
15,918,125 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
i have datatable in asp.net which i filter on checkbox click

currently, on checkbox click, i window.location.href+"chkbox value"
and in asp.net code behind, i check if quesrstring as ckhbox value, then filter table by that value

this process reloads the page
but i want to filter datatable on checkbox click without reloading page


also i want to show filtering as division in top till time table filters

how to do this
Posted
Comments
Kornfeld Eliyahu Peter 2-Jan-14 2:17am    
Search for ASP.NET Ajax development
maulikshah1990 2-Jan-14 2:18am    
can u give some code example for above...

If you want to learn how to work with Ajax and jQuery, then go through the below articles and try to grasp the concept. Then you would be able to apply the same concept in your application to update the data without reloading the page.

1. Using jQuery to directly call ASP.NET AJAX page methods[^]
2. Call ASP.Net Page Method using jQuery AJAX Example[^]
 
Share this answer
 
can use update panel also
visit link for example
http://msdn.microsoft.com/en-us/library/bb386454%28v=vs.100%29.aspx[^]

put checklist box in update panel and go ahead

Happy Coding!
:)
 
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