Top "Partial-views" questions

User control in Asp.

What does the j function in Rails do?

I just came across a blog that mentions a j function in Rails. They were using it to do ajax …

javascript ruby-on-rails ajax partial-views
Self-AJAX-updating partial-view/controller in ASP.Net MVC and the duplicating div

I have a partial view in MVC that goes something like: <div id="comments"> ... </div> Inside …

asp.net-mvc ajax partial-views
Rails remote delete and update view through Ajax

In the past, whenever I wanted to update a part of my view through Ajax, I've done the following: create …

ajax ruby-on-rails-3.2 partial-views
Unobtrusive Ajax Form for partial view

I'm having trouble using unobtrusive ajax to post data from a contact us form. My Partial View is like this: @…

asp.net-mvc-4 partial-views ajaxform unobtrusive-ajax
Microsoft JScript runtime error: Member not found

i am using asp.net mvc3 and jquery dialogue to open partial view in main view here is my structure.. …

javascript asp.net-mvc jquery partial-views jquery-dialog
Asp.Net MVC layout and partial views

let's consider two views that use the same layout composed of: A left column containing a "body" (which is filled …

c# asp.net-mvc partial-views viewbag
MVC System.Web.HttpCompileException on Html.RenderPartial

I'm getting an System.Web.HttpCompileException when the my view calls Html.RederPartial. The exception message is: Additional information: External …

c# asp.net-mvc razor partial-views
Why do I need an underscore for partial views in asp.net mvc

Just to distinguish between a view used inside a dialog or used in a foreach loop (customer details) ?

asp.net-mvc partial-views
Paging/Sorting not working on web grid used in Partial View

I have a partial view where I am showing a web grid depending upon a value selected from a page. …

asp.net-mvc-3 partial-views webgrid
What is the correct place for Partial Views in ASP.NET MVC?

Would someone confirm the best place for a partial view in ASP.NET MVC? My thinkings are if it's a …

asp.net-mvc partial-views asp.net-mvc-partialview