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

Filter by week: 1 2 3 4 5

Creating Menu controls on the fly
Posted by ree32 NO[at]SPAM hotmail.com at 9/7/2004 11:07:13 PM
I am reading off menu items from an XML file. The problem I have is how to create these menu items into link buttons on the fly. As the number of menu items will vary depending on the contents of the xml file. So I cannot initialise these all these link buttons one by one at start. So I was...more >>


How to make a menu component?
Posted by Luis Esteban Valencia at 9/7/2004 12:47:55 PM
I need to make a menu componen like this page www.f135.com They made the menu on Javascript and I already have the code to make that menu in javascript, but I want to make a menu so that the user can make any nodes and subnodes. This is the code in javascript, I want to put it in asp.net cont...more >>

Composite Control - Viewstate management for complex properties
Posted by gofishtn NO[at]SPAM hotmail.com at 9/7/2004 7:28:08 AM
I have seen several composite control examples where LoadViewState and SaveViewState are overloaded to track viewstate on complex objects such as styles, but I cannot find anything that tells me why I need to do this. Can someone tell me why is this code not sufficient for Viewstate managemen...more >>

Creating control dynamically
Posted by supak C via .NET 247 at 9/5/2004 11:26:47 PM
Dear All, I need help with the control In my database will store page detail including field name and type of control to display in the page such as Page 1 Name , textbox Lastname , textbox Age , Dropdown , tblCustomerAge (this is data source) The problem is I need to create the...more >>

Tool Tip for DropDown list
Posted by Naveen at 9/5/2004 1:45:04 AM
Hi, I have a dropwnlist of fixed width. The item names in the dropdown list are quite big. The Tooltip property for a dropdownlist control doesn’t work!. So using DHTML, I refreshed the contents of a DIV on the mouseover event of the dropdownlist control. This works fine. Now, the proble...more >>

Web Custom Control - Retrieve Images from a Multifile Assembly
Posted by MLibby at 9/4/2004 7:31:01 AM
How do I store an image and a web custom control's dll in a multifile assembly so that the image can be retrieved and displayed while the control is in design mode? This would allow the control to display a company logo while in design and ensure that the logo's image file does not get delete...more >>

Ignore literal content when parsing custom control children?
Posted by Donal McWeeney at 9/3/2004 3:22:04 PM
Hi, I'm sure this has been asked before... Is there a setting or attribute that I can specify on my control to tell the page parser to ignore literal content when parsing children of my custom control? I'm overriding RenderChildren of my parent control and the literal content is causi...more >>

Web Custom Control - Design Time Support ? ? ?
Posted by MLibby at 9/3/2004 3:19:02 PM
How do I implement design time support for a web custom control? For some reason the control can't seem to find System.Web.UI.Design and I get the following compiler error: C:\Documents and Settings\MLibby\My Documents\Visual Studio Projects\CustomControlEnum\CustCtrlDesigner\CustCtrl.cs(3...more >>



Annoying span
Posted by the_banski NO[at]SPAM hotmail.com at 9/2/2004 12:18:11 AM
Hi, Ive a annoying problem when creating Custom WebControl. When i create this sample control in codebehind. It renders as: <span id="testctrl"><input name="testctrl:testctrl" id="testctrl_testctrl" type="text" value="TestValue" /></span> Why does it render <span> tags? How can I create it ...more >>


DevelopmentNow Blog