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

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

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

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

Html.actionlink With A Specified Html Id?

I'd like to give the like generated with an Html.ActionLink an HTML id so I can change the CSS … Read more Html.actionlink With A Specified Html Id?

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