RadiobuttonList:
Runat = "server" width = "200px" autopostback = "true"> asp: radiobuttonlist> Function AttachneWevent (CTLID) { VAR CTL = Document.all [CTLID]; CTL.ONCLICK = ""; CTL.attachevent ("OnClick", Comfirmrblchange; } Function Comfirmrblchange () { IF (CONFIRM ('Change The Type Will Result in The Loss of Data. Are you have you want to proced?'))) { __dopostback (time.srcelement.id, ''); } Else { Document.all [RBLSelectedItem] .CHECKED = "Checked"; Return False; } } script> Protected Override Void OnPrender (Eventargs E) { System.Text.StringBuilder SB = new system.text.stringbuilder ();