all groups > asp.net building controls > may 2004 > threads for may 8 - 14, 2004
Filter by week: 1 2 3 4 5
Problem with Property values in HTML tag
Posted by Ed Swartz at 5/14/2004 10:31:22 PM
When I set one of my custom control properties programmtically
the control, as below, the control gets the value and spits
it back out at the right place. Everything works fine.
EdsControl.TrailDelimiter = " ***> ";
When I set the property value in the tag the property value
is not set ... more >>
Sending output via a user control
Posted by Eric Caron at 5/14/2004 7:26:36 PM
Ok, newbie question here: I want to display a dynamic menu using
Response.Write statements in a user control, but the output comes out
at the top of the rendered page instead of where the user control is
located on the page. Is there a way around this?
TIA.
Éric
... more >>
Top-Level Styles: Parser complains about inner text
Posted by Ed Swartz at 5/13/2004 5:24:29 PM
I'd like to support top-level styles in my control. I
created a property (per Developing Microsoft ASP.NET Server
Controls and Components). And added ViewState Load, Save,
Track, etc per the book.
When I run my app the parser complains about the BackColor="Red"
inner text. I don't see why I'm... more >>
Listbox in Custom Control doesn't keep listitems added on Page_Load of container page
Posted by Joshua Gunder via .NET 247 at 5/13/2004 9:58:11 AM
This is my first attempt at building my own compiled custom=
control=2E I have a custom control that contains a textbox and a=
listbox=2E
In a given aspx=2Evb class I will instantiate my custom control and=
bind its listbox to a datareader, (If Not PostBack)=2E The custom
control loads on th... more >>
WebControl Designer Problem using Custom Collection
Posted by Todd Lucas via .NET 247 at 5/12/2004 9:56:07 PM
I'm having some weird things happen in design view while editing=
a custom collection - I've been at this for about 4 weeks now,=
and have tried all the different combinations of persistence=
settings (DesignerSerializationVisibility, PersistenceMode, etc)=
there is, and all to no avail! I'... more >>
Connecting webcontrols and components
Posted by cpnet at 5/12/2004 5:59:09 PM
I have been struggling with this for a long time now, and am beginning to
think that what I'm attempting isn't the correct approach. The short
version is that I want to be able to add a webcontrol to a page, and have
that webcontrol have properties that reference other webcontrols and/or
compon... more >>
Passing property value to custom control
Posted by Chris Kennedy at 5/11/2004 8:00:39 PM
I have a custom control which uses an XML file in the =
CreateChildControls event, the XML file is used to determine how many =
and what composite form elements to add. I can set the path to a =
different XML file on Page_Load event of the parent page. When I press a =
button even if contains no... more >>
Custom Server Control Property Validation Issue
Posted by Jim-M at 5/11/2004 3:10:32 PM
I've been developing a custom server control that composites a Calendar
control and several other controls. In this class, I have two properties
that can be set either at designtime or at runtime.
The two properties are of Integer type and represent the minimum and maximum
number of detail li... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
control designer woes
Posted by paul.driegen NO[at]SPAM weston.ca at 5/11/2004 12:56:27 PM
Hi all,
I'm desperately trying to build a tab control for our internal
corporate web sites.
I have it up and running fine in run-time mode. The problem I'm
encountering is trying to build a designer that would render some
semblance of the tab control's state at any given point.
The tab c... more >>
WebControl Design View Persist Problem
Posted by Todd Lucas at 5/10/2004 10:46:08 AM
I'm having some weird things happen in design view while editing a custom collection - I've been at this for about 4 weeks now, and have tried all the different combinations of persistence settings (DesignerSerializationVisibility, PersistenceMode, etc) there is, and all to no avail! I'm hoping som... more >>
Passing values to a custom control
Posted by Chris Kennedy at 5/9/2004 1:21:54 PM
I am building a custom composite control which reads in information from an
XML file. I want to be able to point my control at different XML files for
maximum reusablity. How can I pass a parameter to my component. I am a bit
new to this but ideally would like the rest of my team to be able to us... more >>
add button dynamicly to page
Posted by mahsa at 5/9/2004 9:56:04 AM
Hi I add butoon dynamidly to page but I have to double clock ob button until it work I set auto post back =true for butoon that if i click just one time on it it run the void but still I have to click button twic
//new Ro
TableRow r2 = new TableRow()
TableCell c20 = new TableCell()
c... more >>
|