I have 6 required field validators and 1 custom validator. ErrorMsg is common for required fields so I have set that msg to validation summery headertext but the problem is that error message is comin
I\'m writing an ASP.NET page and trying to get validation working. My problem is that I\'ve got a repeater that contains several custom grid controls, each of which has validators and a validation sum
everyone. Here is my question. I\'m using MVVM pattern in my project and i have a UserControl, which has a TabControl on it. TabItems have validations on them.
I\'m facing the following problem: I\'m using validation summary popup for displaying errors on the page, and i have an editable DataGrid. So there are 2 problems:
Serious n00b warning here; please take mercy! So I finished the Nerd Dinner MVC Tutorial and I\'m now in the process of converting a VB.NET application to ASP.NET MVC using the Nerd Dinner program as
I have a method which will return JsonResult or RedirectToRouteResult based on some conditions in my asp.net mvc (C#) application.