Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Drop Down List Control and Client Side Script
Message
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Drop Down List Control and Client Side Script
Divers
Thread ID:
00928903
Message ID:
00928903
Vues:
54
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform