Skip to content Skip to sidebar Skip to footer
Showing posts with the label Asp.net Mvc 2

Asp Mvc 2 Dynamic Href By Javascript

Here is the deal: My link: JavaScript for changing href: Read more Asp Mvc 2 Dynamic Href By Javascript

Hierarchical Menu In View Based On Parent Child Class

I have a ViewModel: public class Page { public int Id { get; set; } public Page Parent { ge… Read more Hierarchical Menu In View Based On Parent Child Class

Change Label On Change Dropdownlistfor Value

I use a DropDownListFor and a label text on my page. x.MotiveClientType, n… Read more Change Label On Change Dropdownlistfor Value

Custom Html Helpers In Asp.net Mvc 2

I want to create a pagination helper. The only parameters that it needs are currentpage, pagecount … Read more Custom Html Helpers In Asp.net Mvc 2

How To Reference .html Page From .aspx Page In The Same VS2010 Solution?

This question has to do with the MVC framework and file arrangement conventions within the MVC proj… Read more How To Reference .html Page From .aspx Page In The Same VS2010 Solution?

Using A CSS File For Site Localization

I'm creating a website with ASP.net MVC 2.0 which uses two different languages (English and Per… Read more Using A CSS File For Site Localization