Link to home
Start Free TrialLog in
Avatar of aschlueter
aschlueter

asked on

Send Form Post from Hyperlink to external URL without changing the Postback URL

I am using ASP.NET 2.0, and have built a dashboard that includes a simple list of hyperlinks that map to an iframe so that all of this information is stored on a single web page.

One of the links must go to an outside vendor, but I need to pass an encrypted account via the Post method (querystring is not an option). So I am wondering how to do this when the post action on the web form must remain my homepage?

I though of using the PostBackOptions Class, but the example in the .NET framework class library doesn't quite fit the bill as to what I am doing. Pleas advise.
ASKER CERTIFIED SOLUTION
Avatar of Rejojohny
Rejojohny
Flag of United States of America 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
oh, i forgot to mention .. you have to assign the returned content (which i assume will be HTML tags of a page) to the iframe ..
Forced accept.

Computer101
EE Admin