D
dancer
I have created a form in ASP.NET.
Now how do I get the results on another page (a pretty one) and email to
myself?
Now how do I get the results on another page (a pretty one) and email to
myself?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I have created a form in ASP.NET.
Now how do I get the results on another page (a pretty one) and email to
myself?
anel id="panelSendEmail" runat="server">
anel>
anel id="panelMailSent" runat="server" Visible="False">
anel>dancer said:This link will not appear on my computer. I rebooted to see if I had too many things open. Still not. Only the hour glass
forever.
I entered the site by hand and received the following message:
We're sorry. The Web address you entered is not a functioning page on our site
????
This code works well alone.
When I enter it into the page where I want to
use it, I get this error:
Unexpected end of file looking for </form> tag.
anel id="panelSendEmail" runat="server"> <h2>We are interested in your feedback! Please enter the following requested information below to send us your comments.</h2> <b>Your Name:</b> <asp:textbox id="txtName" runat="server" /> <br> <b>Your Message:</b><br> <asp:textbox id="txtMessage" TextMode="MultiLine" Columns="40" Rows="10" runat="server" /> <p> <asp:button runat="server" id="btnSendFeedback" Text="SendFeedback!" OnClick="btnSendFeedback_Click" /> </form> </asp
anel> <asp
anel id="panelMailSent" runat="server" Visible="False"> An email has been sent to the email address you specified. Thanks! </asp
anel> </body></html>"Alexey Smirnov" <[email protected]> wrote in messageOn May 9, 1:43 am, "dancer" <[email protected]> wrote:>> This code works well alone.>> So, it works, and the problem is in your code>>> When I enter it into the page where I want to>> use it, I get this error:>> Unexpected end of file looking for </form> tag.>>>> A code please.>>Here is the code: I'll be very grateful if you can find my error.
When I moved the </form> to AFTER the other controls, it worked. Thank
you!
Yep!
When I moved the </form> to AFTER the other controls, it worked. Thank
you!
Now, how can I get it to send the info from the WHOLE form on the page, and
not just some text?
- Show quoted text -
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.