Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Drop Down List Control and Client Side Script
Message
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Drop Down List Control and Client Side Script
Miscellaneous
Thread ID:
00928903
Message ID:
00928903
Views:
55
I have a drop down list control with Visible set to False.
Desired: An HTML button control and client side code to make the control visible.

An example (VB.NET) of what does not work:
Sub btnEdit_OnClick()
     form1.ddlProduct.Visible = true  
end sub
The above code causes the following error - Object doesn’t support this property or method:

Does anyone have a solution? Thank you in advance.

Tom
Next
Reply
Map
View

Click here to load this message in the networking platform