View Single Post
  #1 (permalink)  
Old July 11th, 2007, 02:38 PM
jellis00 jellis00 is offline
Registered User
 
Join Date: Jul 2007
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default asp.net Submit button problem in Expression Web

I have been reading Zak Ruvalcaba's book on "Beginning Expression Web" and trying to use his approach on page 376 to create a Web Page with RequiredFieldValidator controls as a "ContactUs" form. Step 3 on this page instructs the use of the Button control from the ASP Standard Toolbox as a Submit button. My form fields work with the RequiredFieldValidator controls but when I click the Submit button, the form with field values never sends as an email via my GoDaddy domain host for the web page. I had previously used the Input(submit) button in Expression Web as the submit button within a non-asp.net form and it worked fine with GoDaddy.
Can anyone advise me how to get my asp.net "Submit" button to work in Expression Web with my GoDaddy web server??

JRE
Reply With Quote