.NETGURU
Changing Visible Status Dynamically with a boolean value
Messages   Related Types
This message was discovered on ASPFriends.com 'aspngbeta' list.
Responses highlighted in red are from those people who are likely to be able to contribute good, authoratitive information to this discussion. They include Microsoft employees, MVP's and others who IMHO contribute well to these kinds of discussions.

Moore, Dot Net Guruhew
Is it possible to have a boolean value in the visible status of let's say a text box or a label? I am trying something like this :

<asp:label id=TestNumberLabel runat=Server visible="myVisibleStatus">Test Number</asp:label>

Anyways, I'm getting the following :

Parser Error Message: 'myVisibleStatus' is not a valid value for Boolean.

Source Error:

Line 85:     <asp:label id=TestNumberLabel runat=Server visible = myVisibleStatus>Test Number</asp:label>

And if this should work, where would I construct myVisibleStatus. I put it in the WebForm Class.

Dot Net Guru

Reply to this message...
 
    
Dan Hurwitz (VIP)
I don't think that will work. You should try something like
    TestNumberLabel.Visible=true;
or
    boolean myVisibleStatus=false;
    TestNumberLabel.Visible=myVisibleStatus;

--d

-----Original Message-----
From: Moore, Dot Net Guruhew [mailto:Click here to reveal e-mail address]
Sent: Thursday, May 10, 2001 11:10 AM
To: aspngbeta
Subject: [aspngbeta] Changing Visible Status Dynamically with a boolean
value

Is it possible to have a boolean value in the visible status of let's say a
text box or a label? I am trying something like this :

<asp:label id=TestNumberLabel runat=Server visible="myVisibleStatus">Test
Number</asp:label>

Anyways, I'm getting the following :

Parser Error Message: 'myVisibleStatus' is not a valid value for Boolean.

Source Error:

Line 85:     <asp:label id=TestNumberLabel runat=Server visible =
myVisibleStatus>Test Number</asp:label>

And if this should work, where would I construct myVisibleStatus. I put it
in the WebForm Class.

Dot Net Guru

| [aspngbeta] member Click here to reveal e-mail address = YOUR ID
| http://www.asplists.com/asplists/aspngbeta.asp = JOIN/QUIT

Reply to this message...
 
    
Das (VIP)
you can do it as follows.

as per your code, for your following code

[Original message clipped]

you can access this control from any of your methods
such as page_load as follows

TestNumberLabel.visible=False

Thanks,
DAS.

--- "Moore, Dot Net Guruhew" <Click here to reveal e-mail address> wrote:
[Original message clipped]


__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

Reply to this message...
 
 




ExamGuru IT Solutions - .Net Guru is owned and operated by ExamGuru, Inc., the man behind .Net Guru. If you're in the market for bespoke software or software consultancy, why not get him and his highly trained team to help? - www.examguru.net/ITCertification
Ad


Need Dot Net Interview Questions?
Ask ExamGuru, Inc. for advice and help on Passing .Net Interviews
.Net Projects
Best-of-breed application framework for .NET projects, developed by ExamGuru, Inc. and ExamGuru IT
Free .net Help
Commission ExamGuru, Inc. and his team for your next bespoke software project
FogBUGZ
The only bug tracking system carefully crafted with one goal in mind: helping teams create great software.
Awesome Tools
If you don't know about these, you're missing out... IT Certification Questions
IT Interview Questions
Free Oracle 10g Training
MCSE Boortcamp
Cisco Study Guides
Cheap Study Guides
Exact Questions
Dot Net Interview Questions
Oracle OCP
Cheap Travel
Designer Perfumes - Wholesale Prices
Free Programming Tutorials
 
ExamGuru IT Solutions - .Net Guru is owned and operated by ExamGuru, Inc., the man behind .Net Guru. If you're in the market for bespoke software or software consultancy, why not get him and his highly trained team to help? - www.examguru.net/ITCertification
 Copyright © ExamGuru, Inc. 2001-2006
Contact Us - Terms of Use - Privacy Policy - www.dot-net-guru.com - www.examguru.net - www.oraclesource.net - www.itinterviews.net - www.examguru.net/ITCertification