Reponse.Redirect Using the POST Method  
Author Message
RaveDJ





PostPosted: Tue Nov 28 07:04:52 CST 2006 Top

ASP.Net >> Reponse.Redirect Using the POST Method Hi

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

Thank you,
Samuel

Web Programming349  
 
 
Cowboy





PostPosted: Tue Nov 28 07:04:52 CST 2006 Top

ASP.Net >> Reponse.Redirect Using the POST Method 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!
********************************************
"Samuel Shulman" <EMail@HideDomain.com> wrote in message
news:%EMail@HideDomain.com...
> Hi
>
> I am looking for a way to send a POST request using the
> Reponse.Redirect or any thing similar
>
> Thank you,
> Samuel
>