Issuing a POST from code behind

  • Thread starter Thread starter Curtis Justus
  • Start date Start date
C

Curtis Justus

Hi everybody,

I have a page that needs to follow these steps:

1. User performs a search;
2. Items are displayed in a grid;
3. User clicks on link in the grid causing the page to issue a POST with an
encrypted hidden field to a page on another site.

I suppose one way I could do it is to have javascript code that would run on
the client an I could populate the hidden field through client-side code. I
would prefer to keep that on the server.

Thanks in advance,
cj
 
Hello Curtis,
Hi everybody,

I have a page that needs to follow these steps:

1. User performs a search;
2. Items are displayed in a grid;
3. User clicks on link in the grid causing the page to issue a POST
with an
encrypted hidden field to a page on another site.
I suppose one way I could do it is to have javascript code that would
run on the client an I could populate the hidden field through
client-side code. I would prefer to keep that on the server.

Google Groups should serve up dozens of solutions for this one...

Cheers,
 
Back
Top