What I have :
I have a search textbox (Textbox5).
I have a Button that initiates a sql server proc.
I have a label(Label17) that displays the results from the sql server proc.(numeric value)
What I need:
If someone starts to initiate another search in Textbox 5 i need the Label17 to be NOT visible until they
press the Search Button again.
When they press the Button Label17 will then appear again.
Thanks
Dave