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

Updating Html.dropdownlists Using Jquery

I found this solution on here How to update strongly typed Html.DropDownList using Jquery and am tr… Read more Updating Html.dropdownlists Using Jquery

Sorting Table By Its Groupname, Where Data Is Fetched From Database Using Mvc 2.0

I need to have a View which looks something like this: [+] Group Name1 … Read more Sorting Table By Its Groupname, Where Data Is Fetched From Database Using Mvc 2.0

How To Add A New Validation Rule To MvcClientValidationMetadata?

I have a form with two fields that need to be equal (password and password confirmation). I've … Read more How To Add A New Validation Rule To MvcClientValidationMetadata?