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!
********************************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top