K, I'm not sure where to head with this, so looking for pointers.
I have a form, a button clicks and the codebehind event fires... this codebehind calls a function from a module that will work with data on the form. How do I pass the info from the form to this module, or how can I tell the module to get the data from the form.
In codebehind I can get away with Request.Form("elementName" but this doesn't work in the module. Thanks.
I have a form, a button clicks and the codebehind event fires... this codebehind calls a function from a module that will work with data on the form. How do I pass the info from the form to this module, or how can I tell the module to get the data from the form.
In codebehind I can get away with Request.Form("elementName" but this doesn't work in the module. Thanks.