Reponse.Redirect Using the POST Method

  • Thread starter Thread starter Samuel Shulman
  • Start date Start date
S

Samuel Shulman

Hi

I am looking for a way to send a POST request using the
Reponse.Redirect or any thing similar

Thank you,
Samuel
 
You will have to set up client side script for this. You can query the post
method of a control and emit it using client side JavaScript emit methods.
You will then have a post. You might be tempted to hand write the code, but
remember control names (and therefore event names) can change depending on
where the control is placed.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com

********************************************
Think outside the box!
********************************************
 
Back
Top