Skip to content Skip to sidebar Skip to footer
Showing posts with the label 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

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

Extract Display Name And Description Attribute From Within A Html Helper

I am building a custom HTML.LabelFor helper that looks like this : public static MvcHtmlString Labe… Read more Extract Display Name And Description Attribute From Within A Html Helper

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

Foreach On Ienumerable Property And Checkboxfor In Asp.net Mvc

I believe this question applies to any of the 'For' Html helpers, but my specific problem i… Read more Foreach On Ienumerable Property And Checkboxfor In Asp.net Mvc

Foreach On IEnumerable Property And CheckBoxFor In ASP.Net MVC

I believe this question applies to any of the 'For' Html helpers, but my specific problem i… Read more Foreach On IEnumerable Property And CheckBoxFor In ASP.Net MVC