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
siva nathan
948
828
232.9k
Can you please Explain this code step by step
Feb 28 2017 1:59 AM
Anyone Please explain this code step by step
@using (Html.BeginForm())
{
<p>
Your Name: @Html.TextBoxFor(x => x.Name)
</p>
<p>
Your Email: @Html.TextBoxFor(x => x.Email)
</p>
<p>
Your Gender: @Html.TextBoxFor(x => x.Gender)
</p>
<p>
Your Phone: @Html.TextBoxFor(x => x.Phone)
</p>
<p>
Your Address: @Html.TextBoxFor(x => x.Address)
</p>
<input type="submit" value="Register Me" />
}
why we use like this @Html.TextBoxFor(x => x.Name)
Reply
Answers (
2
)
how to bind two column values in dropdown list in gridview
Need sample c# code for Authenticating SOAP Requests