R
Rob Meade
Hi all,
Ok - probably really obvious and something I'm clearly missing...but ...
I have a form with 3 areas for text to be entered, the form has some
validation controls, upon it being successfully completed, and submitted to
the server, the text is fired off to a stored procedure on our SQL Server -
I then want the WebForm to change (ie the text areas are gone) and a thank
you message to appear.
In old ASP - I'd have done this by using a hidden input tag, checking for
"submitted" or not etc, and then display the relevant HTML accordingly...
Any advice for doing this in ASP.Net (VB)...
Thanks for any help,
Regards
Rob
Ok - probably really obvious and something I'm clearly missing...but ...
I have a form with 3 areas for text to be entered, the form has some
validation controls, upon it being successfully completed, and submitted to
the server, the text is fired off to a stored procedure on our SQL Server -
I then want the WebForm to change (ie the text areas are gone) and a thank
you message to appear.
In old ASP - I'd have done this by using a hidden input tag, checking for
"submitted" or not etc, and then display the relevant HTML accordingly...
Any advice for doing this in ASP.Net (VB)...
Thanks for any help,
Regards
Rob