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 > january 2006 > threads for january 22 - 28, 2006

Filter by week: 1 2 3 4 5

Discovering CSS refs in page custom control resides during design time.
Posted by HTML at 1/27/2006 9:26:55 AM
Hi, I have custom controls that let developers apply CSS styles depending on the state of the control. They can do this at run-time and also at design-time in the properties pane. They currently need to type in the style class they want to use. I would like to give the control the abilit...more >>


MaskedEdit in ASP.NET 1.1
Posted by Alex C. Barberi at 1/26/2006 6:53:03 AM
How would I make a masked text box, like the MaskedEdit control from VB6 or the Mask property in .NET 2, in ASP.NET 1.1? -- Alex C. Barberi Chief Executive Officer VisionForce http://www.visionforceweb.com ...more >>

Order of events called in a custom control
Posted by Eddie Chan at 1/25/2006 5:01:30 AM
Dear Sir, I have a question on the order of event called during using a custom control when in 1. not IsPostBack and 2. IsPostBack situation I have an aspx file with the following code. <%@ Page Language="C#" CodePage="65001" Debug="true" autoeventwireup="True" %> <%@ Register TagPref...more >>

Dynamic Control
Posted by Bishoy George at 1/24/2006 4:31:07 PM
Hi, I made a page with a button , when I click that button ---> a new TextBox object is displayed. I made the following code but the bug is: Every time I click the button ---> a new TextBox appear but the previous one DISAPPEARS!!!! Could you fix it for me, please? //.aspx page //---...more >>

Template control not displaying Container properties
Posted by fusionmaster at 1/24/2006 6:12:02 AM
I am trying to create a templated control for asp.net 2.0 using the example found in the documentation, however when outputing <%# Container.Message %> it always returns an empty string. Please help. control code: using System; using System.Web; using System.Web.UI; namespace Templa...more >>

Update Property that mapped to a child control's property ?
Posted by Samuel at 1/23/2006 1:55:02 AM
Hi, I am developing a composite control for my own use and I am not sure what the best practice is with regards to updating child control's property from a mapped property on the custom control. Should I 1) update the child control's property in the Setter of the composite control's...more >>



DevelopmentNow Blog