ASP.NET MVC 4 is the fourth major version of the ASP.NET Model-View-Controller platform for web applications.

learn more… | top users | synonyms

0
votes
2answers
14 views

making cascading dropdownlist asp.net mvc 4

am trying to make cascading dropdown list in asp.net mvc 4, both values for my dropdown list's comes from methods, so am in trouble how to pass value form one dropdown list to another. here's how i ...
0
votes
0answers
8 views

Update User with propertyValues using SimpleMembershipAttribute

i'm creating my custom values with this function WebSecurity.CreateUserAndAccount( model.UserName, model.Password, propertyValues: new { web_UserNr= model.web_UserNr, web_company= ...
0
votes
0answers
4 views

Multiple Property validation and Dynamic Property Validation in MVC Fluent Validation

Here is my mvc model class public class contactpreference { public string notification {get;set;} public bool textmessage {get;set;} public bool email {get;set;} } I need a fluent ...
2
votes
2answers
51 views

ASP.NET MVC 4 - Proper way to respond in HTML, JSON, or XML

What is the correct way to have my Index() method return content based on the incoming accept/content-type headers. I currently have an application I am trying to refactor that has an Index() method ...
0
votes
0answers
21 views

Advice for authenticating an ASP.net MVC 4 website and web API

I am developing an application which requires the user to register/login. Once they are logged in the application has access to a JSON RESTful API which will possibly be on a different subdomain ...
0
votes
0answers
7 views

Filter is not working in telerik grid in mvc4, after grid rebind function called using javascript

in my view i have dropdownlist and telerik grid, based on dropdownlist selected value data is bind to the grid, if dropdownlist selected value changes iam using grid rebind function to display data in ...
0
votes
1answer
34 views

Hosting performance of ASP.Net MVC 4 app is slow

I have a web site with a couple of very small mvc4 applications running. It seems that the hosting company is unloading my site after it stands idle for a while (which I'd expect). The symptoms are ...
0
votes
3answers
24 views

Hosting an asp.net mvc site

I have an asp,net MVC 4 project. I chose a hosting company www.somee.com for a quick test. What I did was uploading a zip file and unzipped it. When I opened the url, I got the error. IIS 8.0 ...
0
votes
1answer
17 views

Client validation not showing message

I have a MVC4 internet application with a form for creating user accounts. The form validation works but while the input fails validation no error message is displayed. It still prevents submitting ...
0
votes
1answer
24 views

Equivalent java script function for ASp.Net method web.DownloadString()

I recently used web.DownloadString() function in my ASP.Net MVC application and I'm wondering that Is there any equivalent java script function for ASP.Net method web.DownloadString ????
0
votes
0answers
6 views

Glimpse throws NullReferenceException with EPiServer 7.1 MVC 4

I have an MVC 4 application built on top of EPiServer 7.1. EPiServer uses StructureMap as it's IoC framework, which may be related to my problems. Anyhow, this is what I have done: Via "Manage Nuget ...
2
votes
1answer
36 views

How to filter DbContext in a multi-tenant application using Entity Framework with MVC4

I am developing a multi-tenant web application using MVC4 and EF5. I previously asked this question regarding filtering my DbContext: Is it bad practice to filter by ID within the repository pattern. ...
0
votes
1answer
40 views

L-value is expected javascript

I used MVC4 ,I want to set values in property of model used Javascript I tried this code function updateTotals() { debugger; var academicAchievement = ...
0
votes
0answers
23 views

MVC4 Cascading dropdown list just working with

I am using MVC4/EF and I have three cascading dropdownlist and fourth a listbox which loads records based on 3rd dropdownlist. I wana select the first dropdown and filter the result on the second, and ...
0
votes
0answers
10 views

Durandal Open Modal Dialog if specific route was triggered

I like to open a modal dialog if the page was rerouted during an auth error (usually thats rerouted to /account/Login). I have a Durandal modal dialog which I like to trigger if the user hits ...

1 2 3 4 5 721
15 30 50 per page