Click here to Skip to main content
15,881,709 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Everybody,

I have a Model Employee in which have two properties Id and EmpName. In EmpName have apply Required Validator and the Message i need to Display is

"Please enter the Employee name of {0}".

and the value of {0} should comes from the Model Id Field.


Can anyone please suggest how can it possible.


Thanks in advanced
Posted

1 solution

Hi,

U should be using Custom Validation for that.
Take a look at this link http://www.dotnetcurry.com/ShowArticle.aspx?ID=776[Custom Validation]
 
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