• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!
Collapse

You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:

  • You are not logged in. If you are already registered, fill in the form below to log in, or follow the "Sign Up" link to register a new account.
  • You may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
  • If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

Previously on "Posting a form in ASP.Net"

Collapse

  • DimPrawn
    replied
    Do some searches for the HttpWebRequest class in the framework.

    http://www.netomatix.com/HttpPostData.aspx


    Bear in mind that the values are still plain text when posted just like they are if they appear in the url querystring.

    http://www.w3.org/TR/html4/interact/...ml#h-17.13.4.1

    Leave a comment:


  • ControlG
    started a topic Posting a form in ASP.Net

    Posting a form in ASP.Net

    Not sure if I'm trying to do this the correct way but I have an ASP.Net web page where I would like to catch the click event on the server from an ASP:Button control (Done this bit - easy) but then within this processing dynamically create a Form Post to specific URL with the Form parameters being dynamically created.

    Make sense to anyone?

    I'm trying to avoid having the hidden field parameters visible in the page source and don't want to use the querystring to request the page as that would also reveal the parameters. I have no control over the page I'm posting too.

    TIA

Working...
X