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 > march 2006 > threads for march 15 - 21, 2006

Filter by week: 1 2 3 4 5

dot net 2.0
Posted by Jon Paal at 3/20/2006 8:25:45 PM
where to find instructions on how to license a custom server control ...more >>


Composite Custom Control - Textbox Readonly Bug
Posted by Nick Stansbury at 3/20/2006 2:51:43 PM
Hi, ASP.Net 2 - Strange bug / problem observed with the use of the readonly property in composite custom controls. Using the class shell defined below, the issue is with the readonly property. If you set the inner text box's "ReadOnly" property to be true, and then use javascript (in this ...more >>

Maintaining state in programmatically created composite user controls
Posted by mark.norgate NO[at]SPAM gmail.com at 3/20/2006 4:16:14 AM
Hi I'm writing a timesheet application in ASP.NET (framework 1.1, VS 2003) that includes a user control to manage project time allocation (ProjectDetailsControl). This control is a composite control that includes several DropDownList objects for project code, name and so on, as well as TextB...more >>

Reference Controls in MasterPage?
Posted by clintonG at 3/19/2006 3:57:57 PM
I'm trying to build a class file in App_Code to reference LinkButton controls located in a MasterPage. I know how to reference the controls in the MasterPage from Content pages but I'm having a problem when moving all the code from the various Content pages into a class. The erroer // basi...more >>

add server controls to the templates for the DataList control.
Posted by Jon Paal at 3/18/2006 2:39:03 PM
how do I load controls to the templates for the DataList control. <asp:datalist id="dl1" runat="server" > <ItemTemplate> " how to load control(s) here ????" </ItemTemplate> </asp:datalist> ...more >>

Image in Designer (VS 2005)
Posted by Shawn B. at 3/18/2006 12:26:27 AM
Greetings, I'm creating a custom server control. In the design-time experience, I'd like to render an image where the control is placed. I have an /images folder in my website. The problem is, when I render the <img src=... tag during the design-time experience, nothing displays. When...more >>

Adding Controls to a Web Forms Page Programmatically
Posted by mark.norgate NO[at]SPAM gmail.com at 3/17/2006 8:33:44 AM
Hi I'm having some trouble adding a user control to my webform programmatically. I've done this before, but not for some time. The control was rather complex, but I created a new one consisting of an <asp:Label> control just so I can see what's going on. I'm creating and adding the user c...more >>

Control fails on dynamic load
Posted by Joel Reinford at 3/15/2006 6:05:04 PM
I have created a custom control by converting a user control as outlined in this MSDN article. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/customcontrolfromusercontrol.asp The custom control works correctly if I use it declaratively but fails if I use it pr...more >>



need help on application variables
Posted by AVL at 3/15/2006 4:11:26 AM
Hi, I need help on the usage of application variables... Can I populate application variables through my console application and use them in my web application.... Are application variables specific to web solutions only.. can anyone provide more info on this?...more >>


DevelopmentNow Blog