The ASP.NET MVC Framework is a Microsoft web application framework that implements the model-view-controller (MVC) pattern. The latest release of the framework offers REST-style web services development capability, also known as Web API.

learn more… | top users | synonyms (4) | asp.net mvc jobs

0
votes
1answer
10 views

How html5 canvas tag works with asp.net mvc?

I have an asp.net mvc web application. Here in 1 module I want to show a signature pad for the user to have electronic signature whatever he uses either a mouse or a touch pad(Ipad etc). I am ...
-1
votes
0answers
11 views

Migrating application to MVC how to use same old database

I have an Asp.net application, I'm migrating it to MVC, the application already has a remote database with procedures and views, How can i use the same database to MVC application? Connection string ...
1
vote
0answers
32 views

RadioButton in Razor

i have this code (is a PartialView): @{ ViewBag.Title = T("View.PartialShipment.MIC.List").Text; int num = 1; } @Html.HiddenFor(modelItem => modelItem.Id) <tr> <td> ...
0
votes
0answers
22 views

How to get the old and user defined Name for the checked values in mvc asp.net

HI all i have assigned with some task, in which bellow is my Filed model and i have two properties like "FieldName " and "UserDefinedFieldName " initially UserDefinedFieldName is null and fieldname ...
1
vote
2answers
18 views

EditorFor helper: show no negative values

I have this value: [DisplayFormat(ApplyFormatInEditMode = true, DataFormatString = "{0}")] public int mCardNumber { get; set; } And in a view I'm rendering it like this: Card Number: ...
0
votes
2answers
24 views

Does ASP.NET MVC 4 cache pages by default?

I've been reading about how you can configure caching durations and such with attributes, but by default, does it have any caching of pages?
-1
votes
0answers
23 views

MVC3 Handling of exceptions in catch blocks and throw Exceptions [on hold]

I want to understand how can we handle rest service specific exceptions in MVC3. Any pointers? Basically, I have a Controller and there might be multiple try catch blocks and throw statements for ...
1
vote
2answers
31 views

How to do search in asp.net mvc3

iam using mvc3,i have empty search form in that am using only textbox with search button,if user search for data and click search button,then it has to show the result which is taken from index view. ...
0
votes
1answer
23 views

ASP.NET MVC RazorPDF save/download from database

Good time of day. I'm using ASP.NET MVC3 & RazorPDF for print my View page in PDF For example: // GET: /Razorpdf/Pdf/ public ActionResult Pdf() { var model = ...
0
votes
1answer
35 views

ASP.NET MVC proper layering of application

I have a project that has three layer. 1st is the DAL 2nd is the Domain 3rd is the Presentation I created an interface in my Domain Layer (ICategoryRepository) here is the Code public ...
0
votes
1answer
14 views

Displaying a chart in a view with razor

I have a web application and i need to add a chart in my view : @{ ViewBag.Title = "Travail"; Layout = "~/Views/Shared/Template.cshtml"; } @using System.Web.Helpers; @section ...
0
votes
2answers
45 views

POCO and MVC 4 Models

I've just created my first MVC project. My question is with MVC is it common practice to create POCO classes or just create the objects in the Models ?
0
votes
0answers
14 views

Population a Many-To-Many table values using entity framewrok

I have three entity named; TechnologyType , PermisionLevel and SecurityRole. and i am setting the link between these tables in a separate table named SecurityroleTypePermisions. where this relation ...
0
votes
0answers
22 views

@Html.Editor Binding to Dropdown

I am using Bootstrap MVC4, Create.cshmtl as below, Dropdown list is not coming , showing text box @Html.Editor(property.Name, new { @class = "input-xlarge" }) , How can I tell it to bind to Dropdown ...
0
votes
0answers
13 views

How to integrate asp.net mvc to Web Site Project

as i mentioned in title, i have a huge WEB SİTE PROJECT. and i want to add mvc into it. i have followed some tutorials about it but all of them are about integrating mvc into web application project. ...

1 2 3 4 5 4234
15 30 50 per page