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
all groups > asp.net building controls > february 2008

Handling server side events before CreateChildControls
Posted by Chris at 2/21/2008 4:01:05 PM
Is it possible to handle server side events before CreateChildControls? e.g. If you have a treeview control and the user clicks on an expand node what would happen would be CreateChildControls would be called first to recreate the treeview as is and then the event would be fired and you would...more >>


Events in server controls
Posted by I am Sam at 2/16/2008 3:57:01 PM
I need to write a composite control where a click event in the parent(container) class fires an event in a child control. How is this possible? ie clicking a button in the parent control performs an action on a child control....more >>

Validators and IDs of other controls
Posted by Nathan Sokalski at 2/12/2008 2:54:04 PM
I have a validator control that I wrote by inheriting from the BaseValidator class. One of the properties of my class is the id of another control which will determine whether or not the ControlToValidate needs validated (this property is named conditionid). When I attempt to access this contr...more >>

Client-Side Validation with Validators and JavaScript
Posted by Nathan Sokalski at 2/11/2008 12:55:18 AM
I am trying to learn a little more about how to add client-side validation to custom validators that I write (by inheriting from the BaseValidator class). I know that the name of the JavaScript function is assigned to an attribute named 'evaluationfunction' and that the function returns true o...more >>

dragging my control to the designer issue
Posted by rodchar at 2/6/2008 8:33:03 AM
hey all, when i drag my control, that i built, on to the designer it shows up as the smallest possible size. almost looks like a dot until i resize it then all the controls show up. can someone please explain? thanks, rodchar...more >>



DevelopmentNow Blog