A
Amy Snyder
I have a webform that has a listbox and two textboxes. The style
property of the text boxes are:
style="DISPLAY: none"
Based on the selection made in the listbox, one or both textboxes are
displayed using javascript. The problem comes when I submit the form.
I want the text boxes to stay displayed after submitting the form
because there will be values in them. How can I do this with .NET /
JavaScript?
property of the text boxes are:
style="DISPLAY: none"
Based on the selection made in the listbox, one or both textboxes are
displayed using javascript. The problem comes when I submit the form.
I want the text boxes to stay displayed after submitting the form
because there will be values in them. How can I do this with .NET /
JavaScript?