Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help on adding an option to a dropdown combobox
Message
From
12/04/2002 10:11:46
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Help on adding an option to a dropdown combobox
Miscellaneous
Thread ID:
00644257
Message ID:
00644257
Views:
46
Hello everyone,

I want to add an option to a combobox.
But I get a type mismatch error on line:
form1.oSelect.add("oOption")
here is the function:
Function caca()
     Dim oOption
     form1.oSelect.add("oOption")
     oOption.innertext = "teciii"
     oOption.Value = "2"
End function
Thanks,
Sergio
Next
Reply
Map
View

Click here to load this message in the networking platform