Tagged Questions
1
vote
6answers
2k views
How to dump the whole POST data to a file in ASP.NET
I'm currently trying to port an app from asp.net to php, however I just hit a wall and need a hand with this.
I need to dump all the data an .aspx recieves via POST to a file, but I have no clue on ...
0
votes
1answer
289 views
ASP.Net using multiple form tag and post them to another page
I don't know it's even possible but I try to achieve to post data from one page to another using the second form.
The problem is I need a form tag for the user interface containing callback panels ...