ASP.NET MVC 3 is the third major version of Model-View-Controller extension for developing web applications in a .NET framework.

learn more… | top users | synonyms (3)

1
vote
1answer
8 views

mvc3 extjs 3.4 Turn on delete action after click

I've got problem with delete action after clicking button in MessageBox I have somthing like this fn: function showResultText(btn) { if (btn == 'ok') { ...
0
votes
0answers
20 views

Language picker drop down list as html helper or partial + implementation

I'm new with MVC 3, so at this time I'm trying to create a website where I have a language picker and i can change the language on the website. I have a JQuery + html for language picker. But now I ...
0
votes
0answers
24 views

ASP.NET MVC3 EF Update complex object in ActionResult Update()

I'm new with EntityFramework, and I face to a little issue to update an object. The object I'd like to update is called A. It contains some properties, plus another object called B. I found how to ...
0
votes
1answer
22 views

How to change MVC3+ Views after application has been deployed (without redeploying)

As I understand one of the benefits of the MVC pattern is being able to substitute other Views without having to change the Model or Controller. Since the Razor view engine compiles the views, how ...
2
votes
4answers
50 views

Return types in ASP.NET MVC Actions

Is it recommended to define specific return types for controller actions? Or in other words since results like JSONRESULT, VIEWRESULT etc... derive from ACTIONRESULT what is the best practice in ...
0
votes
1answer
41 views

Deserialize an MVC model not working

I have this model, [Serializable] public class userMaster { public Step1_userName userName { get; set; } public Step2_userAddress userAddress { get; set; } public ...
2
votes
1answer
25 views

Asp.Net MVC 3 variable in url

The default MVC 3 route config is {controller}/{action}/{id} My NEWS application structure is like /News/Latest10 /News/Critical/10June2013 /Entertainment/Latest10 Bold ones being controller, ...
0
votes
2answers
29 views

key entity in Entity Framework?

The problem for me is I have an existing datatable "T_store" in my database with 3 field: storeKey, StoreName, StoreDescription. and I now I want to create a MVC 3 app. to map to all this field, I ...
0
votes
1answer
44 views

Why Am I getting: “A potentially dangerous Request.Path value was detected from the client (&).”?

I don't understand why I am getting exception calling the action from my controller by typing the full url It works fine calling from form or ajax post using jquery, it is not setup to accept only ...
0
votes
0answers
26 views

capture ajax events between postback asp.net mvc3

I am building an Asp.net MVC3 web application and i am facing a problem and need help in how to resolve that problem. the task is create an import page to import user data into web site. the ...
0
votes
1answer
14 views

URL does not show properly after fetching to show in iframe

I saved a URL into database properly using EF in ASP.Net MVC4: The URL is like below: www.abc.com?id=a&name=value But when I retrieved it & try to show in iframe as src then & is ...
0
votes
0answers
41 views

how do i call webservice from MVC3 Razor Controller?

In my project I need to call a web service from a controller. I have already done the following, and it works. Add the web reference for the web service to the project. Call the service as follows: ...
0
votes
1answer
17 views

Could not load file or assembly 'System.Web.WebPages.Razor, Version=2.0.0.0,

I use ASP.NET MVC3 .NET4 Framework. My project is working on local but I send files to server and is doesn't work there. In my server file is v2 now. If i send v2 file to server i get Could not ...
0
votes
1answer
46 views

How does ASP.NET MVC repopulate values in form when validation fails?

In web forms the view state is used. But in ASP.NET MVC since model binding is available the properties can be easily acccessed in the controller. However when the model validation fails, does the ...
-3
votes
0answers
18 views

Need help for mvc 4 upgrade issue [closed]

Error: The parameter conversion from type 'System.String' to type 'PPA.Models.Users.UserAddressModel' failed because no type converter can convert between these types Please look at this link for ...

1 2 3 4 5 2291
15 30 50 per page