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 > february 2005 > threads for february 22 - 28, 2005

Filter by week: 1 2 3 4

Save state when create image
Posted by Mango at 2/28/2005 3:51:06 AM
Hi there, I will be very happy if someone helps me. I need to create dynamic image, and save the state between the postback. I mean I've got 5 buttons and when I click on one of them, the image is creted with: System.Web.UI.WebControls.Image Img1 = new System.Web.UI.WebControls.Image(); Img...more >>

Compiling a CustomControl.vb file
Posted by AL Cs at 2/27/2005 6:13:04 AM
Hi When writing custom controls, how exactly is a .vb file compiled (manually)?? As you understand I'm new to this, and will be greatful for any (detailed) help and explanation. AL Cs...more >>

Need help with base.Style collection in custom control
Posted by Nick Goloborodko at 2/26/2005 4:17:17 PM
Hi, Here's my situation: I'm developing a custom control, which basically consists of two nested <DIV> tags. Now, i need to obtain base.Style object, in order to get the positioning information, if the control is being positioned via ABSOLUTE positioning. I have tried to used base.RenderBeg...more >>

Composite Control Designer Question
Posted by Showjumper at 2/26/2005 9:58:57 AM
I have built a composite control that consists of a textbox and a button that performs a whois lookup. How do i get the control to update its appearance when in design view of a webform after a property has been changed. I assume it has to do with creating a composite control designer which i th...more >>

Presisting control state across Postbacks
Posted by Nick Goloborodko at 2/25/2005 11:28:32 PM
Hi, At the moment i'm developing a Timer custom control, and i finally reached the stage where i need to persist it across page postbacks. What would be the best way of doing it? At the moment the only way that i see is by use of the cookies. (i was also thinking about using a hiddent field...more >>

Adding contextmenu to IE Treeview Control
Posted by Ole Hanson at 2/25/2005 1:20:35 PM
Does anybody have a clue as to how to do this? I would like to display my own custom context menu when rightclicking a node in my treeview, but am a little lost on how to do it, apart from that is should be some kind of javascript I guess. Anybody that could point me to inspiration? /Th...more >>

The most efficient way to buid / debug custom control
Posted by Nick Goloborodko at 2/24/2005 10:31:00 PM
Hi, I've got the following question: I'm currently in the process of building a custom control (the one that is compiled into a single dll), and at the moment its a tedious task. My current configuration: 2 projects - one containing code and other files related to the control, another one c...more >>

Add Events to HTML Table
Posted by JJ at 2/23/2005 3:55:01 PM
Hi, I was wondering is it possible to create my own html table that has two features. 1. it is databound and 2. Create my own events to it? The datagrid is nice and I do use it but I need to be able to customize it for other events to occur with it. Thanks, JJ ...more >>



Cache a user control based on a Property in the code behind.
Posted by MattC at 2/23/2005 11:50:24 AM
I have a user control that is placed on every page to provide a menu system, logout/login buttons etc. This contect varies in depending on the value of a property in the code behind file of the control. How can I cache dependant on the value of that property. TIA MattC ...more >>

Inherit from a Web User Control
Posted by Magnus Strandberg at 2/22/2005 11:04:43 PM
Hi, Is it possible to inherit from a web user control (*.ascx) created in a separate class-assembly to a local specialized control that can be used in an aspx-page ? What I want to do is to create some sort of base class library of controls to inherit from, and use in specific dotnet web a...more >>

Question about Custom Controls
Posted by GMK at 2/22/2005 1:08:53 PM
Dear all I'm building a web application that some standard controls in many pages as "DropDownlist" this drop down list is filled from a table in a specific database and this "DropDownlist" will be used in many apges and on each page the data inside the "DropDownlist" will be the same but the us...more >>

Custom User Control and packaging into a dll
Posted by Ralph at 2/22/2005 3:55:03 AM
Hi, I have been experimenting creating a User Control and overriding its Render method so that I have no reliance on an external ascx file and can package this control into a dll. I dynamically create my controls in Page_Load() and everything works fine while this code is part of my main...more >>

ASP.NET Custom WebControl Absolute Positioning
Posted by Nick Goloborodko at 2/22/2005 3:02:59 AM
Hi, I'm currently in the process of building a custom webcontrol. I nearly finished it, however one thing is a mystery to me: how do i enable the control to support absolute positioning? Thanks in advance, Nick Goloborodko...more >>


DevelopmentNow Blog