Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Panel not show
Message
From
12/10/2006 03:56:24
 
 
To
11/10/2006 16:24:29
General information
Forum:
ASP.NET
Category:
Other
Title:
Environment versions
Environment:
ASP.NET
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01161313
Message ID:
01161394
Views:
14
>I have a function that has this code:
>
>
>Btnbuscar.Visible = False
>Pbuscando.Visible = True
>. Sentences
>. Sentences
>. Sentences
>. Sentences
>Pbuscando.Visible = False
>Btnbuscar.Visible = True
>
>
>When I clic in the bottom (acording my debug, the sentences be execute), but the is still show and the panel don´t show.
>
>What could be happend?
>What I´m doing wrong?
>
>Note: I´m used VS2003

This is server code. If Pbuscando.Visible ends up being 'false' then the control won't be created in the HTML output. The preceding .Visible=true is irrelevant.
Regards,
Viv
Previous
Reply
Map
View

Click here to load this message in the networking platform