Forums
This topic is locked
stuck
25 Jul 2003 17:01:46 Mother posted:
I'm fairly new to coding, and i'm stuck on a small problem. I have a form which needs to be inserted into a db. I have created a working form and originally ran the insert from the server behaviours panel as an insert, and had it check the form first with yaromat's check form extension.
I changed the insert to a stored procedure, and have the procedure fire when I submit by using If Request("Submit" <> "" Then. Of course this skips the check form script from running.
Can someone advise me on how to fire the command from the output of the yaromat check form script?
Replies
Replied 31 Jul 2003 23:54:35
31 Jul 2003 23:54:35 Steve Smith replied:
Use
if Page.IsPostBack() Then
End if
what is yaromat?
if Page.IsPostBack() Then
End if
what is yaromat?