ASP.NET MVC 2 is the second major version of the ASP.NET MVC platform, it has since been outdated by ASP.NET MVC 3.

learn more… | top users | synonyms (5)

1
vote
3answers
37 views

ASP.Net MVC - Request Life Cycle

I am trying to search the Video of Request Life Cycle of MVC. I tried a lot on Google, but could not found it.
1
vote
0answers
11 views

ASP.NET MVC 2 Routing issue

I am preparing for certification exam (70-515). I found 2 different answer form 2 different dumps. Plz help me , which one is the correct answer ? First Dump says Answer is A other says ...
0
votes
2answers
27 views

Passing values in Html.ActionLink

I am very new to MVC and have Novice's knowledge about MVC. I am creating an MVC application, where I have this page which displays Events taking place in a particular time. Now when I select the ...
2
votes
2answers
34 views

ASP.NET MVC - What is UrlRoutingModule?

I was reading about Request life cycle in MVC. I got stuck in understanding the below line. The UrlRoutingModule Intercepts the Request Query - What is UrlRoutingModule? I searched a lot on ...
0
votes
1answer
12 views

Changing SqlMembershipProvider to use MD5, Joomla-style passwords

I'm trying to migrate users from a Joomla database to a custom one using the default asp.net tables and providers. Theoretically I can change the hash type from the default (SHA) to MD5 by changing ...
0
votes
2answers
30 views

Save and retrieve checkbox values asp.net mvc

I'm new to asp.net mvc and currently using MVC 2. I'm struggling with working with checkboxes for days now. I simply need to get checked checkbox values to be saved in database and on Edit view check ...
0
votes
1answer
21 views

CheckBox with Comma Separated string values

i'm new to asp.net mvc and i'm trying to handle saving and retrieving the checkBox checked values. In my view i'm having below checkboxes <input type="checkbox" id="cabling in coduit" ...
0
votes
2answers
37 views

Get Checkbox values to controller

In the below view i'm trying to get the checked checkbox values to the controller for saving in the database. <div class="editor-label"> <%: Html.LabelFor(model => ...
1
vote
2answers
11 views

populate values from one controller to another controller

I have two types of controllers, JobController EmployerController These two controllers, the details are below, Contactperson ContactNumber MobileNumber EmailAddress These details are the same ...
0
votes
2answers
45 views

Display checkbox list in asp.net mvc

I'm trying to display a checkbox list and save the checked values to the database in MVC 2 but so far i didn't able to display the checkbox list on the view. below is the code i'm having. ViewModel: ...
0
votes
2answers
19 views

binding Select list in PartialView

I need to generate a dynamic dropdown list in a partial view using ASP.NET MVC 2. controller: [HttpGet] public ActionResult GetDestinationList() { JqGridClientRepository ...
1
vote
2answers
64 views

JQGrid Load Dropdown list data

In my JQGrid i need to load data dynamically to a dropdown list in "Company" column. View: <title>jqGrid for ASP.NET MVC - Demo</title> <!-- The jQuery UI theme that will be used ...
-1
votes
0answers
43 views

Returning JSON Data to the jQuery dataTables plugin from an asp.net MVC controller action?

I have two asp.net MVC controllers that each contain an action. They pretty much have identical data from a single table. With one controller, in order to populate the jquery datatables plugin, I ...
2
votes
1answer
14 views

showing error when value is null in mvc

I have Locations column in my site. In database there is separate tables for , Country State city Region These all table id's are stored into Locations table then Location Table Id is referred to ...
0
votes
2answers
25 views

JQGrid filterToolbar is not working

This is the first time i'm working with the JQgrid. I've successfully loaded data to the Grid but my filterToolbar is not working. here is my view <asp:Content ID="Content1" ...
1
vote
0answers
82 views

JqGrid with ASP.NET MVC 2

I've successfully bind data to JqGrid using ASP.NET MVC 2. I followed an example code to achieve it. Below is my code and i've got some questions regarding the code. I can not see the parameter ...
0
votes
2answers
34 views

Can you set autorization attributes at a table level in MVC?

I know you can set the authorize attribute at and the controller level and at the action leve, but lets say I have a table in a view and I want some users to be able to only see certain columns and ...
1
vote
1answer
57 views

How to bind IEnumerable List to JQGrid

I need to bind an IEnumerable List to JQGrid using ASP.NET MVC 2. currently i'm having the following. Model: public class Client { public int ClientID { get; set; } ...
0
votes
1answer
37 views

C# How To return List<> As Json

I am having problem with Json and Lists I am trying to return a list of Chat Entity class but when i try to return it the compiler whines. I also tried to return IEnumerable<> but the same error ...
0
votes
0answers
9 views

Uploading file with MVC 2

when I try to upload a file by creating an HTML form which would contain a file input:just like this <%using (Html.BeginForm("Tel", "Task", FormMethod.Post, new { enctype = ...
0
votes
1answer
27 views

Display Error message on same view

I'm trying to delete a record from the database using MVC 2. currently delete function works fine but there are some records with foreign key relations so i don't wont them to be deleted and when user ...
0
votes
1answer
20 views

What HTTP status code should be returned when given an invalid ID?

What status code should be returned for a request to delete an object that doesn't exist? public ContentResult DeleteEntity(int id, FormCollection FormData) { Database db = new Database(); ...
-1
votes
1answer
24 views

MVCContrib Paging large amount of Data

I am using MVCContrib grid in my MVC application and the dataset has more than 2 million records so that the MVCContrib grid performance is very bad beacuse it takes all of data, So I am thinking to ...
-5
votes
0answers
19 views

White Blank Screen While Reloading the webpage in IE but ok in FF [closed]

While reloading the webpage there is a white blank screen in IE but working fine in FF for the same process. Thanks in advance
0
votes
0answers
26 views

How to run a javascript before server code is run MVC2

Ok, so the thing is this, I have a view wich renders a chart ( .net charts ) and I want the chart to be the same size as the web browser window ( browser will always be IE 9 ). I have tried several ...
0
votes
0answers
15 views

Converting PDF document with image to HTML document

I am using c# and asp.net MVC2 for a client project. In my project my client uploads a file of any format which will be converted into PDF format and than the PDF file will be converted to HTML ...
0
votes
1answer
30 views

Get Label value in MVC 2

I want to print some text on dropDown change. then on submit save the label text to data base. Currently printing value to the label works fine but on submit i'm not receiving the lable text. ...
0
votes
1answer
22 views

Server Side DropDown validation firing always

My MVC 2 dropdown validation fire always even though i select a item from the list. I checked from firebug the dropdown is bind correcly with expected values. Model: public class Delivery { ...
-1
votes
1answer
34 views

How change IIS Express runtime from 4.0 to 2.0?

I'm trying to run using SharpDevelop a MVC2 web app. When I try to run the application, the following error show up in the browser: Config Error There is a duplicate ...
0
votes
3answers
64 views

How to get a value from view to Controller via Formcollection MVC

Im working on MVC2 ASP project. The problem i got is that my cotroller not catch the value that coming from the view. I use Formcollection to catch the value from Textbox in my view, but when i run ...
2
votes
3answers
39 views

Passing parameters in ajax call

I'm trying to make an ajax call to the controller method. without parameter it works fine. Once i add the parameter i always receive a null parameter to the cotroller. I think i have correctly done ...
0
votes
1answer
30 views

How to Change iFrame location in FF

window.frames["the_iframe"].location.href =someurl; Works in IE but doest not work in FF . how it will work in FF or other browser. Thanks in advance. Please help
1
vote
1answer
29 views

How to choose specific folder for mvc controller and view folders?

i want to integrate mvc2 into an existing webforms project. to get this work, i found all information online. now i have the problem that mvc just works when the controller and views folder are ...
0
votes
1answer
77 views

Prevent a property in model to show up in query string

In asp.net mvc if I have a model like below: public class MyModel { public string Name {get; set;} public string MySecretProperty {get { return "123"; } } } In my controller : MyModel model = new ...
2
votes
1answer
158 views

Convert MVC 2 ASPX into MVC 4 Razor view engine

I am currently working on MVC 2 with visual studio 2010 and view engine as ASPX kind of project. So I have decided to move with Visual studio 2012 with MVC 4 and view engine as Razor. So could I ...
0
votes
2answers
38 views

MVC Validations not firing

I'm using ASP.NET MVC 2. My form validations are not firing. I can not figure out whats wrong here. Model: public class Stock { public int StockID { get; set; } ...
0
votes
0answers
13 views

Why Session warning message appears while performing some server side action in asp.net mvc2 application?

Currently, I am working on a project which has been implemented using asp.net mvc2. I have implemented a functionality which will trigger to show the Session warning alert pop up in case any user ...
0
votes
1answer
55 views

How to implement “no wait” controller call for an API?

I have a set of MVC3 controller methods that i call from my JavaScript clients that do not require returning any data. It's purely one way push of tiny data-set for further processing. Each controller ...
0
votes
0answers
27 views

Why dataTokens are in Route?

context.MapRoute("authorized-credit-card", "owners/{ownerKey}/authorizedcreditcard/{action}", new { controller = "authorizedcreditcard", action = "index" }, new { ownerKey = nameFormat }, ...
1
vote
1answer
17 views

How to get current logged in user's local timezone in asp.net mvc2

I need to get current logged in user's local timezone and pass it to a function which exports an excel data for analysis purpose. The export to excel data functionality is done using server side ...
0
votes
0answers
39 views

Method 'add_PropertyChanged' in type '..“ from assembly ”…"does not have an implementation

Im working on a MVC projcet and traying to retrieve data from database. this problem i get when i run the applikation Exception Details: System.TypeLoadException: Method 'add_PropertyChanged' ...
1
vote
1answer
31 views

Display image using CSS in MVC 2

In MVC 2 I'm trying to display a image On my master page using CSS. .menu .symbol-item { background-image:url(Content/icons/page.png); } The image is displaying when the URL is like ...
0
votes
1answer
19 views

How to solve dependency in asp.net Could not load type dynamic

Could not load type 'System.Web.Mvc.ViewMasterPage'.? I have a project (not sure but it's in mvc 2). I have seen project calling mvc 2 dll that is missing with my VS 12 Express installation. I have ...
0
votes
1answer
56 views

How to validate before Ajax request at some central location?

I have some Partial Views loaded in a View. All the Partial Views post by Ajax call in JQuery. I have to impose some validation before sending request to server. For that I can use the BeforeSend ...
0
votes
2answers
47 views

How to use Jquery Ajax to get values from Action in ASP.NET MVC 2?

I have a action return JsonResult type, this is code: public JsonResult GetStudent() { var student1 = new Student { ID = 123456, Name = "John Smith", ...
0
votes
1answer
37 views

MVC lambda does not work on RenderPartial

on one page i am rendering other view this way: <% Html.RenderPartial("Angebotspruefung", new ViewDataDictionary {{ "OpportunityEditModel", Model }} }); %> and on rendered view I retrive this ...
0
votes
1answer
105 views

MVC Required field validation not working

Required field validation not firing. Model: public class Client { [Required(ErrorMessage="Name Required")] [DisplayFormat(ConvertEmptyStringToNull = false)] public ...
0
votes
1answer
71 views

How to implement banner rotating in Mono/ASP.NET MVC2 application

Shopping cart admin can upload banner images and ASP.NET /Mono MVC2 C# application stores them in database. They can retrieved by url like /GetImage?Id=1 , /GetImage?Id=2 etc. Banners are stored in ...
0
votes
1answer
63 views

Error while publish MVC3 project

Error 1 Copying file Content\themes\base\AdminHomeImages\GiftControl.jpg to obj\Debug\Package\PackageTmp\Content\themes\base\AdminHomeImages\GiftControl.jpg failed. Could not find file ...
0
votes
1answer
375 views

Jquery dialog partial view server side validation on Save button click

I have a table that displays data. Each row of table has Edit button. When edit button is clicked a jquery dialog appears with Form for editing the user info and save and cancel button . The form is ...

1 2 3 4 5 171