-----------------------------------------------------------

New Message on BDOTNET

-----------------------------------------------------------
From: SitaramanM
Message 4 in Discussion

Hi Anand   Do note that yoyu do not need to create an object explicitlty.  The way it 
works is different. you add a panel in the html right lets say Panel1 with the sytax  
<asp:Panel id="Panel1" style="Z-INDEX: 101; LEFT: 81px; POSITION: absolute; TOP: 31px" 
runat="server">This is Panel1</asp:Panel>   .  You will note that in the codebehind 
automatically there will be a line added like Protected WithEvents Panel1 As 
System.Web.UI.WebControls.Panel   What the asp.net runtime does is that at runtime the 
Panel1 System.Web.UI.WebControls.Panel  object will automatically refer to the Panel 
instance on the screen.  SO any method tht u call in ur code will bereflected on the 
Panel Object of the screen. You need/SHOULD not allocate memory to the panel1 object 
explicitly. ASP.Net runtime does tht for you.  Im attaching a sample file for you to 
test.  It has 4 panels with buttons tht show/hide them   btw,  are u dividing a single 
screen into multiple panels and shoqwing them selectively. In that case sugest tht u 
use the IE Web Controls(Multipage control, specially).  It is very good and seamlessly 
intyegrates in asp.net projects.  Integration with the VS.Net IDE is a little 
irritating, but overall u should consider using it.  In case of any probs, do get back 
    hth   regards,   sr
View Attachment(s):
http://groups.msn.com/BDotNet/_notifications.msnw?type=msg&mview=1&parent=1&item=7955
-----------------------------------------------------------

To stop getting this e-mail, or change how often it arrives, go to your E-mail 
Settings.
http://groups.msn.com/BDotNet/_emailsettings.msnw

Need help? If you've forgotten your password, please go to Passport Member Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help

For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact

If you do not want to receive future e-mail from this MSN group, or if you received 
this message by mistake, please click the "Remove" link below. On the pre-addressed 
e-mail message that opens, simply click "Send". Your e-mail address will be deleted 
from this group's mailing list.
mailto:[EMAIL PROTECTED]

Reply via email to