I have a buttonButton and textboxa TextBox in my wpfWPF app. How can iI make buttonthe Button not enableenabled until the user enters some text in textboxthe TextBox?
I have a button and textbox in my wpf app. How can i make button not enable until user enters some text in textbox?
I have a Button and a TextBox in my WPF app. How can I make the Button not enabled until the user enters some text in the TextBox?