Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: Panel Problems...!!!!


Message #1 by "Robert Sindall" <rsindall@z...> on Wed, 24 Jul 2002 11:34:23 +0100
Phil

Well... I removed all the panels and I don't get blank pages any more...

I shaln't bother you with my code... but thanks... and I think I'll stick to
using straight DIV's like i used to be fore the days of ASP.net...

Cheers

-----Original Message-----
From: Philip Steel [mailto:PhilipS@t...]
Sent: 24 July 2002 12:36
To: ASPX_Professional
Subject: [aspx_professional] RE: Panel Problems...!!!!


yep, copy and paste the main bit of the page.....

you can actually use a <div> in your aspx page to show/hide
content and manipulate the div's visibility property from the ASP logic.
All you need to ensure, is that runat="server" is included as an attribute.

i.e. <div id="contentToHide" runat="server">

Phil

-----Original Message-----
From: Robert Sindall [mailto:rsindall@z...]
Sent: 24 July 2002 12:22
To: ASPX_Professional
Subject: [aspx_professional] RE: Panel Problems...!!!!


Phil

Would you like the ASP.net for the whole page ?

I'm only using the panels for there hide/show capabilities ?!

There isn't anything of any real consequence in the panels, other than a
couple of form elements?!

Rob

-----Original Message-----
From: Philip Steel [mailto:PhilipS@t...]
Sent: 24 July 2002 11:42
To: ASPX_Professional
Subject: [aspx_professional] RE: Panel Problems...!!!!


Hi Robert

can you show us a code example?

I'm assuming you know that panels creative formatted <DIV> tags
in your html which may or may not play havoc with your other html elements
depending on where the panels are.

Phil

-----Original Message-----
From: Robert Sindall [mailto:rsindall@z...]
Sent: 24 July 2002 11:34
To: ASPX_Professional
Subject: [aspx_professional] Panel Problems...!!!!


Hi

Everything has been going fine during development recently, until I putn
Panels onto my pages!!!

Is there something key your ment to do with panels that I'm missing !?

Is there any reason they should f**k up the rest of my page !?



Best Regards

Robert Sindall

_______________________________

Tel: +44 (0)1242 251251
Email: rsindall@z...
Website: http://www.zethics.com










  Return to Index