radio buttons

  1. C

    Default Checked value for radiobutton based on data

    Hi, I have a radiobuttonlist and would like to have one of the radio buttons checked based on the grade a sql table. So if a student is in grade 10 then the radio button Grade 10 would be checked . Here is my radiobuttonlist: <asp:RadioButtonList ID="RadioButtonList1" runat="server"...
  2. K

    event for tab or radio button change

    Hi All, I'm a relative noob when it comes to VB.NET and need some help. I've gone through all the list of events and tried the ones that looked like they make sense, but I can't figure this out. I've got a windows form with multiple tabs using TabControl. If a particular tab is clicked I'd...
Back
Top