Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP.NET Mobile Web App

Status
Not open for further replies.

rtatum

MIS
Jul 19, 2002
12
0
0
US
I have a selectionlist with its "SelectType" set to "Radio". I am trying to programatically change the items values with the following code:

optTime.Items(0).Text = lcVar1
optTime.Items(0).Value = lcVar2

This changes the text of the option button; however, the value remains the same. Any ideas????
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top