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)

0
votes
1answer
12 views

How to use the MVC ActionResult RedirectResult?/ It just returns a 302 and does not redirect

I am trying to return a ActionResult from an MVC api, and if you give it a redirect uri in the post body it should redirect that uri. Right now if you do not give it a uri it performs fine. But if you ...
0
votes
0answers
14 views

MVC3/Azure - What's the most scalable way to handle 50k+/second quick API calls?

I have a farm of Web Roles running on Azure based on MVC3 that potentially need to handle ~50k API calls per second. The calls will be quick, all they do is adding some data to Azure Storage Queues (I ...
0
votes
1answer
37 views

How to save values in a list in ASP MVC 3

I am developing an ASP .Net MVC 3 application using C# and SQL Server 2005. I am using also Entity Framework and Code First Method. I have a Form in a Partial View which the code is : <%@ ...
0
votes
1answer
41 views

What is the difference between MvcHandler and HttpHandler

can you tell something about the difference between MvcHandler and HttpHandler? can we create our custom MvcHandler? I searched a lot at Google but could not found any reference in regards to the ...
0
votes
1answer
30 views

MVC route not getting called

I have this route registered: context.MapRoute( "Manager", "manage/{id}/{action}", new { action = "index", controller = "manage", id = ...
0
votes
0answers
5 views

change mvc ajax pager html format

I have a mvc ajax pager control like below @Ajax.Pager(Model.pagedListPageControlModel, null, null, new PagerOptions { PageIndexParameterName = "pager", ShowDisabledPagerItems = false, ...
0
votes
0answers
31 views

The values of a list are passing NULL in ASP MVC and EF

I am developing an ASP .Net MVC 3 application using C# and SQL Server 2005. I am using also Entity Framework and Code First Method. I have some values of parametres in a form which I want to save ...
0
votes
1answer
20 views

How to disable/enable a DropDownList with a button using JavaScript in ASP

I am developing an ASP .Net MVC 3 application using C# and SQL Server 2005. In a view, I have a DropDownList and a button. Using javascript, when I click in the button,,,the dropdownlist became ...
0
votes
0answers
24 views

MVC3 C# with Razor, creating a custom model decorator that will render the item in the view as disabled if the conditions are right

Good Morning fellow StackExchangers, My issue is a bit convoluted so please bear with me. I am completely open to ideas that I did not think of so feel free to go crazy with this one. I am ...
0
votes
1answer
35 views

Parser error in mvc3 razor code

I'm getting this error in my cshtml file near this code @{ var options = new OpenIdSelector(); options.TextBox.LogOnText = "Log On"; } Parser Error Description: An error ...
0
votes
0answers
27 views

Asp.net MVC3 Membership

Hi i'm using membership in MVC 3 project to register an login users. But the project in production will use active directory provider for login. In AD we have some information like email and firstname ...
1
vote
1answer
51 views

Read anchor from URL in ASP.NET MVC 3

How i can read anchor from URL, in Controller action. Example URL: www.site.com/some-action#anchor-what-i-want-read public ActionResult SomeAction() { // Here i want read the anchor } Reason ...
1
vote
0answers
16 views

404 error when accessing a WCF Data Server On MVC 3, IIS 7

I know, there are quite a few search results for this problem, but nothing helped. The WCF data service runs happily in the dev environment, on the staging server, but not on the live box. I've tried ...
1
vote
1answer
30 views

Jquery getJSON is not working within MVC3

Hi I am trying to do a getJSON but for some reason it is silently failing. Here is the code: $("#distanceMiles").change(function () { $("#distanceMiles ...
4
votes
1answer
62 views

HttpContext.Current.User != HttpContext.User?

Is HttpContext.Current.User in global asax not the same as HttpContext.User in an action method? I assigned the user some roles, but they seem to get lost. The code below shows what is happening. ...
1
vote
1answer
55 views

Custom Number Incrementing Field MVC

I've had an idea for a html field in MVC. And thats the number incrementing textbox. How would you go about doing that? The idea is that I have form with some information that needs to be sumbitted. ...
2
votes
2answers
36 views

How to fill a TextArea with Values of DropDownList Using JavaScript in ASP

I am developing an ASP .Net MVC 3 application using C# and SQL Server 2005. I am using also Entity Framework and Code First Method. In a view, I have a DropDownList, a button and a TextArea. How ...
1
vote
1answer
23 views

MVC3 Application not running on IIS7.That shows Error Like this

Line 15: Line 16: I have Made My application in Visual Studio 2008,It works Properly On IIS7 If i have installed AspNetMVC3.But not worked without this software on any other machine. // ...
4
votes
2answers
56 views

How to create dynamic form in MVC

This is a very simple thing to do with controls in asp.net, but I have no idea how to accomplish it in MVC. I have a page where I want the user to type in his employee id. If the employeeid is in ...
2
votes
1answer
23 views

What's the difference between RouteCollection and Route Table

Can you tell the difference between RouteCollection and Route Table? I tried a lot to search at Google. But could not found any references.
1
vote
0answers
19 views

Retrieve only particular user data using entity framework

Can anybody suggest me how to retrieve particular user data from two different tables such as "Organizations" and "SystemUsers". My Search form is like this:- FirstName LastName Email ...
1
vote
0answers
12 views

How to reload the column view list using the jquery.columnview-1.2.js

I have used the jquery plugin for building an ui as mentioned in the website: http://christianyates.com/blog/jquery/finder-column-view-hierarchical-lists-jquery below the columns list I have a ...
2
votes
1answer
47 views

Url.Content type method in class library code

I have this code in a class library: string.Format("{0}://{1}", Current.Request.Url.Scheme, Current.Request.Url.Authority); This works fine if the application is deployed in the root domain and not ...
1
vote
1answer
30 views

How to disable a DropDownList when a checkbox is checked in ASP MVC

I am developing an ASP .Net MVC 3 application using C# and SQL Server 2005. I am using also Entity Framework and Code First Method. In a view, I have 2 checkbox and DropDownList. I want when I ...
1
vote
1answer
17 views

Microsoft AJAX serialized dates with time swift

I have an MVC 3 web application for a web API, a controller emit json. In the json result I see dates are being serialised automatically as { Flag: "U" EventId: ...
1
vote
2answers
24 views

ASP.NET MVC: Detect state change of model propertiy in controller using Entity Framework

I have a more or less standard looking model: public class Project { public int ID { get; set; } //... some more properties public DateTime StartDate { get; set; } public int Duration { get; ...
0
votes
1answer
20 views

Kendo UI or MVC JSON viewer, or Formatter to display JSON string

Is there a control or any other way to format a JSON string, that is to give different colours/ arrange/ indentations etc... Please reply me if anyone have an idea about it. Thank you
0
votes
0answers
10 views

Error 404 on embedded resources

I have a web application with areas made following this article: http://elegantcode.com/2012/04/06/mvc-portable-areas/ The problem is that on one server the application works as intended but on ...
0
votes
1answer
21 views

Reading XML contents through LINQ to Dropdownlist

I am binding the XML contents to a Dropdownlist in MVC4. From the link, I tried reading the contents of the XML file. The Where clause in the code returns Object is not reffered to the instance of the ...
0
votes
0answers
25 views

date controls compare validation

I'm looking of a way to perform data compare validation that validates "from" > "To" on the data model client and server. Like this: public sealed class CompareDatesValidatorAttribute : ...
1
vote
0answers
47 views

How can I convert sql to linq

This is my SQL query SELECT sys.sysobjects.name Name, sys.foreign_keys.* FROM sys.foreign_keys inner join sys.sysobjects on sys.foreign_keys.parent_object_id = sys.sysobjects.id WHERE ...
0
votes
0answers
13 views

add custom where condition with user in easyquery

How can I add a custom where condition with loggedin user_id in easyquery? This is a MVC3 web application. I need to prevent the users to see only there data. easyQuery
0
votes
1answer
26 views

How to pass parameters in WCF Json service which doesn't have .svc file?

I am using a .cs file instead of .svc to call my wcf service. It works fine for service methods without parameters , but not for methods with parameters. Below is the code: service.cs using ...
1
vote
2answers
29 views

how to hide or show links based not only on roles but other business logic

My MVC application has a handful of roles. ex Admin,General. I use a CustomRoleProvider but then in the view I do following @if (Roles.IsUserInRole("admin")) { <div ...
1
vote
1answer
13 views

Which user will be used when setting SmtpClient.UseDefaultCredentials to true in an ASP.NET application?

In an ASP.NET or ASP.NET MVC application, if I send an e-mail using SmtpClient with UseDefaultCredentials set to true, which user will be used to authenticate with the mail server?
1
vote
3answers
58 views

Shared login in two MVC Projects? Why?

Imagine when you create a new MVC4 Project and you start registering an account using SimpleMembership and you logged using Remember Me checkbox. Now, when you create another MVC 4 Project, the ...
2
votes
0answers
14 views

mvc3 best way to remove a .tolist in global

I have a model which is a tolist and its ordered by date and then i have a foreach in the view model I was wondering how can i get a craigslist like effect when displaying the Date, .. if you look at ...
2
votes
1answer
23 views

ImageResizer not working after deployment to IIS7.5 integrated mode, ashx style url works

I'm using ImageResize.net in an MVC3 site. It works correctly on my dev machine (using iis7.5 integrated mode) and does not require the use of ashx extension for resized images. I've deployed to ...
1
vote
1answer
26 views

How to force an MVC application to populate the User.Identity.Name value when using Windows Authentication

I have an MVC 3 application which is to be used for both anonymous and authenticated users. This is accomplished by configuring IIS authentication mode to enable both anonymous and windows ...
1
vote
3answers
34 views

Minimal database for ASP.NET MVC 3 user management / membership

I am new to ASP.NET MVC 3 and am dealing with database inherited by me from Visual Studio master. There are lots of stored procedures and user roles like aspnet_Membership_BasicAccess, ...
3
votes
1answer
26 views

AssemblyBinding BindingRedirect not working for MVC4 app with T4MVCExtensions

We have a large .NET web application that was MVC3, using T4MVC. We recently upgraded it to MVC4, and all is good except for T4MVCExtensions (version 3.6.5 from NuGet) is still dependent on ...
1
vote
1answer
23 views

Routing issue in Global file

Routes Information routes.MapRoute( "Default", // Route name "{controller}/{action}/{id}", // URL with parameters new { controller = "Home", action = "Index", id = ...
2
votes
3answers
63 views

what is the format of this timestamp - “1369158405”?

What is the timestamp format for this - "1369158405"? This link http://www.timestampgenerator.com/ provides such formats but I could not find any information on the format name. I am also curious ...
1
vote
1answer
22 views

Date not being displayed properly when using jQuery mask

I am trying to use this jQuery plugin as an input mask on my ASP MVC edit page. However, no matter what the value is being stored in the database, the month is always displayed with two zeros: ...
1
vote
1answer
23 views

Set selected item of DropDownListFor in view

In my ASP MVC site I want to be able to select a default drop down list item in the view. However, the overload I'm currently using seems to just add another item to the drop down list instead of ...
1
vote
0answers
16 views

MVC Displaying JSON Objects

I am getting a list of objects from a database public class TestCode { /// <summary> /// ProductID /// </summary> public int Id { get; set; } public String CodeName { ...
3
votes
1answer
33 views

NodaTime conversions (Part 2). How to?

Following my first post: DateTime conversions using NodaTime on ASP.Net MVC 3 Razor website. How to? I'm struggling to find an easy way to convert date/time between local and UTC (both ways), using ...
1
vote
1answer
18 views

Displaying Data on Page without refreshing

MVS 2010 MVC 3: I have a Submit page that has severial checkboxes that are been built dynamically as soon as the page load. The user can check one or more checkbox before submitting the form. On the ...
3
votes
0answers
50 views

Correlation between submit and beginform

I have a problem when trying to render multiple models in a view. Lets say that I have: Model public int ID { get; set; } public ArrayOfThings[] Things { get; set; } View for (int i = 0; ...
1
vote
1answer
41 views

Razor skipping nested foreach loops

In my database I have a string of child tables. In a razor view I am trying to loop through the ultimate parent and then filter a collection a few levels down. I have got it to work using the ...

1 2 3 4 5 679