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
sudheen
1.4k
313
83.6k
get hidden field value in mvc controller
Jun 4 2015 11:54 PM
hi,
Req:get hidden field value in controller..
@Html.HiddenFor(m => m.appdetails.ApplNum, new { @Value = "defaultUserName", name = "Id" })
public ActionResult Name( Model app,
int Id
)
{
}
in above code am not getting hidden field value in variable
id
in acton method..
please give me soln for this..
Reply
Answers (
4
)
How to display photo in mvc
Html Dropdownlist helper binding issue after post request