briancostea
Programmer
does anyone know how i can call a subroutine when a user checks or unchecks a checkbox? i tried:
<asp:checkbox id="x" runat="server" onclick="sub" />
but i get an error ... could not find attribute "onclick"
thanks - brian
<asp:checkbox id="x" runat="server" onclick="sub" />
but i get an error ... could not find attribute "onclick"
thanks - brian