473,387 Members | 1,530 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

How to refer a contol in userControl

ad
I put a Web User Controls in a Form.
The ID of the User Control is uc1.
But if I write the code like
uc1.Button1.text="New Text"
It will fail when complie time, and the error message is

uc_ascx.Button1is inaccessible due to its protection level

How can I public the button in User Control?
Nov 19 '05 #1
3 1297
You will need to either user uc1.FindControl("Button1") or make a public
property on your UserControl that returns the Button.

-Brock
DevelopMentor
http://staff.develop.com/ballen
I put a Web User Controls in a Form.
The ID of the User Control is uc1.
But if I write the code like
uc1.Button1.text="New Text"
It will fail when complie time, and the error message is
uc_ascx.Button1is inaccessible due to its protection level

How can I public the button in User Control?


Nov 19 '05 #2
Just change the protected Button1 as button
to public Button1 as Button

though one has to ask, why is the page setting the button's text...seems
like a flawed design...

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/ - New and Improved (yes, the popup is
annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
"ad" <ad@wfes.tcc.edu.tw> wrote in message
news:uD****************@tk2msftngp13.phx.gbl...
I put a Web User Controls in a Form.
The ID of the User Control is uc1.
But if I write the code like
uc1.Button1.text="New Text"
It will fail when complie time, and the error message is

uc_ascx.Button1is inaccessible due to its protection level

How can I public the button in User Control?

Nov 19 '05 #3
ad
Thank,
But I cann't find any place to set the protection level of control in User
Control.

"Karl Seguin" <karl REMOVE @ REMOVE openmymind REMOVEMETOO . ANDME net> ¼¶¼g
©ó¶l¥ó·s»D:e4**************@TK2MSFTNGP09.phx.gbl.. .
Just change the protected Button1 as button
to public Button1 as Button

though one has to ask, why is the page setting the button's text...seems
like a flawed design...

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/ - New and Improved (yes, the popup is
annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
"ad" <ad@wfes.tcc.edu.tw> wrote in message
news:uD****************@tk2msftngp13.phx.gbl...
I put a Web User Controls in a Form.
The ID of the User Control is uc1.
But if I write the code like
uc1.Button1.text="New Text"
It will fail when complie time, and the error message is

uc_ascx.Button1is inaccessible due to its protection level

How can I public the button in User Control?


Nov 19 '05 #4

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

Similar topics

5
by: peter | last post by:
I have created an UserControl (MywindowFooter) which contains a label-component : <asp:label id="lblStatusBar" runat="server"></asp:label> How can I refer to this label, from the code-behind...
3
by: Tim::.. | last post by:
Can someone please tell me how I refer to a Hyperlink object in a usercontrol from a sub in another aspx page??? I want to change the visibile attribute of a hyperlink in a user control from an...
4
by: SamSpade | last post by:
If I have a class that inherits from, say RichTextBox and in the derived class I refer to Handle, does it refer to the RichTextBox class or the derived class? I'm wondering if the derived class...
0
by: PickwickBob3 | last post by:
I am having a problem with an error -- Path can not be null :Parameter name: path when I try to drag a usercontrol on to a form. The control use to work fine. I have built the control and loaded...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
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...
0
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,...
0
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...

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.