I have a masive form processing app on our Intranet. There are certain criteria that when met, other things need to happen IE User selects option A, so now variable B, C, and D need to be set differently. I would like this to not be coded in the ASP but rather a lookup table for cutomization.
So if user selects option A then a set of commands in the SQL table get executed. My question is can you do this execute a variable, and how?
So if user selects option A then a set of commands in the SQL table get executed. My question is can you do this execute a variable, and how?