- Joined
- Sep 5, 2009
- Messages
- 2
- Reaction score
- 0
Hi,
I have one linkbutton on parent window.On linkbutton click I want to open one popup window.The Parent window contains one textbox with a value in it. I want to store that value in a variable in popup window so that I could use that variable to get some record from database and display it in a gridview in popup window.
I have one linkbutton on parent window.On linkbutton click I want to open one popup window.The Parent window contains one textbox with a value in it. I want to store that value in a variable in popup window so that I could use that variable to get some record from database and display it in a gridview in popup window.