Groups | Blog | Home


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 > november 2005 > threads for november 8 - 14, 2005

Filter by week: 1 2 3 4 5

ASP.NET 2.0 Web Custom Control example
Posted by Amelyan at 11/13/2005 4:38:23 PM
I need to create web custom control that can contain any type of control as a child (similar to asp:Panel control). However, when I try to include children in my web control on aspx page, it says 'Content is not allowed between the opening and closing tags for element'. Does any one have a...more >>


.Net 2.0 - WebResource attribute with css file
Posted by Vesa Juvonen at 11/11/2005 11:01:08 AM
Hi, I'm developing a custom control using VS2005. The control has embedded resources with it (js, images and css) and when control is rendered to page, it uses the GetWebResourceUrl funtion to get correct address for the resources (resources are streamed directly from assembly using WebRe...more >>

ASCX made on VS 2003 didn't work on 2005
Posted by Alberto at 11/9/2005 8:26:20 AM
Hi All, I have a web user control which simulates a message box, made on VS 2003. I used to call it inside my Web Form declaring it as: Protected WithEvents MensagemBox1 As MensagemBox And inside the code I used to call my ascx as: MensagemBox1.Show("Blablabla", MensagemBox.MensagemBoxStyle....more >>

Property Greyed Out in VS
Posted by jcteague NO[at]SPAM gmail.com at 11/9/2005 7:07:14 AM
I have a Server Control that inherits from DataGrid. I've added an object type property called DataMethodParameter, but this property is greyed out in the properties list in Visual Studio. private object dataMethodParameter = null; [Category("Data"), Description("Parameter to Pass to the s...more >>

Calling an Ascx from w/i Aspx codebehind
Posted by SABmore at 11/8/2005 11:14:50 AM
I have an aspx that I would like to "dynamically" display a user control on. When the user clicks (LinkButton) on "Find Existing Trip" within the aspx page, it calls the codebehind for the onClick event, which in turn would call my ascx page. The ascx page would then populate a drop-down list ...more >>



DevelopmentNow Blog