Button
<asp:Button ID="btnAdd" runat="server" Text="Add"/>
Label
<asp:Label ID="label1" runat="server"></asp:Label>
Set button visible when the label1.text is different from “”
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I dont see you the label will get text during runtime unless it happens with jquery. So i will go with this approach:
Firstly add a style attribute to the label like so:
And then when the page loads do the following:
The question is very unclear though.