c# - enable button when certain textboxes has information -
this question has been asked not extend
i have 8 textboxes, , button disabled on form_load.. 4 of 8 textboxes required filled before button can enabled...
how check textbox1,textbox2,textbox3,textbox4 has values (excluding textbox 5 textbox8) before enabling button
wire textchanged
event 4 textboxes single method checks if of 4 textboxes have text, , enable button.
Comments
Post a Comment