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 > april 2004 > threads for april 1 - 7, 2004

Filter by week: 1 2 3 4 5

how to create sub control within sub control?
Posted by wpy at 4/7/2004 6:06:33 PM
Hi, I want to implement something like following: <PP:Control ID="A" runat="Server"> <PP:SubControl> <PP:SubSubControl Color="A" Message="123"/> <PP:SubSubControl Color="B" Message="124"/> <PP:Control ID="A" runat="Server"> </PP:Control>...more >>

HTML & page design
Posted by Murphy at 4/6/2004 2:02:50 PM
I am developing a website and would like to minimise the amount of repeated code/features. As all pages will follow a standard template it would be advantageous to code this page template once then incorporate it as a user control or similar. The template will basically be a table layout 2 row...more >>

using state in servercontrols
Posted by ton at 4/2/2004 4:20:44 PM
Hi, I keep several variables in a statevalue like: Dim session As SessionState.HttpSessionState = System.Web.HttpContext.Current.Session session("connect") = " FKHFSF " This is done on the customserver control. I thought that these variables would be the exclusive use of one connected use...more >>

Loading user controls many times in a page is a good solution?
Posted by Quentin Huo at 4/2/2004 3:26:19 PM
Hi, One of the features in my project is to show the content one by one. We have several types of content, such as "Articles", "Books", "Images" and so on. The different type has different look. For example, we don't need show authors for the "Images" content; we need to show the link to the b...more >>

Saving Images within a Server Control
Posted by Angel at 4/2/2004 2:16:04 PM
I would like to save images within the development of a control so it would be displayed in certain tags without the developer having to point to the image externally. In other words save the image in the dll, if possible Thanks...more >>

Set Color to Elements in my control
Posted by Angel at 4/2/2004 10:16:03 AM
I am trying to set HTML elements in my server control to the ForeColor setting for the control. For example I create a server control which I inherit from WebControls. WebControls exposes the ForeColor property of the control. Now in my code I render certain tags in which I want to set its Style att...more >>

Adding <div> tag programatically
Posted by ricky.arora NO[at]SPAM icn.siemens.com at 4/1/2004 11:43:10 PM
Hi All, I would like to add the <div> tag programatically from the code-behind of my aspx file. Basically, I would like to a table to this <div>. There are a number of tables which are created dynamically in the code-behind. Each table should go to its own <div> tag. The reason that I can't h...more >>

prevent cell wrap
Posted by Bobby at 4/1/2004 4:02:42 PM
Hi, I have a control that inherits from datagrid that has resizable columns. when a column is sized smaller than the text length the overflow attribute kicks in and displays an ellipsis for the hidden text. My problem is that the text wraps unless I have a <nobr> tag in the cell. I've t...more >>



Using controls as property of a custom control
Posted by tulga_kalayci NO[at]SPAM hotmail.com at 4/1/2004 11:53:48 AM
Hi, I have created a web custom control. I want to be able to select one of the other controls on my form as one the properties of my custom control. Similar to validation control's ControlToValidate property. How can I do this? Any help will be appreciated. Thanks Tulga...more >>


DevelopmentNow Blog