Help Please!

O

OOP

Hi!
I need to save a parameter passed to an asp page into a
database column (that parameter is not a form field), can
anybody tell me how to do that or give me a useful URL?
help me, please??
Thanks in advance!
 
R

Rich Palarea

Can you point us to a URL to see the code or provide an example of what
you're trying to do?

There are a few different ways of doing this - for example, if you're using
a form you can submit it as a hidden input. If the variable exists within
the server's session, you can call it...I think we need more info to help.

Thanks,
Rich
 
Top