Top "Partial-views" questions

User control in Asp.

getting the values from a nested complex object that is passed to a partial view

I have a ViewModel that has a complex object as one of its members. The complex object has 4 properties (all …

asp.net-mvc model partial-views
ASP.NET MVC partial views slow?

I just happen to check the performance of an ASP.NET MVC application we are building. I was going to …

asp.net-mvc partial-views
How to handle model state errors in ajax-invoked controller action that returns a PartialView

I have a POST controller action that returns a partial view. Everything seems really easy. but. I load it using $.…

jquery asp.net-mvc ajax partial-views
ASP.NET MVC 3 WITH RAZOR : How to pass selected checkbox' ids in a Partial view to controller action?

I have a partialview [_SearchProduct] within the main view, let's say [product] view. The Partialview has a number of checkboxes …

asp.net-mvc-3 razor partial-views data-sharing
Using a partial view to represent a table row

I am trying to use a partial view to represent rows of a table in my project. I currently have &…

asp.net-mvc-3 razor partial-views
Render partial from helper_method

Ok so I have a helper method in the application controller: def run_test(test_name) #computation stuff render :partial =&…

ruby-on-rails partial-views ruby-on-rails-3.1 helpermethods
How to use the Zend Framework partial view helper outside of a controller or view?

I would like to create a custom class that will generate an HTML email. I want the content of the …

php email zend-framework partial-views html-email
MVC3 Razor: Is it Possible to Render a Legacy ASCX?

With the Razor view engine in MVC3, Is it possible to render a legacy ascx? I was expecting to be …

asp.net-mvc-3 razor partial-views ascx
MVC 3 Rendering 2-Level Menu as Partial View

I would like to implement a 2-level parent/child menu in my MVC 3 site such as Company - Background - …

asp.net-mvc-3 partial-views renderpartial renderaction
MVC Error: model item of type 'System.Collections.Generic.IEnumerable`1 required

I'm doing some modifications to a system, and I've run into an exception that I was hoping someone could help …

asp.net-mvc ienumerable partial-views unhandled-exception