Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008


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 >>



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 >>


DevelopmentNow Blog