I've got a page with the following:
label1 (Are you sure you want to save)
label2 (Your data has been saved)
textbox1 (data)
textbox2 (data)
textbox3 (data)
button1(Save)
button2(Cancel)
I intially show everything except form label2. Once the user clicks on save, I run a procedure to write the textbox data to the db, and then I would like to redisplay the same page, but with label2 instead of label1. This way I don't have to duplicate the page (since the only diff would be in the labels).
Is there a way of doing this?
Thanks
label1 (Are you sure you want to save)
label2 (Your data has been saved)
textbox1 (data)
textbox2 (data)
textbox3 (data)
button1(Save)
button2(Cancel)
I intially show everything except form label2. Once the user clicks on save, I run a procedure to write the textbox data to the db, and then I would like to redisplay the same page, but with label2 instead of label1. This way I don't have to duplicate the page (since the only diff would be in the labels).
Is there a way of doing this?
Thanks