SitePoint Sponsor |
|
User Tag List
Results 1 to 4 of 4
Thread: PHP form submittion to ASP.NET
-
Sep 14, 2008, 10:32 #1
- Join Date
- Oct 2006
- Location
- Karachi, Pakistan
- Posts
- 253
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
PHP form submittion to ASP.NET
I'have to submit a form that is created in PHP to page that is created in ASP.NET, when i submit the form the page is redirected to ASP.NET page but the form is not accepted.
Is there a way that i can submit the form to ASP.NET page successfully ?chartahir
-
Sep 14, 2008, 10:39 #2
- Join Date
- May 2006
- Location
- Lancaster University, UK
- Posts
- 7,062
- Mentioned
- 2 Post(s)
- Tagged
- 0 Thread(s)
It should work fine.
What's the HTML output of the PHP?Jake Arkinstall
"Sometimes you don't need to reinvent the wheel;
Sometimes its enough to make that wheel more rounded"-Molona
-
Sep 14, 2008, 11:44 #3
- Join Date
- Feb 2008
- Location
- Atlit, Israel
- Posts
- 470
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Maybe you're trying to access it like you access HTML server controls. Instead, use the Request(this.Request) property.
Learn about the new Retro Framework
Code PHP the way it was meant to be coded!
-
Sep 14, 2008, 12:04 #4
- Join Date
- Oct 2006
- Location
- Karachi, Pakistan
- Posts
- 253
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Its solved, there were some hidden fields in ASP.NET form that i wasn't using, i just added the hidden fields and there values and it worked.
Thanks for help.chartahir
Bookmarks