J
Jörn Willhöft
Hi there,
for my completely database based form I need to do scripting just BEFORE the
form is submitted. I tried the following:
- register for the onClick() event of a submit button
--> calls the registered function AFTER the submit action
- register for the onSubmitRequest() event
--> forces me to implement the whole submit action myself. Explicitly
calling XDocument.Submit() out of this function is not allowed.
All I want is to add some additional action before the usual database
update. How can I do that?
Thanks in advance,
Jörn
for my completely database based form I need to do scripting just BEFORE the
form is submitted. I tried the following:
- register for the onClick() event of a submit button
--> calls the registered function AFTER the submit action
- register for the onSubmitRequest() event
--> forces me to implement the whole submit action myself. Explicitly
calling XDocument.Submit() out of this function is not allowed.
All I want is to add some additional action before the usual database
update. How can I do that?
Thanks in advance,
Jörn