in my project (Asp.net web app) i have checkboxlist
with many items , so i need to use something like AJAX find in list Extender How can i do it with
checkboxlistor java script (Client side find in checkboxlistwith [content of] ) ????
Do it once and do it right and forget it for ever
MCSD & MCAD
my question is how can i use somthing like AJAX find in list with checkboxlist to view just the items like the search textbox and to be usefull i need it in client side thanx agin ???
Do it once and do it right and forget it for ever
MCSD & MCAD
arkan.turk
Contributor
2996 Points
712 Posts
Client side find in checkboxlist
Nov 28, 2012 12:27 AM|LINK
Hi all
in my project (Asp.net web app) i have checkboxlist with many items , so i need to use something like AJAX find in list Extender How can i do it with checkboxlist or java script (Client side find in checkboxlist with [content of] ) ????
MCSD & MCAD
CruzerB
Contributor
5399 Points
1098 Posts
Re: Client side find in checkboxlist
Nov 28, 2012 01:03 AM|LINK
Hi,
http://api.jquery.com/checkbox-selector/
http://api.jquery.com/checked-selector/
Are these what you looking for?
My Technical Blog
chetan.sarod...
All-Star
66569 Points
11265 Posts
Re: Client side find in checkboxlist
Nov 28, 2012 02:12 AM|LINK
Refer these similar threads -
http://forums.asp.net/t/1395943.aspx/1
http://forums.asp.net/t/1813342.aspx/1
Senior Software Engineer,
Approva Systems Pvt Ltd, Pune, India.
arkan.turk
Contributor
2996 Points
712 Posts
Re: Client side find in checkboxlist
Nov 28, 2012 10:02 PM|LINK
Hi thanx for all replies
i think there is a mes understand
my question is how can i use somthing like AJAX find in list with checkboxlist to view just the items like the search textbox and to be usefull i need it in client side thanx agin ???
MCSD & MCAD
CruzerB
Contributor
5399 Points
1098 Posts
Re: Client side find in checkboxlist
Nov 29, 2012 01:04 AM|LINK
Yes, you can simply use this way of code to get the objects that you want at client side. Make sure you have include Jquery.js in to your page.
http://api.jquery.com/checkbox-selector/
var input = $("form input:checkbox")My Technical Blog