Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
All-Star
135073 Points
21662 Posts
Moderator
MVP
May 14, 2012 09:44 PM|LINK
1
mbhahn The Controller Name is UserPanel
I hope that is UserPanelController
2.
mbhahn @Html.ActionLink("User Panel", "UserPanel"
I hope that the action is not UserPanel again
3.
mbhahn /home/UserData/ has the error url but works local host
I do not understand how MVC will generate USERDATA from
mbhahn @Html.ActionLink("User Panel", "UserPanel", new { id = @Html.Encode(Request["id"]) }, new { @id = "userOn" })
@Html.ActionLink("User Panel", "UserPanel", new { id = @Html.Encode(Request["id"]) }, new { @id = "userOn" })
ignatandrei
All-Star
135073 Points
21662 Posts
Moderator
MVP
Re: Passing Id for Detail Views
May 14, 2012 09:44 PM|LINK
1
I hope that is UserPanelController
2.
I hope that the action is not UserPanel again
3.
I do not understand how MVC will generate USERDATA from