1
Answer

Action Link in Layout Page in ASP.NET MVC.

Hi..
I am fresher to .NET technology.Currently i am working on ASP.NET MVC where I have to use action link on layout page.I am using the below code.
@Html.ActionLink("Registration", "RegistrationPo", "PO", new { CID = Model.CollegeID }, new { @class = "badge", @style = "color:white" }).
Please suggest me how to use the same action link using session to pass parameters.. 
 
 
Answers (1)