all groups > asp.net building controls > september 2004 > threads for september 15 - 21, 2004
Filter by week: 1 2 3 4 5
Determine if custom control is being added dynamically?
Posted by Donal McWeeney at 9/21/2004 2:57:28 PM
Hi,
Is it possible to determine in your custom control code if it is being added
to the control hierarchy through page parsing or being added dynamically via
code.
Thanks
Donal
... more >>
ShouldSerialize and method in WebControl
Posted by Victor Irzak at 9/20/2004 3:54:07 PM
Hello,
Why doesn't ShouldSerialise Method work in WebControl?
What is the best way to control the which attributes are serialized and
which once aren't
DefaultValue attribute in not enough.
Thanks
Victor
... more >>
Using Controls Caveats?
Posted by et at 9/18/2004 2:55:24 AM
I picked up a project that has been started with one form and about 20
controls, and am wondering if this is very practical. It seems to work
well; and is easy to follow. The form has a header with a menu, and each
item on the menu opens a panel with one or more controls on it.
I know in VB6... more >>
referencing controls in controls
Posted by DC Gringo at 9/15/2004 6:38:29 PM
I am a bit twisted and need some straightening out. I have a webform with 3
controls on it: a mainHeader, a sectionHeader with a label control contained
in the mainHeader, and a topHeadline.
In the topHeadline, I am retrieving a value with a stored procedure. I need
to set that value to a la... more >>
UserControl not capturing Button click event when loaded with PlaceHolder Control
Posted by gordingin NO[at]SPAM consiliumsoft.com at 9/15/2004 1:55:10 PM
My UI is one table, 2 colums, one row. The cell on the left has a tree
and the cell on the right has a placeholder control. When the user
clicks on a tree item, I dynamically load the apporopiate user control
into the PlaceHolder control using this code...
objPlaceHolder.Controls.Clear();
obj... more >>
controls getting values from another control---within a control
Posted by DC Gringo at 9/15/2004 12:22:10 PM
I am a bit twisted and need some straightening out. I have a webform with 3
controls on it: a mainHeader, a sectionHeader with a label control contained
in the mainHeader, and a topHeadline.
In the topHeadline, I am retrieving a value with a stored procedure. I need
to set that value to a la... more >>
Event handling in a Custom Tree control in ASP.Net and C3 web application
Posted by Subhasis Bilas via .NET 247 at 9/15/2004 11:44:35 AM
I have a Tree control for displaying folders list for a=
particular client in a Tree structure in a web application using=
Asp=2ENET and C#=2E Now i want to click on that tree control's=
Node(say Node1), then related files under that folder(Node=
containing Folder name)will be displayed unde... more >>
|