Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
177 Points
133 Posts
Apr 27, 2012 09:48 AM|LINK
i have a check box that is in gird
i want when i check and uncheck the check box i want to hit a function on client side my function is
function cbChange(cb) { var cbid = cb.id;
alert("chckecbox" + cbid);
}
Sunny ali
Member
177 Points
133 Posts
checkbox event onclick="cbChange(this)" not fire
Apr 27, 2012 09:48 AM|LINK
i have a check box that is in gird
i want when i check and uncheck the check box i want to hit a function on client side my function is
function cbChange(cb) {
var cbid = cb.id;
alert("chckecbox" + cbid);
}
Please 'Mark as Answer' if this post helps you