Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0How to get posted form values in moduleHow to get posted form values in module
Previous
 
Next
New Post
1/6/2007 4:12 AM
 

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

 
New Post
1/7/2007 12:42 PM
 
have a look at the source of Feedback module or EditText of html module for working examples. Please note, that the source code can be downloaded from the projects download page on www.dotnetnuke.com and is using ASP.Net 1.1. 

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
1/7/2007 4:34 PM
 

ASP.NET is quite different to usual net programming. Most times you will not need to access any POST values directly.

You add a TextBox to your control and name it "myTextBox". The asp.net code will look like <asp:textbox id="myTextBox" runat="server"/>.

Inside your vb or c# code you will work with the textbox object myTextBox. You can set or get their contnet using myTextBox.Text.

No Need to query Response.Forms("myTextBox") directly.

 
Previous
 
Next
HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0How to get posted form values in moduleHow to get posted form values in module


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out