473,803 Members | 2,946 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

access content page controls from within the master page

Hello!
I need to access content page controls from within the master page.
How can I do that??

Nov 23 '05 #1
4 1426
I answered your earlier post...
--

<ph***********@ web.de> a écrit dans le message de
news:11******** **************@ g14g2000cwa.goo glegroups.com.. .
Hello!
I need to access content page controls from within the master page.
How can I do that??

Nov 23 '05 #2
Thanks, but I need to access to the content page from the master page.
Now I have programed it like this:
The Label1 is in the Content Page, this Source is in the MasterPage.
in the Page Load:
if (Page.title=="M yContentPage")
{
GetControls(thi s, "Label1");
Label myLabel = (Label)Convert. ChangeType(myC,
typeof(Label));
myLabel.Text = "other Text";
}
the procedure GetControls:
public void GetControls(Con trol c, string FindControl)
{
foreach (Control cc in c.Controls)
{

if (cc.ID == FindControl)
{
myC = cc;
break;

}

if (cc.Controls.Co unt>0)
GetControls(cc, FindControl);

}

}

myC is a private property:
private Control myC;

Nov 23 '05 #3
Missed the point. This is done as with any other control that is just
ContentPlaceHol der1.FindContro l("Label1").

--
Patrice

<ph***********@ web.de> a écrit dans le message de
news:11******** **************@ f14g2000cwb.goo glegroups.com.. .
Thanks, but I need to access to the content page from the master page.
Now I have programed it like this:
The Label1 is in the Content Page, this Source is in the MasterPage.
in the Page Load:
if (Page.title=="M yContentPage")
{
GetControls(thi s, "Label1");
Label myLabel = (Label)Convert. ChangeType(myC,
typeof(Label));
myLabel.Text = "other Text";
}
the procedure GetControls:
public void GetControls(Con trol c, string FindControl)
{
foreach (Control cc in c.Controls)
{

if (cc.ID == FindControl)
{
myC = cc;
break;

}

if (cc.Controls.Co unt>0)
GetControls(cc, FindControl);

}

}

myC is a private property:
private Control myC;

Nov 23 '05 #4
It's simpler as I thought.

Thanks

Nov 23 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
3309
by: phil1bruening | last post by:
Hello! I need to access master page controls from within content pages. Wow can I do that??
3
5793
by: ilockett | last post by:
The background: I have a web app with a simple master page that contains just one content placeholder. I have created a web form that then uses this master page. Within the content placeholder, I have placed a Login control (Login1) and a ValidationSummary control. I have set the ValidationSummary's ValidationGroup property equal to "Login1".
4
6021
by: RedHair | last post by:
I have a base page class A which inherits System.Web.UI.Page class then a aspx page B inherits class A and have a master page C. There is a property D (a string variable) in the master page C. How can I access the property D from the base page class A? PS: I know how to use reflection to access control of master page C from the base class A.
5
1959
by: Paul | last post by:
I have a MasterPage that has on it several UserControls (*ascx files). I wish to control the visibility of the controls on the content pages according to some parameter (for example on a user control that depends on a param StoreID, for the UserControl to be visible only if StoreID is in the query string.) How can I access a UserControl in a MasterPage from a Content page? I tried this, and variations thereof, but get errors: ...
3
6446
by: ivanpais | last post by:
Hi, I have a Web User Control, Lets say "Foo.ascx", that contains a button "btnFoo". I have a Master Page "Bar.master", that has a label "lblBar". This label is exposed by a public property BarLabelText. I now have a contentpage "FooBar.aspx", where "Bar.master" is the master page and in the content section has the control "Foo.ascx".
4
3998
by: Boris Yeltsin | last post by:
OK, on my Master Page I have a control: <a id="hypTabAccount" href="#" runat="server">Account</a> Now, in the code-behind (Root.master.vb) I can refer to it simply thus: hypTabAccount.InnerText = "blah" Now, what I want is the same in a content page that uses the Master Page. I have a Master Type in my Content page:
4
6265
by: ~john | last post by:
If I have a label on the Master Page that I would like to change its text with a button on one of the content pages, Default.aspx... It's giving me an error saying "Label1" is not found. Can you only find controls on the current page.. ie Default.aspx.cs can only access controls on the Default.aspx page? ~john
3
2120
by: MikeB | last post by:
Hello, I have a content page that is from a Master page which has 2 content panes. How do I add my forms to the content page? Each pane needs a form but you can not have multiple form tags nor can the form tages be outside of the content tags? Does this make since? Below is my source to the pages. Basically I need both content tags to have form tags.
3
1278
by: eselk2003 | last post by:
I'm just starting out with VWD 2008, and new to ASP .NET. I have a master page which displays one record for an Access database based on an ID number in the query string. Then I have a content page that displays some other records which are also filtered by that ID. I'd like to do just one query in the master page, which returns all fields for that main record, then just use those fields in the details page instead of doing a seperate...
0
9566
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10555
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10317
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10300
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9127
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7607
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6844
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
4277
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3802
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.