Problem with IIS7 and mvc 2
I'm getting an error with the out of the box mvc 2 project (VS 2010) when running it under IIS 7. | 0 | 33 | 11/29/2009 9:03:04 AM |
MVC 2 - Custom Url Route Problem
routes.MapRoute("ProductList", "Product/{*CategoryName}", new { controller = "Product", action = "List" });
| | 0 | 41 | 11/29/2009 2:22:42 AM |
Object reference not set to an object error, when try to add an MVC2 contro ller
Hi,
When I try to add a new controller in ASP.net MVC2 beta, I get a strange error: Object reference not set to an instance of object, and the system returns me to the template page.
I can ad | | 0 | 27 | 11/28/2009 8:56:14 PM |
Using the create-view of my "Poll-model" to add data in the " ;poll-table" and the related "answers-table"
Hello again :) I'm busy with setting up the functionality to add polls to my website. Now, I've got two tables in my database (which are related to each other):
- P | | 0 | 27 | 11/28/2009 2:56:09 PM |
Trying to build a chat application that uses CodeBehind in MVC
Morning. I'm new to ASP.NET and MVC. I'm basically trying to implement an old Chat Application, which uses CodeBehind into my MVC application called | | 0 | 35 | 11/28/2009 11:11:46 AM |
ASP.NET MVC DropdownList
I would like to know how to Select a value from a dropdown list, so that it does a postback and fills the rest of the form textboxes with data | | 0 | 52 | 11/28/2009 8:43:45 AM |
how to convert project using MVC 1.0 to MVC 2.0?
This question is around up-converting a .sln with a .csproj that is of type ASP.NET MVC 1.0.
The conversion log shows this The Visual Studio 2010 conversion wizard log gives this exceptio | | 0 | 32 | 11/28/2009 8:43:44 AM |
MVC and Windows Identity Foundation
I am curious if others on this list have tried integrating MVC applications with Windows Identity Foundation (WIF), and what approaches you have taken to secure individual pages. The following ou | | 0 | 39 | 11/28/2009 4:29:34 AM |
Adding a function to upload your profilepic
Hi everybody  I'm busy with setting up | | 0 | 39 | 11/27/2009 11:51:18 PM |
Using a single masterpage for both asp.net webform and asp.net mvc
Hello all, Can I use a same masterpage for both asp.net webform and asp.net mvc in my hybrid app? I have all of my pages in MVC but the Forum (YAF) is webform, right now when having the for | | 0 | 34 | 11/27/2009 11:51:15 PM |
Strange errors
When I have a error on my page, I don't see the error page but a popup from Internet Explorer with the text : "Interplet Explorer cannot download xxx.aspx from localhost. Internet Explor | | 0 | 41 | 11/27/2009 11:51:11 PM |
Add the entire Model and page parameter to Html.ActionLink RouteValues
Hi there, so basically i would like to perform a search and show the result in a paged list, avoid of course POST.
I have 3 quite simple actions, the problem is that the bind | | 0 | 38 | 11/27/2009 11:50:53 PM |
Multiple Request File under MVC
Hello, I couldn't loop through all filenames except the first filename using the File type control under MVC.  | | 0 | 36 | 11/27/2009 2:55:21 PM |
jQuery Client Side Validation not displaying messages
Hi there,
I have an MVC 2 Beta app, running with jQuery validation through DataAnnotations.
First off I noticed the MicrosoftMvcJQueryValidation.js doesnt seem to be in | | 0 | 44 | 11/27/2009 12:49:20 PM |
MVC + Conditional Form : choice in combo changes available fields
Hi!
I'm a newbie in ASP.Net MVC but come from .Net (winforms + WPF) developments so I have bases to develop.
I want to create a form like that :
I have | | 0 | 24 | 11/27/2009 11:27:51 AM |
dundas chart issue - Is anybody using dundas chart with asp.net mvc?
I am using dundas web chart in my asp.net mvc applications. I am using a Iframe in the viewpage to load dundas chart which are placed in a normal aspx page. The chart's normal features a | | 0 | 46 | 11/27/2009 10:32:26 AM |
MVC v.2 learning sources
I would appreciate some suggestions about useful sources for learning the new features of MVC v.2 Beta .
/\ ! i Regards | | 0 | 49 | 11/27/2009 9:59:56 AM |
Asp.net MVC Benginner
Hai guys,
I have been idea to learn the asp.net mvc .so i would searched but i cann't able get a exact materials form the beginner level of mvc pattern.So i will choose | | 0 | 22 | 11/27/2009 6:33:23 AM |
display changed values in the View after POST.
I am trying do display the updated value in the View(in textbox and checkbox) after the submit button is clicked(POST). The values for textbox and checkbox are NOT get | | 0 | 22 | 11/27/2009 6:33:22 AM |
lose user uncommit data after server side validate
I have a member form that requires the member's ss# if the status is active. The issue is if the user change the firstname or lastname and didn't put a ss# on an edit form, the | | 0 | 27 | 11/27/2009 6:33:21 AM |
MVC or Web Forms?
hi
i am new to ASP.NET and i want to start development with ASP.NET with my past experience of Visual Basic 6.0 (for Windows Applications) and CakePHP(for Web Applications).< | | 0 | 66 | 11/27/2009 4:04:43 AM |
Dependent DropDownList
Hello, I need to display on a view two dropdownlists: One with countries and one with regions. When I select a country I want the dropdownlist that contains the region to be up | | 0 | 34 | 11/26/2009 6:42:48 PM |
Model Bind the Dynamic RadioButton on MVC
Hello, I don't have any code, I'm asking for your help on how I could bind the value on submit from a dynamically generated MVC radiobutton (Html.Radiobutton).  | | 0 | 23 | 11/26/2009 5:07:02 PM |
Reuse JavaScript snippets
I have now a fancy JavaScript which displays a modal Window after clicking a link. I'd like to reuse that code with small changes. eg. different IDs, different labels... I know the poss | | 0 | 27 | 11/26/2009 5:07:02 PM |
Model folder - Partial class and DataContext class are not communicationg
| 0 | 41 | 11/26/2009 2:01:32 PM |
New to ASP.NET MVC
Hi,
I am new to Asp.net. Can anyone suggest me a link for proper understanding.
| | 0 | 43 | 11/26/2009 12:25:07 PM |
feature request: the ability to do "@someObject" instead of the t iring "ViewData("someObject")"
first of all im a newbie to asp.net mvc and currently starting out on my first mvc project.
im not sure if this has been talked about before or if it can already be done with the latest m | | 0 | 42 | 11/26/2009 7:18:38 AM |
mvc help??
hi im new to MVC i have downloaded MVC 1.0 and i have installed it but i am not getting the asp.net mvc template any help??
It is not about what ca | | 0 | 37 | 11/26/2009 5:15:04 AM |
Problems with jqGrid
I've spent a lot of time trying to get a Jquery Grid (jqGrid) working in my asp.net MVC environment. Seems simple, but it does not seem to call the url. Debugging does not render | | 0 | 37 | 11/25/2009 11:01:51 PM |
need help with MVC dropdownlist selected item
Hi All,
I populated a dropdownlist using the List<> in the controller class. I currently have hard-coded values in the List<>. I am not using any databse. It works fine | | 0 | 36 | 11/25/2009 7:34:57 PM |
MVC, datagrid an custom method
I want to populate a datagrid with MVC and create a custom link which calls a method which applies some business logic to the row in question when clicked.
How can i do this using M | | 0 | 37 | 11/25/2009 7:34:56 PM |
Integrating multiple MVC projects
Does anyone know of an easy nway to integrate multiple MVC project views into one application, without having to physically relocate or copy them? I have a general purpose project th | | 0 | 32 | 11/25/2009 6:51:03 PM |
Renderaction inside other renderaction
I have Index.aspx view, inside this view i have Html.RenderAction which makes some model and return PartialView as ActionResult. Inside this returned PartialView i have other RenderAction which r | | 0 | 33 | 11/25/2009 6:03:27 PM |
error putting flash in a view
I am getting an error when I try and embed an swf file in a view. My flash file doesn't show up and when I look at the call through firebug it tells me that it cannot find | | 0 | 32 | 11/25/2009 5:15:51 PM |
Open Source CMS
Hi Guys,
I am looking for a CMS system that I can use with my new MVC based web site.
So far I found Kooboo CMS 1.2 and http:/ | | 0 | 48 | 11/25/2009 4:19:41 PM |
Validation: Design problem using ServiceLayer and ViewModel
Hi
In my MVC app, I'm validating an entity in a service layer, using a model state wrapper for decoupling from MVC specific implementations. pu | | 0 | 28 | 11/25/2009 4:19:41 PM |
Multiple year save in a list
Hello,
I have a list containing products. I want to have the user select one or many months for each product in the list. I was wondering what should be the best way to allow my user | | 0 | 33 | 11/25/2009 3:17:14 PM |
Localized approach in MVC
Hello, I am working on a MVC web site which will have 2 languages (English and Portuguese). I am looking for the following behavior: 1. On the web site itself I have a bu | | 0 | 27 | 11/25/2009 2:05:56 PM |
MVC and DA or Enity Framework
Hi Guys,
I wonder where now the space is for my dataaccess layer. I read that the view (select) can be based on the entity I created via the visual ADO.NET Entity Framework. | | 0 | 33 | 11/25/2009 12:28:04 PM |
membership and cdn
Hello Guys,
I am new to MVC. Downloaded Visual Web Developer Express 2010 Beta 2 and set up my MVC 2 application. It comes with a set of folders and files created.
(1)
| | 0 | 39 | 11/25/2009 10:45:33 AM |
How to disable Session by default and enabled for specific Action?
Is it possible to disable Session by default in ASP.NET MVC and enabled for specific Action only? Will ?? | 0 | 33 | 11/25/2009 8:42:55 AM |
model binders
Following the tutorial on the link http://msdn.microsoft.com/en-us/library/dd410405.aspx I was able to work out the create and view. However, on clicking the details, I wasn`t able to retri | | 0 | 40 | 11/25/2009 7:37:24 AM |
Passing ViewData to multiple pages
I'm trying to make a library of reusable content boxes. I have a partial view that looks like this that is strongly casted: <%@ Control Langu | | 0 | 39 | 11/25/2009 6:37:16 AM |
RenderAction w/ MVC 2 Beta Error
For the life of me, can't figure this out. Basic RenderAction in Site.Master, <% Html.RenderAction("Latest", "News"); %>, but it's throwing an error: < | | 0 | 40 | 11/25/2009 4:17:08 AM |
Testing for valid model
Somehow I got ahold of a collection of elements, lets say they came from a XML document. Now, I want to convert them into a object I have in my model; lets say Customer. The Customer class is dec | | 0 | 31 | 11/25/2009 4:17:07 AM |
Controller.ViewEngine missing from assembly
This one has me stumped. I'm attempting to set up a controller test and mock out the view but when I create the controller and attempt to assign the ViewEngine it is not in the assembly. | | 0 | 32 | 11/24/2009 9:30:34 PM |
Editing Views in MVC Project locks up VS 2008
When I open a View in an MVC project, as soon as I try to click or type anywhere in the editor VS locks up and I have to use task manager to end the process. I noticed this problem | | 0 | 41 | 11/24/2009 8:02:30 PM |
How to use Html.RenderAction with one controller?
I'm using RenderAction in MVC 2 in my view in the form of <% Html.RenderAction<MyController>(c => c.Method(1)); %>. However, it creates a new MyController everytime this | | 0 | 33 | 11/24/2009 8:02:29 PM |
Uploadify and IE
Hello,
I imported uploadify library to my asp.net mvc project, and everything is working just fine in Firefox, absolutly no errors on firebug.
The problem | | 0 | 34 | 11/24/2009 8:02:29 PM |
Problem with jquery ui and Create page but not Edit page
I have two nearly identical pages, one for creating an entity and another for editing. The jquery ui elements for datepicker and an html textarea editor work on the edit but not on the crea | | 0 | 34 | 11/24/2009 8:02:28 PM |