1.

How Can We Navigate From One View To Other View Using Hyper-link?

Answer»

By using “ActionLink” method as SHOWN in the below code. The below code will create a simple URL which HELP tonavigate to the “Home” CONTROLLER and invoke the “GotoHome” ACTION.
<%= Html.ActionLink("Home","Gotohome") %>

By using “ActionLink” method as shown in the below code. The below code will create a simple URL which help tonavigate to the “Home” controller and invoke the “GotoHome” action.
<%= Html.ActionLink("Home","Gotohome") %>



Discussion

No Comment Found