I have one string variable which I initialize before page load. The string variable accepting value in a function and I want to use this variable on Submit event. But when I submit the form, the string vale lost. The string variable goes blank on page load. How can I store the value till submit event?I have one string variable which I initialize b