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 webcontrols > may 2005 > threads for may 29 - 31, 2005

Filter by week: 1 2 3 4 5

how to capture click event in aspx from placeholder ->control
Posted by Terry Minvielle via DotNetMonster.com at 5/31/2005 12:00:00 AM
I read with great attention the msdn article on "an Extensive Examination of User Controls". However, it did not help me solve the following problem: I need to populate a place holder with one a several controls which contain a submit button. When the parent aspx page loads, I need to load a ...more >>


How do I create an Unordered List (UL) with ASP.NET?
Posted by Nathan Sokalski at 5/30/2005 5:45:32 PM
I want to add a bulleted list to my document in ASP.NET. I know the HTML code, and I have used the HtmlGenericControl, but is there an ASP.NET object that can generate UL and LI tags from a set of ListItem objects, or maybe some other collection? Thanks. -- Nathan Sokalski njsokalski@hotma...more >>

DROPDOWNLIST SELECTEDINDEXCHANGED
Posted by Jose Fernandez at 5/30/2005 2:22:06 PM
Hola Estoy haciendo un usercontrol que tiene un dropdownlist (id=3DMes) y no = me ejecuta el evento Mes_SelectedIndexChanged(object sender, EventArgs = e)... AutoEventWireUp es TRUE y tambien el autopostback... alguien sabe que puede estar pasando? aqui van los codigos... <%@ Control ...more >>

order of usercontrols processed by events of page
Posted by Gokhan Akca at 5/30/2005 2:17:12 AM
I have a page containing multiple user controls. When Page_OnPreRender is called, the user controls' OnPreRender Method is called, too. But: How is the order of the usercontrols processed by asp.net? Note that I have multiple user controls - not just one. Assumption: the framework is access...more >>

ASP.NET Server Controls not displayed in IE
Posted by Udayan at 5/30/2005 1:14:04 AM
Hi, Am new to the .NET framework. I started a new ASP.NET Web Application project and designed the Web Form Using the Web Forms Server Control. When I try to run the pplication in debug mode the following error is diplayed: ERROR WHILE TRYING TO RUN THE PROJECT:UNABLE TO START DEBUGGING ON ...more >>

How to diisable textbox in datagrid
Posted by latha at 5/29/2005 10:45:14 PM
Hi I have a listbox outside the grid and textbox type template as editable column in datagrid. How can I disable textbox in my grid based on the selection from the listbox outside the grid? -- ...more >>



DevelopmentNow Blog