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

Filter by week: 1 2 3 4 5

ViewState and posted back data
Posted by Tumurbaatar S. at 11/28/2005 12:00:00 AM
I'm adding a template column to a DataGrid dynamically: private void CreateColumn() { TemplateColumn col = new TemplateColumn(); ...//set some col properties col.EditItemTemplate = new MyTemplate(); MyGrid.Columns.Add(col); } The MyTemplate class implementes InstantiateIn...more >>


Load Image Dynamically
Posted by Mr.Cyber at 11/27/2005 10:56:01 AM
Hi, brothers :) I'm rather novice in this area. I mean web programming and control building and though. I create UserControl: public class ucParsedPNG : System.Web.UI.UserControl { ... blah-blah-blah ... } My UserControl has to contain image and this one should be loaded dynamic...more >>

Custom Templated Databound Control or derived control?
Posted by MattC at 11/23/2005 12:00:00 AM
Hi, I want to create a control that performs much like a datalist but I want more control over how the <ItemTemplate> contents is set out on the page. For example I have a 4 by N grid of images to set out on the page, how the first row is slightly different in taht the first image is twice ...more >>

Dynamically adding a custom control
Posted by Terry Holland at 11/23/2005 12:00:00 AM
Steven Im getting in a bit of a mess with this. What I want to end up with is a set of controls for editing / displaying fields on a webform. I would like to be able to dynamically add these controls to webforms as and when I need them. Initially I need three types of fields ctlFieldRe...more >>

Dynamically Loading User Control in PlaceHolder
Posted by Ugur Ekinci at 11/22/2005 12:00:00 AM
Hi , I load dynamically a user control in PlaceHolder with the number of fileds in db. When loading user control there is no problem, if returning field number is 2 then 2 usr controls load in plcholder. But problem is that , after page postback plcholder says that I have no control, ...more >>

Missing code example
Posted by gizm0 at 11/22/2005 12:00:00 AM
Hi! Am I blind or there is no code example for this article?: http://msdn2.microsoft.com/en-us/library/d0etxzd8.aspx It's very important to me to have these sources Thanks, Radek ...more >>



DevelopmentNow Blog