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

Filter by week: 1 2 3 4 5

Custominzation Calendar control in ASP 2.0
Posted by Alexandr Zverev at 7/28/2005 9:35:16 PM
Hello. I would like to develop control which will contain Calendar with some addition logic in each cell. I found the way to customize each sell using Calendar1_DayRender method which alow to : TableCell c = ((DayRenderEventArgs)e).Cell; c.Controls.Add(new TextBox()); This code...more >>

add reference for System.Web.UI.webcontrols which dll?
Posted by WebBuilder451 at 7/27/2005 7:04:04 AM
Which dll should i add a reference to to get this. i've added System.Web.UI, but this does not give me WebControls. thanks kes...more >>

Good application frameworks?
Posted by BillW at 7/26/2005 6:18:12 PM
Any recommendations for general application frameworks that sit on top of ..net to make writing web apps easier? Basically along the lines of the MS Application Blocks where things like handling error trapping, configuration, database stuff are handled. But also extending into areas such as ...more >>

LoadPostData not firing
Posted by John Teague at 7/26/2005 3:36:06 PM
I am trying to create a control that inherits from ListControl. I am implementing the IPostBackDataHandler, but the LoadPostData method is never called. I've read that in addition to implementing these methods, one of the html tags must have a name = control's uniqueID. However, I've done...more >>

Problem Working with Composite Control
Posted by zen at 7/26/2005 12:00:00 AM
Hi All, I have designed a control derived from WebControl, which contains lis of another control derived from PlaceHolder,INamingContainer. The UML design of the Class is attached ..[image: ClassDesign.JPG] Now the problem is.. I am adding a user control,derived from WebControl, insid ...more >>

casting custom classes
Posted by Sam at 7/26/2005 12:00:00 AM
Namespace system.web.ui Public Class ReplacableControlCollection Inherits ControlCollection End Class End Namespace ------------------------------------------------------- Public Shadows ReadOnly Property controls() As ReplacableControlCollection G...more >>

tag = only property.get gets called
Posted by Sam at 7/26/2005 12:00:00 AM
I've got: <ParseChildren(True)> _ Public Class UserElement Inherits WebControl Public strLabel As new Label Public Sub New() strLabel.id = "myID" End Sub <PersistenceMode(PersistenceMode.InnerProperty)> _ Public Propert...more >>

Custom control code serialization to class file
Posted by Dale at 7/23/2005 6:42:01 AM
I have a custom control that includes a custom collection. In the collection editor, I add a new item to the collection and that item gets persisted as desired to the aspx page that contains the control but it does not persist to the aspx.cs page. As I have tested different combinations of...more >>




DevelopmentNow Blog