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 >>
|