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
3answers
24 views

How specify the folder for the test assembly?

I have a project on ASP.NET MVC3. I have written unit tests using NUnit, but their work need a certain folder. I was told that the path to the folder for the test assembly must be specified in the ...
0
votes
2answers
17 views

MVC3 Error: The name 'Partial' does not exist in the current context

I'm attempting to implement the pattern answered here. The controller returns a model to a Partial View (injects just a page part with a full refresh) and is presented as: public ActionResult ...
0
votes
0answers
15 views

Implement Controller Level Filter

I have created a custom WhitespaceFilter filter to remove all white space from HTML. I have written on each of action method of FirestLevelcontroller. If I placed it on the controller level it works ...
0
votes
0answers
12 views

Displaying Edit items by groups MVC 3 razor view using jTable.org's jTable

This is using jTable.org's jTable in a vb.net MVC3 application I am trying to create a layout similar to the below which is actually in use on our site at this time. In the interest of being able ...
0
votes
0answers
17 views

MVC 3 : Request.IsAuthenticated always returns true

I am working on an MVC 3/Razor application and I am currently trying to display a login/logout button depending upon whether or not someone is logged in. I tried to add the forms authentication ...
1
vote
2answers
28 views

MVC3 Custom String Client Validation not working

Newbie to MVC3 and jquery unobtrusive validation. I am trying to achieve a very simple custom string validation for my mvc view model property. I know there is an existing "Required" attribute but ...
0
votes
1answer
24 views

Activation error occured while trying to get instance of type

i have a bunch of view which are associated to the viewmodels and getting hte similar error for all the views and viewmodels. here is the code: I have the following code: public static ...
1
vote
0answers
55 views

Is there any advantage in using a “repository factory” with ASP.NET MVC4 and Entity Framework?

I am developing an application and I started to use as my base some code from an example by John Papa. Looking on the web I found this same code and it appears in an answer to a question on ...
0
votes
0answers
3 views

MVC 3 filter ICollection

I'm trying to create my first filter and till now I can filter (desc and asc) using date, title and author. Now I'm trying to get a filter on my categories. Categories is an ICollection. Does someone ...
1
vote
0answers
49 views

Implement a Custom MVC Base View Page

I am attempting to implement an MVC custom base view page in order to "override" the User property type. This will make my CustomPrincipal type accessible in any view. After searching the web, I ...
0
votes
0answers
29 views

Email attachment not working in Chrome

I am successfully passing the attachment file to my controller but I have issues with Chrome not only styling my Browse... button and attaching text like "No File Chosen" but also the ...
0
votes
1answer
25 views

Getting Error while creating Signal R Hubs

I am getting below java script error when i am using signalR for creating Hubs Dynamically. I am using "jquery.signalR-1.1.2.js" . "Microsoft JScript runtime error: Object doesn't support property or ...
0
votes
1answer
11 views

How to use DateTimePicker control for datetime field in Orchard editor (without adding datetimefieldpart)?

I know there is DateTime field builtin Orchard and i know i can use it by adding DataTimeFieldPart to the my custom part. But my datetime fields belongs to an "event part record" entity and i want ...
-1
votes
0answers
10 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
18 views

Add Script tag to jquery template in mvc 3

I am trying to add <script> tag to Jquery template as follow <script id="invoiceTemplate" type="text/x-jquery-tmpl"> <script type="text/javascript"> alert('x'); ...
0
votes
1answer
18 views

Using ELMAH and Application_Error at the same time

We have an ASP.NET MVC 3 application that is configured to use ELMAH. We also have code in our Application_Error method like this. Both ELMAH and our custom code log to a database. protected void ...
-3
votes
2answers
38 views

How to get all the folders of the project regardless of its location (different machines)? [closed]

I have a function that searches for files: var filesForSec = Directory.GetFiles(@"\..\..\Project/myProject/SomeFolder", "*.js", SearchOption.AllDirectories); ...
0
votes
1answer
18 views

Extjs Why my numberfeld don't accept decimals

I've got problem with my numberfield its looks like this Extjs version 3.4 { xtype: 'numberfield', fieldLabel: 'Cena', name: 'Price', ...
0
votes
0answers
22 views

how to get popup page when click on imagelink using ajax.imageactionlink() method in mvc 3

iam using the below code in index view @(new HtmlString(@Ajax.ImageActionLink("../../Content/images/grid/Edit.png", "edit", "edit", "edit", new { id = HttpUtility.UrlEncode(item.DeptID) }, ...
0
votes
1answer
28 views

Iterating elements in span and picking the value of certain input field

I am working on an asp.net mvc3 application. I use strongly-typed razor view and I have multiple hidden input fields to hold the data I need. To perform client-side validation I need to check if the ...
0
votes
0answers
16 views

Populating data from database(MS SqlServer) (using Entity Framework 5)to JqGrid using ASP.NET MVC3

I am new to JqGrid and MVC 3 but I have a new requirement to populate data from MS Sql Server using Entity Framework 5 and ASP.Net MVC3 to JqGrid without using any third party plugin(e.g Trirand ...
0
votes
0answers
33 views

Can an HtmlHelper library be compatible with both MVC-3 and MVC-4?

I am trying to create an HtmlHelper library that will work in both MVC-3 and MVC-4 projects. I've been able to get a library that is compatible between MVC-2 and MVC-3 by setting the framework ...
0
votes
0answers
21 views

Page not loaded in fancy jquery popup- used in .net-mvc4

I am working in .net mvc4. I am using jquery fullcalendar when i going to event Edit. I call the fancybox popup. the problem is fullcalendar eventclick popup only showing page not loaded, error ...
1
vote
1answer
18 views

geolocation pass value to url.action on page load

Can anyone please help with this problem, I'm trying to get the latitude longitude values using geolocation when the page loads, problem is, I'm having problems trying to figure out how to pass the ...
0
votes
2answers
26 views

Output cache per User

Hi have quite a memory intensive dashboard which is different per user. How do I cache the response based on the current logged in userID which is not passed as a parameter but needs to be derived ...
0
votes
0answers
28 views

To add a item to DropDownList using JavaScript

I am troubling with an dropdown list item. In that I want to add a new item and it should display in the dropdown list. for that I have created a button which on click returns a screen to add a ...
-2
votes
2answers
29 views

my custom membership provider is no work

i try to make simple custom membership provider to my application. i try to use login function to login to my application whats wrong with my code? why is not redirect to home?/ [HttpPost] public ...
0
votes
3answers
35 views

ASP.Net MVC Postback from View to Controller shows null values

I've a problem with ViewModel posting back to a controller, but the ViewModel not being mapped correctly from the View to the Controller. TopicId and Content should contain values, however, when ...
0
votes
3answers
32 views

How can a decimal format to sting in mvc avoiding the last two zero s after the decimal point in mvc3

I rounded the loan amount value. But in my model I have defined the Loan Amount as Decimal. In Grid I need to show it as an Integer (need to avoid the last two zero's after the point). For example: ...
0
votes
0answers
15 views

Kendo Grid with DropdownList

Hi I'm using Kendo grid with dropdownlist, I followed the demo in http://demos.kendoui.com/web/grid/foreignkeycolumn.html but Im recieving this error "DataBinding: 'System.Web.Mvc.SelectListItem' ...
0
votes
3answers
22 views

How to set Dropdownlist selected value in mvc3

I have a dropdownlist which is binding with TempData.when it is coming first time it is showing all values.After selecting a particular value that value is saving in the database correctly.But the ...
0
votes
0answers
22 views

.NET MVC3 Multiple types were found that match the controller named 'Customer'

Multiple types were found that match the controller named 'Customer'. This can happen if the route that services this request ('{controller}/{action}/{id}') does not specify namespaces to search for a ...
0
votes
2answers
47 views

asp.net mvc post data and page refresh (session variable vs tempData vs detect F5)

i am teaching myself MVC and am struggling to work out the best solution to my problem. I have a search controller with a large amount of input fields. I will also have multiple overloads of the ...
0
votes
1answer
31 views

JavaScript and ajax.actionlink

i am working on an mvc application, i have a page that shows list of images and when you hover over the image it simply add border to the image then i have some link on the page that filter the ...
2
votes
1answer
29 views

Why is my file a different size after I upload it and convert to byte array?

I am using the following code to get a byte array out of an HttPostedFileBase object byte[] mobileAppByteArray = default(byte[]); using (MemoryStream ms = new MemoryStream()) { ...
0
votes
1answer
32 views

Controller in Sub Folder

My area is below. Only the concerned part is highlighted. Route Table public static void RegisterRoutes(RouteCollection routes) { routes.IgnoreRoute("{resource}.axd/{*pathInfo}"); ...
0
votes
0answers
22 views

Security in Ajax Get Request

I have googled many times to find the best security for ajax get request, but didnt find anything. Had anyone body implement any security in get ajax request in MVC3 like passing some randam number ...
-2
votes
0answers
32 views

captchaValid returns false in mvc3 [closed]

I am using "reCaptcha" in mvc3. It always returns false, no matter what I do.
3
votes
1answer
40 views

ASP.Net MVC C# two viewmodels within another viewmodel - how to reference in the view

I'm trying to follow suggested best practice, by using ViewModels. In my forum app, I want to post a list of posts, and at the bottom of the screen, add a textbox so replies can be posted. So in my ...
0
votes
1answer
28 views

Check the value of textbox which is hide/shown accordingly using jQuery

I am working on an asp.net mvc3 application. In my razor view I set the textbox like this : @Html.TextBoxFor(x => Model[i].FieldValue, new { @class = "yesNoNotApplicableTextbox", style = "display: ...
0
votes
2answers
49 views

ASP.NET MVC: different functionality for authorized users - single view

Let's say that I have an MVC view that has one set of features available to non authorized users, and an extended set of features that is available to authorized users. Currently, I have implemented ...
0
votes
0answers
8 views

jaws is reading only the first line of a text area

Here is my Html code <span class="width650 height80 leftfloat"> <span class="width70 leftfloat verticalAlign fontColor">@Html.LabelFor(m=>m.Comments)</span> <span ...
0
votes
1answer
24 views

Get method passing all values on form mvc3

@using (Html.BeginRouteForm("ProductSearch", FormMethod.Get)) { <div class="page-title"> <h1>Search</h1> </div> <div ...
-1
votes
1answer
13 views

cast to value type 'Int64' failed because the materialized value is null error in Linq left join

While using Linq I am getting follwoing error The cast to value type 'Int64' failed because the materialized value is null. Either the result type's generic parameter or the query must use a nullable ...
0
votes
0answers
34 views

MVC3, returning Json to originating page from partialview in jquery dialog

I am trying to use jQueryUI dialogs to show a list of matched data and return the chosen data, via JSon to the original view using ajax/jquery. The flow is View (user completes textbox and clicks ...
0
votes
1answer
13 views

Telerik report filtering

I am using Telerik report for an ASP.MET MVC 3 application. I need to filter data based only on time not date time. Telerik report only support type date time as report parameter. So how can i ...
0
votes
1answer
29 views

Creating Enums Dynamically

I am working on MVC project and i have One Enums Class in my model folder which is as follows : public class Enums { public enum eSiteName { [Description("Site 1")] ...
0
votes
0answers
6 views

Bind XML to resx resource file

I have made a custom xml file which I put in my asp.net mvc 3 app. I also have a resource file in app_globalresources folder, one file for each language. How is it possible to bind an attribute in ...
0
votes
2answers
53 views

Get Textarea value from posted form in MVC3

This is my form @using (Html.BeginForm("EditPayments", "BookingPathLabelsCms")) { if (@Model.DisplayName == "Payment Labels") { <textarea id="seeit" ...
2
votes
1answer
51 views

Best design for domain service

I have a question on what's the best design for my domain service. The use case is to create some entities based on user selected conditions. The workflow of the app that will use this service: ...

1 2 3 4 5 689