1
Reply

tough question

Sam

Sam

Feb 5 2008 11:47 PM
2.3k

I have 2 forms in my ASP.Net app:

Form A.aspx -- has a 5 textboxes which need to be filled.
Form B.aspx -- has 40-50 book links (hyperlinks / link buttons) in gridview, and this opens in a pop-up window.

As per requirement this is what needs to happen:
When I click a button on form A, Form B opens in a separate window. Then user clicks on link (book name) then

1. Form B window should close
2. ISBN of that book (I store it in gridview column), should "appear" in first empty text box on form A!!

I did this using Javascript and server side code, but see no clear solution.. Any ideas how I can solve this??
It sounded weird to some at work but --- Yes, the form A text box should get filled with ISBN of book clicked, without page refresh - and form B window shud close. --

Thanks in advance!!


Answers (1)