Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 1 of 1

Thread: Retrieving param values from a form when paramtype is request

  1. #1
    jklesel is offline Junior Member
    Join Date
    Jul 2009
    Posts
    12

    Default Retrieving param values from a form when paramtype is request

    Anyone know how to do this? I have a page that I created that has a some dropdowns that I want to pass to the xml package to be used as parameters in the query.

    From the manual:
    - request param values are retrieved from the Web request object (i.e. a Querystring, Form, Cookie value)
    Last edited by jklesel; 06-14-2011 at 04:42 PM.