Click here to Skip to main content
15,906,574 members
Please Sign up or sign in to vote.
2.50/5 (2 votes)
See more:
Hi ,

I am Doing Validation on Silverlight DateControl ,

On selecting invalid date the control need to have red colour border
with superscript stat on the corner of date or textbox control


The invalid date in my case is the date should not be lesser than the current date ..

please help me in this


Thanks in advance
Posted
Comments
Manfred Rudolf Bihy 12-Apr-11 7:16am    
What have achieved sofar and what issues have been identified?
Got some code to show us?
Sandeep Mewara 12-Apr-11 8:50am    
Share the code/effort you have made so far.

1 solution

The textbox validation can be done using the built-in validation in Silverlight 3.0 (if you are using 3.0)

The following link should help you to validate both the textbox and date. It may not be exactly what you want but after understanding it you can modify it or may be improvise it for your use.

http://silverlighttips.com/?tag=/validation[^]

Let me know if this helps you

--
AJ
 
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