Linkbutton with forrm data?

  • Thread starter Thread starter Al Cadalzo
  • Start date Start date
A

Al Cadalzo

I'm generating hyperlinks in a datagrid. These links are to various sites
and all use querystring values. We now have a requirement to link to a web
site's Advanced Search page, but the parameters have to be passed to it as
form data in a POST. I've done this before using WebRequest/Response and
WebClient classes, but never from a linkButton. Is it possible to do this?

Thanks,
Al
 
Thanks Natty. I took a look at that article.
I'm going to suggest this method to my boss and see what he thinks.

Al
 
Back
Top