I 've created 3 text box with input scope = "number " one for the day , one for the mounth and one for the year - I want to nd also verify that the input is corect , how can i do this ? Iimagine from c#...
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
first you can refer to the code of Microsoft.Phone.Controls.Toolkit 's DatePick second if you just want to handle this in a easy way, + event of textChanged and check your textbox 's value |
|||
|
|