I need to assign a value that the user inputs in a modal popup to a global variable. My problem is when the modalpopup is closed so is the value in the global variable that is assigned? Please help.
Loading
I need to assign a value that the user inputs in a modal popup to a global variable. My problem is when the modalpopup is closed so is the value in the global variable that is assigned? Please help.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
BrijPosted Dec 3, 2008, 1:13 PM
where you have kept this global variable? is it on client side. you can keep this value in a hidden field.
if hidden field doesn't suits your need then do elobrate your problem.
Thanks