save btn disabled before fields are filling enable after filJMJagadeesh Mycherla11yAsked Nov 30, 2014, 6:56 AM1.1kVisual Basic .NET{ if (textBox1.text == "") button1.enabled = false; else button1.enabled = true;}
Replies
Know the answer? Post it — somebody with the same question will find it here.