This component is part of the IP Works Enterprise ASP.NET Component Library.
The WebForm component is used to POST data to interactive web pages or scripts (CGI, ASP, etc..), similar to what HTML forms do.
NOTE: What follows is a very short description of the component interfaces. For more information, please consult the help files that come with the respective package.
Remarks
The inputs to the script are provided through the FormVarNames and FormVarValues properties. Once the inputs are defined, set the URL property to the address of the script and call the Submit method. Alternatively, you may call the SubmitTo method with URL as the parameter.
The output of the page or script is provided via the Transfer event.
The Encoding property allows you to specify the proper encoding for the form input (this is normally 'urlencoding').
More Information: http://www.nsoftware.com/products/component/webform.aspx |