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 2007 > threads for november 15 - 21, 2007

Filter by week: 1 2 3 4 5

Closing a dedicated login page
Posted by Jeremy at 11/21/2007 12:25:02 PM
I want to use a popup login page and automatically close it when the user authenticates. In my OnLoggedIn event handler in the code behind in the popup page, I have the following: protected void OnLoggedIn(object sender, EventArgs e) { oSessionControl.showProgre...more >>


DataList - How to programmatically add a separator row
Posted by Tony_VBACoder at 11/19/2007 6:27:00 PM
With ASP.NET 2.0 VB.NET, how do I: I have a multi-column (4 columns) DataList control on my WebForm that displays sports teams for our league. The data is grouped by Division Names where there are 4 teams per Division. When the data is displayed on the Web Page, it will be a 4x4 (4 column...more >>

Calling JavaScript Function from ASP.Net Button
Posted by WhiskeyRomeo at 11/15/2007 6:20:00 PM
Is it not possible to call a JS function from an ASP.Net button. In the HTML I assign the onClick="JS_Function()" But when page is rendered I get the error: JS_Function() is not a member of MyPage.aspx. It appears the onClick is the same as the Click event, because all the examples I s...more >>

Binding a Gridview to a DetailsView on another page
Posted by Coby Herd at 11/15/2007 4:04:27 PM
I'm having trouble finding out how to bind a gridview containing data to individual details on another page. Can anybody send me the code or point me in the right direction to get a tutorial for this? thanx -- Coby L. Herd 112-A S.E. 13th Ave. Ft. Lauderdale, FL. 33301 954-467-091...more >>

ImageButton does not trigger Repeater.ItemCommand event
Posted by Nathan Sokalski at 11/15/2007 3:47:21 PM
I have an ImageButton inside a Repeater control. However, the ImageButton does not trigger the Repeater's ItemCommand event. For the moment, I am nesting an Image control inside a LinkButton, which works, but requires more work and 2 controls. I believe the reason for this is that the ImageBut...more >>



DevelopmentNow Blog