C
Curt_C [MVP]
someString = yourTextbox.Text
Miguel Dias Moura said:No. The strange thing is i know all that. I just don't know how to give the
order to make all that work when i click the last button of the multipage.
Usually to send the form values using the email i give the order in the
button:
<asp:Button ID="send" runat="server" OnClick="sendEmail" Text="Send"
Width="160" />
And to insert values in database i put this code in the end of the form:
<input type="hidden" name="MM_insert" value="dadosForm">
My problem is how to make both things run when the last button on the
Multipage is pressed.
The script i have for this button is:
after
it send to email?
This is basicly the Big Question!
End Sub
Thanks,
Miguel
System.Configuration.ConfigurationSettings.AppSettings("MM_CONNECTION_STRINGSystem.Configuration.ConfigurationSettings.AppSettings("MM_CONNECTION_DATABACurt_C said:it was to show you how to retrieve the form values....isnt' that where you
were stuck?
You said you knew how to insert and send the e-mail.....
Or am I missing something here?
--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
added
to at
end) database
andIIf((Request.Form("Field1")
IIf((Request.Form("Field2")
IIf((Request.Form("Field3")
used
it