0
votes
1answer
32 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
14 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
14 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 ...
0
votes
1answer
27 views
Adding inputs after button click in MVC4 View
via http://haacked.com/archive/2010/07/16/uploading-files-with-aspnetmvc.aspx
Is there any possibility to dynamicly add <input type="file" name="files" id="file[i]" />
into View (with view ...
0
votes
0answers
13 views
Does T4 templates Support complex properties?
I have a model Like this
public class TestModel
{
public Person person{ get; set; }
public string Type { get; set; }
}
public class Person
{
public string FirstName{ get; set; }
...
1
vote
1answer
16 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
0answers
16 views
Can I route a mix of optional and conditionally mandatory parameters in ASP.NET Web Api
I'm guessing that the answer is to make multiple routes, but our route list is beginning to get long, so I'm looking to see if this can be expressed more elegantly and simply. :)
In my current ...
-2
votes
2answers
25 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
27 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
2answers
32 views
MVC and jQuery datepicker
What I'm trying to is apply datepicker into textboxes with class attribute equals datepicker.
So I'm doing it like this:
_Layout.cshtml
<!DOCTYPE html>
<html lang="en">
<head>
...
0
votes
1answer
26 views
browser showing model as query string in mvc
having an issue in asp.net mvc, browser is displaying complete model as part of query string.
I have first method which gives list of employees
[HttpGet]
public ActionResult GetEmployees()
...
-2
votes
2answers
17 views
books recommendations for MVC 4
What would you recommend to read for a relatively experienced .net developer but who has no yet experience in ASP.NET, but needs to learn MVC 4?
0
votes
1answer
14 views
Fluent Validation for complex child objects by setting different RuleSet
I have a complex class structure as below.
public class Account
{
public List<Name> Person {get;set;}
public List<Address> Address {get;set;}
public string Email {get;set;}
...
0
votes
2answers
32 views
MVC 4 Creating Model With Data Passed from View to Controller
I'm new to MVC and I have a relatively basic question. I've found some answers through searching, but nothing that conclusively makes me feel like I know the 'best practice' for this common ...
0
votes
0answers
24 views
Use a Function That Returns Ajax to Ajax.BeginForm's onBegin
I need to return a value of false to Ajax.BeginForm's onBegin, if certain conditions exist. This way I can prevent the form from submitting if certain database conditions exist.
However, in order to ...
0
votes
2answers
62 views
how can I understand where this “submit” button/actionlink leads in ASP MVC 4?
I am new to ASP.NET MVC 4 and learning my way around an existing MVC 4 code base. I am trying to find the code that processes the the form corresponding to this submit button. I understand that the ...
1
vote
5answers
39 views
how can I tell what view this controller will return?
I am new to MVC 4 and learning an MVC 4 codebase. In the music store tutorial from Microsoft, I added views by right clicking a method in a controller and choosing Add View.
This allowed me to know ...
2
votes
3answers
63 views
MVC 4 - Use a different model in partial view
Please bear with my noobness, I'm super new to the MVC pattern.
What I'm trying to do
I am building a profile information page for registered users on my site. This page would list data about the ...
0
votes
1answer
27 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")]
...
1
vote
1answer
50 views
ModelState.IsValid is true if password is empty string
I am passing login model to mvc4 default login method
[HttpPost]
[AllowAnonymous]
[ValidateAntiForgeryToken]
public ActionResult Login(LoginModel model, string returnUrl)
{
...
0
votes
5answers
35 views
Pass multiple parameters with different types using $.ajax to an MVC method
I'm having some problems posting multiple parameters to my controller using AJAX.I want to pass model list and button name (string) to my controller.
jQuery:
function PostForm(buttonname) {
...
0
votes
1answer
15 views
Routing Get and Post to Different URL
My Current Route
routes.MapRoute(
name: "Start",
url: "Home",
defaults: new {controller = "Home", action = "GetStarted", id = UrlParameter.Optional}
...
1
vote
2answers
61 views
ASP.NET MVC different routing for different actions
I am building a Site using ASP.NET MVC. In RouteConfig, I modified the method like this:
public static void RegisterRoutes(RouteCollection routes)
{
...
0
votes
0answers
8 views
SquishIt generates file with same name even after changing minification library
The default JS minification library replaces ; with , as a statement separator. I switched to the JsMin minification option in SquishIt. This results in the minified js retaining ; as the statement ...
0
votes
2answers
22 views
Customizing view model data-annotation error : An attribute argument must be a constant expression,
In my ASP.NET MVC3 project, I have a view model like this where i have the Error message hard coded for the Properties.
public class UserProfileVM
{
[Required]
[StringLength(200, ErrorMessage = ...
1
vote
0answers
41 views
Writing javascript that's efficient for the MVC4 bundling script optimizer
A desirable construct for writing any sort of code is an enumeration, e.g.
var statuses = {
none: 0,
inprogress: 1,
delayed: 2,
complete: 3
};
..
if (status === ...
0
votes
0answers
40 views
MVC index view shows dropdown ID instead of name
I'm working on getting some basic dropdown boxes working and right now the only problem I'm having is that the index view of TTTime shows the Id of the selected value instead of the string "proj_code" ...
0
votes
1answer
15 views
Template editor not applied when using Ajax for partial view
I have a template editor, Currency.cshtml like this:
@model decimal?
...
string value =
// Some calculations that returns value formatted as currency
Currency: @value<br/>
@Html.TextBox("", ...
1
vote
1answer
67 views
upload with mvc form
I have a simple question. Why in code below, this part - HttpPostedFileBase file - is null? Of course ArticleModel model is not null, just file.
Begin of my controler action:
public ActionResult ...
1
vote
1answer
36 views
ASP.NET MVC 4, throw HttpException vs return HttpStatusCodeResult?
I am developing a RESTful service and I want to return 400 for all unsupported URLs.
My question is when should I choose method 1 over method 2 and vice-versa..
//method 1
public ActionResult ...
0
votes
5answers
50 views
Use variable from controller in view ASP.NET MVC4
There is a model in my project
using System;
namespace Argussite.SupplierServices.ViewModels
{
public class UsersPage
{
public Guid SupplierId { get; set; }
public string ...
0
votes
0answers
37 views
MVC select list optiongroup value show on controller
I have an MVC4 project. And I am using select list with optgroup. Razor Codes below,
<select name="filters" id="searchable" multiple="multiple">
@foreach (var item in Model.FCategories)
...
1
vote
3answers
48 views
Split in View asp.net mvc4
CONTROLLER:
public ActionResult Index()
{
SonerSevincComEntities context = new SonerSevincComEntities();
var Konular = context.Konu.ToList();
return View(Konular);
}
...
0
votes
1answer
30 views
Replace string concat with Razor syntax
Here is my ASP.NET MVC 4 View (Razor) code:
@Html.Grid(Model).Columns(column =>
{
column.For(s => s.Description + @"<div class='results'>
<a href='#'>Link ...
2
votes
1answer
71 views
is @Html.HiddenFor correct way to re-post displayed data from my view
I'm new to mvc and have what is no doubt a basic question.
I have a viewmodel that displays some fields as labels only.
When I post the form back however I still want my viewmodel to contain these ...
3
votes
5answers
115 views
Should all business logic be in domain models or?
ASP.NET MVC4 - Basically I used to have all my business logic in my controllers (which I'm trying to put into the domain models instead).
However I don't quite know if ALL my business logic should be ...
1
vote
2answers
49 views
Why MVC Model Binder set required for int, long values?
I have a Model Like this
public int Id {get;set;}
[Required]
public string FirstName{get; set}
[Required]
public string LastName{get; set}
The Id is auto generate in DB. when I want call Create ...
0
votes
2answers
44 views
Unit testing controller using MOQ . How to mock httpcontext
I am trying to test my Account controller by using Moq here is what i have done
Controller
private readonly IWebSecurity _webSecurity;
public AccountController(IWebSecurity webSecurity)
...
0
votes
1answer
32 views
Add attributes to TextBoxFor
I have this :
<input type="text" name="myInput" id="myInput" class="myClass" data-a-sign="€ " data-a-dec="," data-a-sep=".">
In Razor :
@Html.TextBoxFor(m => m.MyValue, new { ...
1
vote
1answer
43 views
Asp.net MVC + Knockout - Single page application - Image upload
I am working on a ASP.NET MVC app with knockout. its a single page app. I have a functionality to upload image. I am not sure whats the best option. the problem i have is, the session is not a sticky ...
0
votes
1answer
24 views
kendoui ClientTemplate in Grid not working in asp.net mvc 4
I have been looking all over for the answer and think I am missing something simple. I have a kendo grid where I want one of the columns to be a link to another page with the id as a route parameter. ...
2
votes
1answer
31 views
MVC4 Web API Return json propertykey strings with special characters
C# do not allows property names with special characters like space etc. Need to have a way to define json objects like this. Any idea ?
{
".Class1 #Id1" : "Value1"
".Class1 #Id2" : "Value2"
}
0
votes
1answer
36 views
How to manually validate a model with attributes?
I have a class called User and a property Name
public class User
{
[Required]
public string Name { get; set; }
}
And I want to validate it, and if there are any errors add to the ...
0
votes
1answer
44 views
Load views from location outside the mvc webiste
I'm trying to load an MVC view form a folder outside the location of the app.
My app is in C:\dev\myproject\ and the view file i'm trying to load is located in D:\viewsfolder\something is it possible ...
1
vote
1answer
40 views
should i extract some of my unit test code?
I'm just looking into tdd with mvc 4.
I have an orderscontroller which takes a unit of work interface in its constructor:
public OrdersController(IUnitOfWork db)
{
this.db = db;
}
//
// ...
0
votes
0answers
39 views
kendo UI date picker validation by java script MVC 4
I have been using kendo Ui in mvc 3.0 and I am pretty comfortable with that. Recently, I switched in MVC 4 and the main problem I found in this is I am unable to validate kendo controls using MVC ...
1
vote
1answer
39 views
ASP.NET MVC 4, Code First - Quickest way to purge test data
My ASP.NET MVC 4 Code First app creates seed data using Migrations - works well.
Over time other test data I enter myself builds up.
What is the quickest way to delete this test data and return to ...
0
votes
0answers
23 views
How do insert a separator bar between many groups on a Kendo UI Menu
I am using the pure Razor style definition for a Kendo Menu:
@using Kendo.Mvc.UI
@(Html.Kendo().Menu()
.Name("main-menu")
.Items(items1 =>
{
...
0
votes
1answer
30 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 ...
1
vote
1answer
45 views
ASP.NET MVC 4 - Simple Membership, Facebook login broken when using Email instead of Username
I have a Code First MVC 4 App, I have swapped Username for Email in SimpleMembership - which works fine.
I do that by changing Initialization to this:
// Initialize database for Account
...






