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

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