The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
39 views

Asp.net MVC 4 Partial Views + Views

I'm starting with the construction of some features using ASP.net MVC, but I came across the following question about the combination of Views + Partial Views. (Example) Was created one Partial View ...
-2
votes
0answers
30 views

Asp.net MVC Partial Views + Views [closed]

Pessoal, Estou iniciando com a contrução de algumas funcionalidades utilizando ASP.net MVC, porém me deparei com a seguinte dúvida sobre a combinação de Partial Views + Views. (Exemplo) Foi criado ...
1
vote
1answer
64 views

MVC Partial Views Passing Model to Controller

First of all, I should say I am new to MVC, but learning it as I using it in a project. I currently have a problem, that I think stems from my lack of understanding of MVC. Here is an outline of what ...
3
votes
2answers
134 views

with MVC 4.0, RedirectToAction does not render PartialView as Partial, it send a whole page

I got something a little complicated, but I don't see why it would not work: I have a JSTree in my Index.cshtml. When a node is selected, I make an Ajax call to public async Task<ActionResult> ...
0
votes
1answer
37 views

List of model that render in different way

Let say I've a list of objects derived from abstract class ModelA. I want to pass to a view List of objects (let's ModelB and ModelC that are subclasses of ModelA). class ClassB: ClassA { } class ...
0
votes
0answers
10 views

Having Trouble with ajax and views/Partial Views MVC

I have been going out of my mind trying to get this to work. I have several places where I am trying to do this in several different ways. The simplest example is where I am trying to return a partial ...
0
votes
0answers
67 views

Rendering HTML5 Video on iPad via injecting MVC Partial View

I am trying to make a .MP4 video show up on the iPad via HTML5 video tags. Everything works fine if I return an MVC/Razor "View" with this markup: <div class="video center"> ...
0
votes
1answer
62 views

Best approach to load a PartialView depending on a drop down (MVC)

Let me explain what is the scenario. In the following image, I've got a dropdown and a div box, the dropdown always have two options, when this is changed should have to load a PartialView in the div ...
1
vote
0answers
178 views

@Html.RenderPartial replace the the main view window with partial view content only instead of it displaying partial view inside the mainview

The issue is that when I try to render a Partial View Inside the Main View, it replace the the main view window with partial view content only instead of it displaying partial view inside the mainview ...
0
votes
0answers
402 views

MVC 4 PartialViewResult return PartialView Calls Wrong View (URL)

I'm fairly new to MVC and JQuery. I'm using MVC 4. I have an index view that I can edit the fields on. I want to be able to add a blank row at the bottom of the listing to be used for adding new ...
1
vote
1answer
164 views

Get model data from a partial view

I'm developing an intranet ASP web application using the MVC architecture and Entity Framework (Database First). My problem is the following one : I have an entity "Person" and an entity "PhoneCard" ...
0
votes
0answers
41 views

partial view no updating model collection

I have a class Please ignore code conventions. class A { Public List<Areas> areas; Public string name; //it is a property //getter and setter for areas; } In my partial view ...
1
vote
1answer
305 views

Controling Partial view from controller based on condition in Razor MVC4

In my home view I have below HTMl with 3 partial views. In that First Partial view will render always. Second and Third will be decided by home controller based on Flag 0 or 1. How to handle such ...
0
votes
1answer
564 views

How should javascript in an ajax loaded partial view be handled?

In ASP.NET MVC, what is the preferred pattern for running Javascript on a partial view that is loaded via Ajax? For example, suppose you need to wire up some click events in your partial view. Of ...
2
votes
1answer
322 views

ASP.net & MVC : AJAX & update PartialView & confirmation message

I'm using ASP.Net MVC to make my app I'm actually trying to delete an entry from my DB, first i must have a confirmation message and when the action is completed i want to refresh my PartialView ...
0
votes
2answers
212 views

Is it possible to kick off a javascript function after a partial view renders in MVC Asp.net?

Let me preface this question with the fact that I am very new to MVC. I have an instance where I am rendering a devexpress grid in a partial view. @Html.Partial("MyGridPartial", Model) I need to ...
2
votes
2answers
1k views

ASP.net MVC 4 loading menu from database to Partial View

i'm an mvc newbie. What i'm trying to do is to load menu from database and display it in partial view. This partial view will be called from _layout view. Home Controller in Home controller i add ...
2
votes
1answer
132 views

Partial View Wizard with Navigation

Looked many things up, but never posted before. Here's my situation. Any help would be most appreciated. I've got a wizard with numerous screens with an associated navigation bar made using CSS. As ...
1
vote
1answer
144 views

Count item it partial view in View of asp.net mvc

I have one view in my asp.net mvc project : <div id="featured"> <% Html.RenderPartial("../Shared/UserControls/RelatedProduct", Model.ProductDetail); %> </div> Controller: ...
3
votes
2answers
208 views

Html Extension methods are not accessible in MVC Partial Pages

Hi I'm trying to create a declarative Html helper method inside MVC partial page, everything works fine. But when I want to use built-in Html extension methods, I see there are no extension methods. ...
0
votes
0answers
60 views

How do you create the AJAX call to add note (MVC 3)?

Using MVC 3 and EF4.1: I have create a partial view to add a note, not sure how to create the ajax call to add the note to db and show the new note on the current list. 1) Does this view need a form ...
0
votes
0answers
51 views

Better approach to adding add comments partial view?

I created a partial view for adding comments, not sure its the best approach. Background, the screen displays questions and input controls. The add comments is needed to make notes on a question. My ...
0
votes
3answers
248 views

Contact Form Within Partial View

I have to admit, the transition from Web Forms to MVC is literally blowing my mind. I simply can not seem to wrap my head around how MVC functions as it compares to Web Forms, and I continue to hit ...
1
vote
2answers
217 views

Pass model object back to controller from partial on ui dialog

I have an edit details form that is displayed as a partial on a jquery ui dialog. I want to commit amendments back to the database, but I have run in to trouble using the standard submit button used ...
0
votes
3answers
575 views

MVC - Opening PartialView in a jquery dialog

I have a problem that's been driving me crazy for days. So I have an html table with items in it. The point is basically to click a button and open a jquery dialog with a message, asking me if I want ...
1
vote
1answer
166 views

Chosen not working in jquery dialog on reloading mvc partial

I am loading two MVC Partial Views in jQuery UI dialog using following code for editing and adding a record: $.get(url, function(data) { dialogDiv.html(data); var $form = $(formid); ...
2
votes
4answers
1k views

How to render a Section in a Partial View in MVC3?

In a MVC3 project, I have a "_Layout.vbhtml" file with this code <!DOCTYPE html> <html> <head> </head> <body> ... <script ...
0
votes
0answers
45 views

MVC - Recode of PartialView required when specifying DisplayTemplates by name

I had a Display Template that was working happily on a PartialView. The partial View has an IEnumerable of Animal as it's Model and the DisplayTemplate has just Animal as its Model. The trouble ...
2
votes
1answer
835 views

ASP.NET Web API partial response Json serialization

I am implementing a Web API that supports partial response. /api/users?fields=id,name,age Given the class User [JsonObject(MemberSerialization.OptIn)] public partial class User { [JsonProperty] ...
1
vote
0answers
105 views

Issue with partial view and viewmodel in separate assembly

I am developing an MVC solution and I want to have a plugin option for some partial views I am creating. I have separate assembly for each plugin that contains the PartialView as an embedded resource ...
1
vote
2answers
463 views

In MVC do partial views inherit the models of their Parent views?

I'm passing some data to a View from my controller, which I wish to display inside a partial view inside that View (don't ask, it's complicated). I know I probably shouldn't even be passing a model to ...
0
votes
1answer
90 views

Get nesting level of view in ASP.NET MVC 4

I've been searching for a way to determine the "nesting level" of a view. I've found: Determine view 'nesting level' here on stackoverflow.com. But that only works with RenderAction and only says if ...
0
votes
1answer
248 views

How to refresh the contents of the MVC 3 partial View placed in JQuery Dialog

My situation is very common. I have a master detail environment on my web administration. I need to be able to select one record among around 3500 from a dialog. This is the reason why I need ...
0
votes
1answer
119 views

Action that returns partial view of all the items in my Session[“cart”] [closed]

With Ajax I am able to add ProductIDs to my cart list in my action AddToCart. This is the code for that: public ActionResult AddToCart(int productID) { List<int> cart = ...
0
votes
2answers
118 views

Why does my dynamic viewdata not get listed in my partial view?

I have passed the value from controller public ActionResult Index(int? Page, string sortcol="ID", string sortorder="ASC", string firstname = "", string lastname = "", string emailaddress = "") { ...
2
votes
1answer
339 views

Dynamically populate ASP.NET MVC 3 Editor Templates based on selection in a dropdown

I am using ASP.NET MVC 3 and am attempting to populate a list of editor templates dynamically based on the selection made in a dropdown. I have no code to post because I am not sure what is the best ...
2
votes
1answer
50 views

How should a javascript variable in a parent view be changed by the loaded child partial view? [closed]

This is in asp.net mvc 3, however I think this situation is rather generic. I have a partial view which is loaded from ajax as a preview. In the preview, there is a checkmark that can be selected if ...
0
votes
1answer
50 views

In asp.net-mvc, what is the best way to return a partial view as well as other data from an ajax call?

I have a regular ajax call where the server side returns a partial view (html). I now have a situation where i need the server to passback some additional data besides the partial view. The only ...
0
votes
0answers
96 views

best practise creating mvc 2 view with partial views and one big model

i have a question concerning the best practise creating a mvc 2 view with partial views having one big model. sorry, if there is any answer somewhere but i couldn't find something helping me. out of ...
1
vote
0answers
193 views

multiple partial views and one submit button in a layout view

Im not sure if this is the right approach to do this. In my searchs only found multiple partial views and one submit button but not in a layout. I have tree different views each with their own model ...
1
vote
2answers
134 views

How to make a partial view configurable?

Let's say I have a partial view named 'Container' which contains two partial views called 'PartialA' and 'PartialB'. On the 'Conatiner' partial view I want some sort of configurational ability so that ...
0
votes
0answers
255 views

problems with asynchronous partial view validation in mvc

i am using jquery mobile and mvc 2 technology and want to load a partial view via ajax in a collabsible div-container. this partial view should provide contact data and the option to send name and ...
3
votes
1answer
746 views

MVC3 Ajax.BeginForm not returning specific partialview

I am having trouble returning a PartialView when calling it from an Ajax.BeginForm method. The Ajax call is as follows. @{ ViewBag.Title = "ChargeCode 1"; Layout = ...
0
votes
2answers
414 views

asp.net mvc property changed event

I'm a .Net desktop applications developer trying to switch to ASP.Net MVC (3 or 4 doesn't matter). We have a .Net library which notifies any GUI you want to put on this assembly by Property Changed ...
0
votes
2answers
182 views

MVC + returning different PartialView on condition

Not sure if this is the best approach in MVC but how do I return views on condition, let's say if I want to return another view which displays some error message if my 'fbUID' is missing, please ...
0
votes
0answers
172 views

Prevent a returned View to update the RenderBody Area

I recently started to learn mvc3/Razor coming from ASP.NET and im having a an issue with @RenderBody and Html.Partial. I'm trying to create a login div which is a PartialView and when you attempt to ...
0
votes
0answers
177 views

Passing Data to multiple MVC Partial View and submit that data in a Partial View returns null

I have multiple MVC ListBoxes with headers and some other parameters as a partial view on mt main View as beloved. <table> <tr> <td id="tdStructure"> ...
0
votes
0answers
148 views

jQuery tabs with cookie not working as expected within partial view

I just want to preface this problem by saying: I have read up on all of the corresponding jQuery docs. I have included the jQuery cookie plugin. Under normal circumstances, my tabs do work exactly ...
0
votes
1answer
441 views

In ASP.NET MVC, how do I return a different view when submitting a form via ajax?

I am attempting to create a message board in ASP.NET MVC. I have two partial views, one to display a message (this is recursive and will display all child... messages as well), and one to display a ...
0
votes
2answers
692 views

jquery mobile mvc 3 layout an partial views

I have a project in .net with mvc 3, I'm trying to implement jquery mobile but I have some issues with custom js, here is part of the code of the _Layout.Mobile.cshtml <body> <div ...

1 2 3