In my C# form I want to disable my button whenever I input some text on the textbox. Is there any best way to do this ?
-
What are you using? Windows Forms or XAML?varun– varun2015-03-15 02:23:56 +00:00Commented Mar 15, 2015 at 2:23
-
What have you tried and what's the problem your having? You need to provide more informationSameOldNick– SameOldNick2015-03-15 02:24:06 +00:00Commented Mar 15, 2015 at 2:24
Add a comment
|
2 Answers
Hope you are using WPF, if so here is an answer that is very relavent: Enable button based on TextBox value (WPF)