In my application I am using two modal popup.
Means In my aspx page I have one button.
When I click on that button one modal popup is opening say popup1.
In that popup i am having one button and textbox when I click on that button other popup say popup2 is opening on previous popup.
Till here i am able to write a code.
Now in popup2 I am having text box and button.
When I click on this button.
The text in textbox should be save in variable and same time popup2 should get closed and this text should be reload in popup1 without changing the data in popup one.
How to achieve this?
Go to the complete details ...