Ray's Asp.net Blog
Answers and code snippets from ASP.NET projects (Webforms/MVC/Classic ASP)
Pages
Event registration app with QR/Paypal
Home
Tuesday, January 3, 2012
What is partial view in ASP.NET MVC 3?
Create reusable content with Razor syntax, like user control in ASP.NET web form.
http://rachelappel.com/razor/partial-views-in-asp-net-mvc-3-w-the-razor-view-engine/
How to open a new window or tab in ActionLink
@
Html.ActionLink(”New window”,
"test"
,
"Home"
,
new
{ target =
"_blank"
})
Or use html A link directly.
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)