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
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 > august 2003 > threads for saturday august 30

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

HttpApplication inaccessible in Session_OnEnd:System.NullReferenceException
Posted by Manfred Braun at 8/30/2003 10:47:29 PM
Hi All, In my [global.asa's], I will decrement a counter, like : protected void Session_End(Object sender, EventArgs e) { ActiveSessionCount--; //CRASH !! } But, unexpectedly, it give me an "Global_asax]System.NullReferenceException: Object reference not set to an instance of a...more >>


setting focus to a textbox
Posted by test test at 8/30/2003 6:30:40 PM
Hi, How can I set focus to a particular textbox on an aspx page in vb code? My problem is caused by the page updating when a user clicks a command button and I execute code (like updating a price when you click "Calculate" button, etc.). The button they click and the "Total" field is down to...more >>

Culture and Codepage question
Posted by Mike Prager at 8/30/2003 2:31:46 PM
Hi, I have written a Hotmail type application where users choose their language preference which is used to set the culture and hence the correct resource files for strings, formatting etc. I now need to create a mime message but I have to pass in the correct encoding so the charset is correct...more >>

Wierd SessionState problem (again)
Posted by Dean at 8/30/2003 2:22:38 PM
PageOne.aspx has an image control. The imageURL of the image control points to ImagePump.aspx. ImagePump.aspx gets a bitmap out of a SQLServer database, puts in into a bitmap object and does a: myImage.save(response.outputstream, ImageFormat.jpeg). This code works however, on this page I...more >>

Web.config
Posted by Kian Goh at 8/30/2003 12:18:50 PM
Hi, My web application is working fine at my local server. I just bought a webspace in a hosting company and transferred my files to the hosting site. However, I found that I have Runtime Error with the message "An application error occurred on the server." (details in below url.) http://d...more >>

rounded corners in data grid
Posted by Konrad at 8/30/2003 5:32:31 AM
Hi This is maybe simple question but how to render DataGrid and Tables with rounded corners? Thanks Konrad ...more >>

Validation Cancellation
Posted by shail at 8/30/2003 4:23:42 AM
I have a form in which a Control has Required Field Validator. When I try to push other buttons instead of submit button then also the Validator works. I want to stop this behaviour how could I do it...more >>



DevelopmentNow Blog