Accessing User Control used inside the Master Page
Tech-Archive recommends: Fix windows errors by optimizing your registry
- From: Mr. Kiran More - India
- Date: Thu, 09 Nov 2006 22:16:51 -0800
Hi,
I have created one master page named - LoggedIn.Master. Here I show top logo, menu, greeting label etc elements which are nothing but controls defined in seperate ASCX files.
I have created one Home Page which gets displayed after successful logging. This Home Page is inherited from LoggedIn.master file.
Through Home Page I want to set some greeting text on greeting label user control which is defined inside the master page.
Can anyone help me in this regard?
Thank you,
Mr. Kiran More
.
Relevant Pages
- How to access controls on another aspx page
... If I have a label on the Master Page that I would like to change its ... controls on the current page.. ... (microsoft.public.dotnet.framework.aspnet) - RE: Dynamic control creation.
... of a check box that the value of the label is updated), ... javascript on the checkboxes to update the value of this label, ... When i looked in the source code i found out that the server side label ... controls) recreates the 3 checkboxes. ... (microsoft.public.dotnet.framework.aspnet.webcontrols) - Re: Laying out controls: suggestions for improving performance?
... I would not use separate controls for each label and link label. ... and draw the Labels and LinkLabels in an OnPaint override. ... > Frank McKenney, McKenney Associates ... (microsoft.public.dotnet.framework.windowsforms.controls) - Dynamically creating labels and textboxes in a panel
... I have an array of polygons, and I need to create controls so that people ... string sLabelText, // text to use for the label ... TextBox txt, // the textbox control ... (microsoft.public.dotnet.framework.compactframework) - Re: How can I create a dynamically FORM?
... About the scroll bar that I wrote before, it happens if I open in the view ... Label on the form for you. ... I can bind the recordset to a form without a problem. ... Change programmatically the name of the controls (acTextControl) ... (microsoft.public.access.formscoding) |
|