TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
PRIYA ANKA
NA
32
4.6k
form submit and send it as email to myemail_id
Sep 6 2018 8:38 AM
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server" action="mailto:
[email protected]
" method="post" enctype="multipart/form-data">
<div>
<p>Please update details and send</p>
<p>Yourname:
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ErrorMessage="*" controltovalidate="Yourname" ValidationGroup="save"><br></br>
</asp:RequiredFieldValidator>
<asp:textbox ID="Yourname" runat="server" Width="250px"></asp:textbox>
</br>
Youremail:
<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" controltovalidate="Youremail" ErrorMessage="*" ValidationGroup="save"><br></br>
</asp:RequiredFieldValidator>
<asp:TextBox ID="youremail" runat="server" Width="250px"></asp:TextBox>
<asp:RegularExpressionValidator ID="RegularExpressionValidator1" runat="server" ControlToValidate="youremail" Display="Dynamic" ErrorMessage="*" SetFocusOnError="true" Text="example:
[email protected]
" ValidationExpression="\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*" ValidationGroup="save"> </asp:RegularExpressionValidator>
</p>
<p>
<asp:Button ID="btnsubmit" runat="server" Text="send" ValidationGroup="save" OnClientClick="returnconfirm('want to add in server')" />
</p>
</div>
</form>
</body>
</html>
pls help to write what in c#
contactwebform1.aspx.cs
Reply
Answers (
1
)
how to create unlimited dynamic menue using asp mvc
REACT for Web Development