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 webcontrols > november 2003 > threads for november 29 - 30, 2003

Filter by week: 1 2 3 4 5

Post back in a part of a web page not all the page
Posted by Ahmed Hashem at 11/29/2003 7:46:07 PM
Hi All; I hope that you can help me in replying to my question. I have a web form that have many post backs to get data from the web server. Every time I use one of those post backs all the page is posted back to the server(This is not almost welcomes by the user). I want only the part only to b...more >>

asp:HyperLinkColumn
Posted by TJS at 11/29/2003 3:17:12 PM
how can I encrypt the querystring values for a HyperLinkColumn ? in example below I would like to encrypt value for field1 ====================================================== <asp:HyperLinkColumn Text="View" DataNavigateUrlField="field1" DataNavigateUrlFormatString="page.aspx?idx={0}"></asp...more >>

Adding Dynamic CheckBox Control State Problem
Posted by imranish NO[at]SPAM hotmail.com at 11/29/2003 2:28:20 PM
Hi, I am trying to add a checkbox dynamically in reply to a button click. Each button click will add a new checkbox object to an ArrayList Object. I store this ArrayList object in the session and populate it. private void Button1_Click(object sender, System.EventArgs e){ CheckBox cb = new C...more >>

Calendar Controls don't fire events
Posted by mark NO[at]SPAM corporatedigital.com at 11/29/2003 12:22:38 PM
Good afternoon all. I am creating a usercontrol (*.ascx) with a Calendar control on it. In the Calendar's DayRender event I'm dynamically adding ImageButton controls to cells on the calendar. For each of these image button I'm hooking up a click event as so: imgButton.Click += new ImageClic...more >>

Indent Items in a Web Forms ListBox
Posted by Mike parris at 11/29/2003 3:30:39 AM
I want to represent the list of items as a heirarchy by indenting each item by a set amount depending on its level. For example level 1 = no spaces, level 1 = 2 spaces etc. If I try too use leading spaces or tabs to do this the control removes them. Is there a way to do this? Mike ...more >>



DevelopmentNow Blog