Hi guys,
I am just starting to learn ASP.net a and DNN module development, and I am now trying to create my first module to receive and handle a Form POST from an .aspx page on the same server.
The Form on that .aspx page is a very simple HTML Form using "method=post" with "action=http://myserver.com/default.aspx?tabid=122", and the Form contains only 4 hidden fields in it.
I tried to use Request.Form("formField") to get the values in my module, but all I get is an empty string.
I know there must be some ways to get those Form values, and because I don't really have much experience in ASP.Net and DNN module development, I totally have no idea how to solve this problem.....
If you know how to solve this problem, please help me out on this, or at least give me a direction...
Really appreciate your any help!
Ting-Wei