S
Shem
Hi Folks, Quick question I hope you can help with. When I want to submit a
form I can drop a button on the form and use the Submit command to submit
data. However (in .Net) there does not seem to be a handler for this event
that i can see. So to get round this I wrote managed code to submit data, teh
problem that I now have is that if you use the submit command (in-built) it
automatically checks that all required fileds are are filled out. When I use
managed code it just runs the code with no checks. Is it possible to get a
hold of the submit handler, as I do not want to have to do lots of checks
(programtically) that the fileds are null?
form I can drop a button on the form and use the Submit command to submit
data. However (in .Net) there does not seem to be a handler for this event
that i can see. So to get round this I wrote managed code to submit data, teh
problem that I now have is that if you use the submit command (in-built) it
automatically checks that all required fileds are are filled out. When I use
managed code it just runs the code with no checks. Is it possible to get a
hold of the submit handler, as I do not want to have to do lots of checks
(programtically) that the fileds are null?