Link to home
Start Free TrialLog in
Avatar of akohan
akohan

asked on

How to pass two parameters from one page to another page?


Hello group,

I have started VB.NET/ASP.NET and having a problem. I have a page as index.aspx where user should fill out a form in it. There is a link in the form which pops up a pop-up page and user can select an item. The item's id and description must be pasted or placed into two text-boxes in the main page (index.aspx).

I just learned to use GridView so I have used it in the pop-up page (where the list of products will be shown and user can select an item).

The problem is that although I'm using javascript for passing data but it doesn't pass the parameters to the main page.

Where can I learn this if there is any link or article?

Your help will be appreciated greatly.


Thanks,
ak
SOLUTION
Avatar of Dirk Haest
Dirk Haest
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of akohan
akohan

ASKER

Thanks