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 > may 2005 > threads for may 15 - 21, 2005

Filter by week: 1 2 3 4 5

The nowrap Property of TD Tags
Posted by Nathan Sokalski at 5/20/2005 11:49:11 PM
I want to create TD tags with the nowrap property. I have a user control which sets the Wrap property of a TableCell to False when dynamically creating a table as follows: cellCurrButton.Wrap = False When the code is run, this creates a TD tag that looks like the following: <td nowrap="...more >>


Problem Facing in Server Side Validation.
Posted by msnews.microsoft.com at 5/20/2005 12:00:00 AM
Hi All, I m facing problem in Server Side Validation. For Example The Scenario is=20 I have two fields on the page 1 Country Dropdown List 2 Province Textbox 3 State Dropdown List I put two validation controls on the page 1 one is RequiredFieldValidator fo...more >>

ListControl: SelectedIndexChanged event raised without implementing IPostBackDataHandler?
Posted by Henri at 5/19/2005 12:00:00 AM
Hi, I'm designing a control that inherits ListControl I was surprised to see that SelectedIndexChanged is part of ListControl. So why doesn't it implement IPostBackDataHandler? I added this to my control: Function LoadPostData(postDataKey As String, postCollection As NameValueCollection) A...more >>

Framework 2.0 Beta 2 serializing a server control at run time
Posted by JPHILIP at 5/18/2005 1:56:50 PM
How can I persist a server control to aspx code at run time in Framework 2.0 Beta 2. This can be done at design time with the ControlPersister.PersistControl method. The DesignSurface class provides a way to load components into a self contained design time environement that should provide acce...more >>

how to display windows control in IE browser
Posted by Sheila at 5/18/2005 9:27:56 AM
Hi, I created a windows control and put it inside a html code, when the page load in IE brower, the weindows control can not be displayed properly. I also tried putting the control assembly into GAC, but it still doesn't work. Is there any special configuration i need to do? Following is th...more >>

Building a custom table control
Posted by I am Sam at 5/18/2005 3:33:14 AM
Hi Everyone, I am new to Server control development and I need some serious help with something. I want to build a control that will allow the developer using the control to define columns so I am building a composit control and inheriting from the Table web control. My problem is how do ...more >>

unable to Maintaining ViewState Across postbacks in a Usercontrol
Posted by Udit at 5/17/2005 6:04:47 AM
I am writing a usercontrol that works as a years scheduler.This usercontrol has some elements created at design time like 2 link buttons to navigate years. The calander is created dynamicaly by adding days at runtime using HtmlControls.HtmlAnchor and i add its Server.Click event also at runtime...more >>

IPostBackDataHandler and validating a control -- the best place to do this.
Posted by Martin at 5/17/2005 12:00:00 AM
Hi, I have an asp.net page with two composite controls on it as well as a single button in the asp.net page AND a single dropdown box on the page that has its autopostback property set to true so that it posts back when ever the selection is changed. what i would like to do is when the butt...more >>



General Question about custom controls
Posted by I am Sam at 5/16/2005 4:26:01 PM
In a windows application you use the Method() as an entry point for an application. In a web application using ASP.NET you use Page_Load() as an entry point. My question is: In a Custom server control what method do you use as an entry point?...more >>

Book search
Posted by VV at 5/16/2005 12:00:00 AM
Hi, I'm looking for a book that explains creating custom web controls for asp.net from scratch (Inheritance from webcontrol or control namespace). I've tried so far with different books but they all start and finish pretty much the same. Bla bla what is asp.net, bla bla hallo world, bla bla inhe...more >>


DevelopmentNow Blog