transfer a key value from a page to a popup page "on selected index change" of a gridview.
-
hi, i need to transfer a key value from a page to a popup page "on selected index change" of a gridview. i have used a asp:HyperLinkField, to navigate the url. i got the page to pop up. I need to pass the key value. plz help me out...... guys its urgent....
-
hi, i need to transfer a key value from a page to a popup page "on selected index change" of a gridview. i have used a asp:HyperLinkField, to navigate the url. i got the page to pop up. I need to pass the key value. plz help me out...... guys its urgent....
saurabh8april wrote:
guys its urgent....
This is very rude around here. Answers are given voluntarily and although it may be urgent to you, it isn't to anyone else here. The answer is very simple, but I only answer people who are not rude.
I know the language. I've read a book. - _Madmatt
-
hi, i need to transfer a key value from a page to a popup page "on selected index change" of a gridview. i have used a asp:HyperLinkField, to navigate the url. i got the page to pop up. I need to pass the key value. plz help me out...... guys its urgent....
-
Use Session[""] = your key value in the source page, and get the value in the popup page.
well i have tried avery possible way i can think, but all failed, when passing the value on index change..... seems have to find an alternate to do this work anyway thanks for u replies