开发者

Form Validators For Windows Phone

开发者 https://www.devze.com 2023-02-25 01:12 出处:网络
Are there any form validation comtrols that I can use for windows phone? I need to validate if a listpicker (from silver开发者_JAVA技巧light tools) is not empty, and make sure a textbox is populated

Are there any form validation comtrols that I can use for windows phone? I need to validate if a listpicker (from silver开发者_JAVA技巧light tools) is not empty, and make sure a textbox is populated and has valid data in it.


FluentValidation also now support Windows Phone 7


There aren't any default styles that support validation for Windows Phone 7, but you can implement it yourself fairly easily. These resources might help:

  • Validating input forms in Windows Phone 7
  • Building WP7 Custom Validation Control
0

精彩评论

暂无评论...
验证码 换一张
取 消