Is there a way to make a dtc button on the fly?
I'm trying to validate a form made of dtc's. In the onClick server side event handler, I ran through all the fields, and if they were incorrectly filled in, I recreated the field and added one to a counter, otherwise I recreated the field with the value they entered included. At the end, if the counter variable was greater than one, display the recreated form, otherwise continue with the processing.
My question is, at the end of this form I need another submit button. It can't be a regular html button because it needs to call the server side event handler again. How do I make a server side button using vbscript?
Thanks for any help.
I'm trying to validate a form made of dtc's. In the onClick server side event handler, I ran through all the fields, and if they were incorrectly filled in, I recreated the field and added one to a counter, otherwise I recreated the field with the value they entered included. At the end, if the counter variable was greater than one, display the recreated form, otherwise continue with the processing.
My question is, at the end of this form I need another submit button. It can't be a regular html button because it needs to call the server side event handler again. How do I make a server side button using vbscript?
Thanks for any help.