Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Enable and Disable Textboxes without reposting
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
VB 9.0
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01585738
Message ID:
01585749
Vues:
25
>>I think maybe this task at hand will motivate me to learn jQuery or some other Javascript tool. Here is what I am trying to do:
>>
>>An aspx page has a bunch of textboxes and dropdown controls. Initially all controls are disabled. User should be able to click on a button and set all controls to be enabled. I would prefer not to repost the page. So is there a way to change the Enabled attribute of all textboxes without reposting the page?
>
>jquery and css selectors
>
>$("input").prop('disabled', true);
>$("input").prop('disabled', false);

Thank you. I will have to study the syntax (I kind of expected that it will come down to learning jQuery).
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform