Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Star
7625 Points
1454 Posts
Apr 27, 2012 09:53 AM|LINK
Add onclick attribute to Checkbox markup and include the javascript function that you'd like to call
<asp:CheckBox ID="chkExpiraTresDias" runat="server" onclick="alert('Foo')" />
santosh.jagd...
Star
7625 Points
1454 Posts
Re: checkbox event onclick="cbChange(this)" not fire
Apr 27, 2012 09:53 AM|LINK
Add onclick attribute to Checkbox markup and include the javascript function that you'd like to call
<asp:CheckBox ID="chkExpiraTresDias" runat="server" onclick="alert('Foo')" />MCP