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
sivateja donthukurthi
1.7k
60
19.4k
mvc webgrid actionlink popup
Jul 8 2014 9:55 AM
html.actionlink in mvc3 razor error in assigning a class name:
hai i am trying to work with partialview popup on webgrid column click by using action click i am not able to assign a classname to the actionclick
the code is
Model.grid.Column(columnName:"Conformation_email",header:"Conformation e-mail", format:@<text>@Ajax.ActionLink(linkText: (string)@item.Conformation_email,actionName: "GetSCTargetSystem",
new
{ controller = "MyController", id = 1 }, new { @class = "my-class" }) </text>)
and
at new it is showing error like
named argument specification must appear after all fixed arguments have been specified.
Reply
Answers (
1
)
Getting this error
Increment manually...