Click here to Skip to main content
15,886,919 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi
I am stuck with this tricky problem.
I've a control whose visibility will be set based on user role. In this case i can't set this property as required.

C#
[Required(ErrorMessage = Client Name is required)]
[Display(Name ="Client Name")]
public string SelectedClientName { get; set; }


Could you please suggest me if there is a way out to set the field to requried* based on user role?

Regards
Vishnu tej
Posted

You can see if this[^] helps.

If not, there's a bunch more options if you Google for "mvc dynamic required field[^]".
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900