Hi,
I have a textbox and a submit button in a hidden div (this div is shown when a different button is clicked).
With the above set up, when the submit button is pressed, the value of the textbox is set to "" when debugging the submit button onclick handler.
If the div isn't hidden, the submit button works as expected and the textbox retains it's value.
Any ideas how I can keep the textbox value with the hidden div? This is in C#.
Thanks,
Matt
I have a textbox and a submit button in a hidden div (this div is shown when a different button is clicked).
With the above set up, when the submit button is pressed, the value of the textbox is set to "" when debugging the submit button onclick handler.
If the div isn't hidden, the submit button works as expected and the textbox retains it's value.
Any ideas how I can keep the textbox value with the hidden div? This is in C#.
Thanks,
Matt