Ask a Question related to ASP.NET General, Design and Development.
-
Christopher #1
Server.GetLastError() return null
Try using the Application_Error() event in Global.asax.
The context of the error will be available here. Your
application is handling the error, and thus there is no
LastError to Get.
hth,
-Christopher
[url]http://weblogs.asp.net/CFrazier[/url]
Christopher Guest
-
CGI.pm form query sometime return null value
I am using CGI.pm, and getting the parameters similiar to the followings, use CGI::Carp qw(fatalsToBrowser); use CGI qw(:all); : my $task =... -
Error Object/GetLastError
Can someone clue me in as to why the following code for Error Object does not work. The errors get caught, but no information exists in the Error... -
xpath following-sibling - null return looks for object reference?
I'm providing the following syntax in hopes someone could tell me why I get an object reference error on the second one. The first one works, using... -
Return a NULL dataset from a webservice ??!
When my webservice returns a null dataset my application crashes. null exception error. Has anyone experianced this ? and wondering if anyone has a... -
#19841 [Opn->Fbk]: RPC stored procedure with many columns return null value
ID: 19841 Updated by: sniper@php.net Reported By: tonyho at fairex dot com -Status: Open +Status: ... -
terry #2
Server.GetLastError() return null
Using Application_Error() does work. Thank-you!!!
What's confusing though is that I am simply trying to work
through an example on page 292 in "Developing WEB
Applications with Microsoft Visual Basic .NET and Visual
C# .NET". This example works with Server.GetLastError().
Perhaps book is wrong?
>-----Original Message-----
>Try using the Application_Error() event in Global.asax.
>The context of the error will be available here. Your
>application is handling the error, and thus there is no
>LastError to Get.
>
>hth,
>-Christopher
>[url]http://weblogs.asp.net/CFrazier[/url]
>.
>terry Guest



Reply With Quote

