I'm trying to submit a form which will run a stored procedure (as a command) and the output of that command will either
a. show an error value with text to explain the error (username already taken) and return the url of the first page.
or
b. return no error value (error=0) and post the form data to a new URL.
right now, I have the page posting to the new page fine. The command runs, but the page posts to the default URL value instead of the output of the command. Please tell me how I am clearly doing something stupid and shorten the duration of forehead to wall meeting I am having.
Thanks,
Mother
a. show an error value with text to explain the error (username already taken) and return the url of the first page.
or
b. return no error value (error=0) and post the form data to a new URL.
right now, I have the page posting to the new page fine. The command runs, but the page posts to the default URL value instead of the output of the command. Please tell me how I am clearly doing something stupid and shorten the duration of forehead to wall meeting I am having.
Thanks,
Mother