Revision: 53664
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at November 30, 2011 22:56 by javageget
Initial Code
Dim radioValue As String If Offer1Radbtn.Checked = True Then radioValue = "offer 1" ElseIf Offer2Radbtn.Checked = True Then radioValue = "offer 2" Else radioValue = "not selected" End If
Initial URL
Initial Description
parse the radio value
Initial Title
Radio Button Value Parse
Initial Tags
Initial Language
VB.NET