hi
I use radio button in page below is code
<label id="lsea1"><input type="radio" name="iCheck" id="RBmkv" runat="server" dir="rtl"/></label>
<label id="lsea1"><input type="radio" name="iCheck" id="RBdvd" runat="server"/></label>
no I want when I click on radiobutton=id="RBmkv" it call this metod:
this.GetCustomersPageWise(1);
and when I click on radiobutton=id="RBdvd" it call this metod:
this.GetCustomersPageWisedvd(1);
but I don't know how I can define event for radio button
ho wI can do it?
Best Regards
Neda