Hi Nick,
Thanks.

But this is exactly my question: Isn't there a way to work with 
panels in design view?

As an example, let's say i have 2 panels, both same size, and 
overlapped.

How can I change, for example, the bgcolor of 'panel2' (wich is 
hidden behind by 'panel1') using my IDE (desgin view), instead of 
modifying it in HTML view?

Here is a solution i got (?)...

To see (and modify) with PANEL1 (in design view):
I change de HTML this way
...
<td >
<asp:Panel BackColor="Red" id="PANEL1" Visible="false" 
runat="server">
        <h1>Page1</h1>
</asp:Panel>
<asp:Panel BackColor="Green" id="PANEL2" Visible="false" 
runat="server">
        <h1>Page2</h1>
</asp:Panel>
</td>

And to see (and modify) with PANEL2 (in design view):
I change de HTML this way
...
<td >
<asp:Panel BackColor="Red" id="PANEL2" Visible="false" 
runat="server">
        <h1>Page1</h1>
</asp:Panel>
<asp:Panel BackColor="Green" id="PANEL1" Visible="false" 
runat="server">
        <h1>Page2</h1>
</asp:Panel>
</td>

There is some more smart way to do this?

Thanks again in advance.

Leonardo 
MSN Messenger: [EMAIL PROTECTED]


--- In [EMAIL PROTECTED], Nick Chan 
<[EMAIL PROTECTED]> wrote:
> Leonardo, 
>  
> If I understand you correctly, are you not able to modify the 
design of the panels at design time ? 
>  
> Have you tried modifying it in HTML view ? 
> I often times have multiple panels and just modiffy it in html 
view and it works fine. 
>  
> HTH.
>  
> Nick
> 
> [EMAIL PROTECTED] wrote:
> 
> Hi everyone,
> 
> I'm facing a proplem using panels.
> 
> My case is:
> I have a page with 5 linkbuttons, and 5 panels.
> With visible true/false, I can have a page with 'tabs'.
> This works fine.
> 
> My problem is:
> When I have to 'design' every 'page' (panel), I only see the first 
panel.
> All the others stay hidden behind.
> 
> And my question is:
> Is there a way to 'pop up' a panel each time (in desgin view), so 
I can
> include my content more easily?
> Or I have to include it all by coding?
> 
> 
> (I'm using Visual Studio NET 2003, ASP NET / C#)
> 
> 
>                                                                
> Atenciosamente,                                               
>                                                                
> Leonardo Zanoni Pedrini - Engenheiro de                     
> DOR-A3 - Ger�ncia de O&M RF, TX, Infra e                      
> Otimiza��o - ES                                               
>                                                                
> Fixo: (27) 3334-5026 Cel.: (27) 9981-1111                     
> Fax.: (27) 3334-5004                                          
>                                                                
> Mailto:[EMAIL PROTECTED]                           




------------------------ Yahoo! Groups Sponsor --------------------~--> 
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/saFolB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to