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 > march 2006 > threads for march 22 - 28, 2006

Filter by week: 1 2 3 4 5

User Control - Properties
Posted by Paul Say at 3/28/2006 10:13:00 PM
Can the properties of a User Control be made available to be set in the properties panel in visual studio at design time. ...more >>

Custom DataSourceControl with parameter collection at design time
Posted by MattBell at 3/28/2006 2:09:02 PM
I have a custom DataSourceControl which has a parameter collection defined as a property on the object. While everything works just fine I'm having problems with the design time implementation of the control. I'm getting an error: 'DocumentDataSource' could not be set on property 'SelectPara...more >>

regex replace
Posted by AVL at 3/26/2006 8:55:01 PM
Hi. I've a requirement in regular exp.. I need to replace a pattern...can anyone help me out,... My input string is as below <img src="c:\windows\images\bluehills.jpg"><a heref="sfjs"> <img src="c:\vij\granny.bmp">......... My output string should be like <img src="D:\images\bluehills.jp...more >>

playing audio n video files
Posted by AVL at 3/26/2006 2:53:23 PM
Hi, I want to play audio n video files in my web application... How can I do this? Are there any samples.....more >>

missing identifier ?
Posted by Jon Paal at 3/23/2006 2:00:26 PM
what's missing here ? Compiler Error Message: BC30203: Identifier expected. Source Error: Line 11 Line 9: Public Class GetVol Line 10: Line 11: Private Shared<DllImport("kernel32.dll")> _ Line 12: Function GetVolumeInformation(PathName As String, VolumeNameBuffer As S...more >>

need example of how to get assembly info
Posted by Jon Paal at 3/23/2006 12:32:48 PM
Trying to get assembly and hard drive info any working examples in vb available ? I couldn;t find any examples for assembly info. I tried this for hd info but no success. Imports System.Management .... Public Shared Function Volume(ByVal strDriveLetter As String) As String If strD...more >>

compositedataboundcontrol with template databinding problem
Posted by Samuel at 3/23/2006 3:30:27 AM
Hi everyone, I am new to this ASP.NET 2.0 feature. I am having a hard time getting the databinding syntax evaluated in my template for a control that inherits the CompositeDataboundControl that is new to ASP.NET 2.0. I don't have such problem with a control that inherits from CompositeContr...more >>

Web derived controls in VS2005 designer view
Posted by postings NO[at]SPAM alexshirley.com at 3/23/2006 2:54:34 AM
Hi I'm more or less desperate here, I've posted this in a few forums now over the months and got absolutely no response. It would be very much appreciate that you could help in any way here... So take pity :) I have a control derived from a drop down list written in VB.NET (ASP.NET 2.0) tha...more >>



Usercontrol enable property
Posted by greatdane at 3/22/2006 1:01:26 PM
I have a usercontrol with a textbox. I displayed the control programmatically on my .aspx How could I manipulate the 'enable property' and/or bordercolor of the ucl textbox from my .aspx page?...more >>

Asp.net2 How can I create my custom CompositeDataBoundControl
Posted by Dédé at 3/22/2006 12:00:00 AM
Hi I'd like to create my own CompositeDataBoundControl to show and edit data with other custom webcontrols. In the MSDN there is a small sample : http://msdn2.microsoft.com/en-US/library/system.web.ui.webcontrols.compositedataboundcontrol(VS.80).aspx I think this sample is too short... ...more >>


DevelopmentNow Blog