is there any control like RequiredFeild control (asp.net) in windows 8 metro? I have a simple form with several text boxes and I just want to make sure to prevent submit it when a textbox is empty. I know it can be easy in code but I’m eager to know are there any alternative ways?
is there any control like RequiredFeild control (asp.net) in windows 8 metro? I have
Share
You might want to use WinRT XAML Toolkit:
I’m assuming you actually want to validate the input.