|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Form Post Problem
<i><b>Originally posted by : Evo (ivokivo@hotmail.com)</b></i><br /> I have a form runat=server on mypage. It's action is the same page, since I am collectin/validating some values. Once I am done collecting values I would like to send these values to an ISAPI exe/dll. I know I can use the response.redirect or the server.transfer and create the get string for the exe. ie response.redirect("process.dll?val1=" + val1 + "&val2=" + val2).<br />This will be faking the GET method of the form.<br /><br />Question : Can I submit the form values in a POST method instead of the GET, so that I will be calling process.dll and Posting the FORM VALUES.<br /><br />Thank you very much.<br /><br />/Evo<br /><br />
|
|
#2
|
|||
|
|||
|
<i><b>Originally posted by : steve (steve@aspfree)</b></i><br /><br />you'd could write an HTTP module or handler to capture these values to act just like an ISAPI filter in .NET. <br />http://docs.aspfree.com/quickstart/aspplus/doc/httphandlers.aspx info on handlers.<br />------------<br />Evo at 4/4/2002 9:30:44 AM<br /><br /> I have a form runat=server on mypage. It's action is the same page, since I am collectin/validating some values. Once I am done collecting values I would like to send these values to an ISAPI exe/dll. I know I can use the response.redirect or the server.transfer and create the get string for the exe. ie response.redirect("process.dll?val1=" + val1 + "&val2=" + val2).<br />This will be faking the GET method of the form.<br /><br />Question : Can I submit the form values in a POST method instead of the GET, so that I will be calling process.dll and Posting the FORM VALUES.<br /><br />Thank you very much.<br /><br />/Evo<br /><br />
|
![]() |
| Viewing: ASP Free Forums > Programming > .NET Development > Form Post Problem |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|