N
Nicholas Paldino [.NET/C# MVP]
Aaron,
You could subscribe to the TextChanged event on the textbox, and if the
text is an empty string, then you could disable whatever textboxes you need.
Hope this helps.
You could subscribe to the TextChanged event on the textbox, and if the
text is an empty string, then you could disable whatever textboxes you need.
Hope this helps.