473,404 Members | 2,174 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,404 software developers and data experts.

ASP.NET 3.5 AJAX and default error handler

Hello,
with ASP.NET 2.0 Ajax every unexpected error is managed client-side with a
popup that reports the error to the user. In ASP.NET 3.5 this behavor has
been changed: how can I have a similar behavor? I'd like that every
exception raised from ASP.NET runtime during an asyncpostback is managed in
client side with a popup that reports the error message.

thanks
Jun 27 '08 #1
9 2064
I belive you have an event you can subscribe to.. So every time error
happens your Javascript function is called.
George.

"Trapulo" <tr******@noemail.noemailwrote in message
news:ut**************@TK2MSFTNGP05.phx.gbl...
Hello,
with ASP.NET 2.0 Ajax every unexpected error is managed client-side with a
popup that reports the error to the user. In ASP.NET 3.5 this behavor has
been changed: how can I have a similar behavor? I'd like that every
exception raised from ASP.NET runtime during an asyncpostback is managed
in client side with a popup that reports the error message.

thanks


Jun 27 '08 #2
Hi Trapulo,

As for ASP.NET ajax, you can register the event hander for client-side load
events. One of them is "EndRequest" in which we can detect whether there is
any error during the AJAX request processing. Here is web article mentioned
this:

##How to improve ASP.NET AJAX error handling
http://encosia.com/2007/07/18/how-to...rror-handling/

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>From: "Trapulo" <tr******@noemail.noemail>
Subject: ASP.NET 3.5 AJAX and default error handler
Date: Tue, 15 Apr 2008 16:11:08 +0200
>Hello,
with ASP.NET 2.0 Ajax every unexpected error is managed client-side with a
popup that reports the error to the user. In ASP.NET 3.5 this behavor has
been changed: how can I have a similar behavor? I'd like that every
exception raised from ASP.NET runtime during an asyncpostback is managed
in
>client side with a popup that reports the error message.

thanks
Jun 27 '08 #3
Hi Trapulo,

In addition to handling errors in Javascript, you can also register an
event handler with the ScriptManager's OnAsyncPostBackError delegate.
For an example for each methods, I suggest you check out
http://msdn2.microsoft.com/en-us/library/bb398934.aspx.

==========
Regards
Steve
www.stkomp.com

Trapulo wrote:
Hello,
with ASP.NET 2.0 Ajax every unexpected error is managed client-side with a
popup that reports the error to the user. In ASP.NET 3.5 this behavor has
been changed: how can I have a similar behavor? I'd like that every
exception raised from ASP.NET runtime during an asyncpostback is managed in
client side with a popup that reports the error message.

thanks
Jun 27 '08 #4
This is interesting, thanks, but I'm not sure about this. The page you
refers says:
"the default behavior is that a browser message box is displayed with an
error message"

this is true in ASP.NET 2, but with ASP.NET 3.5 nothing is displaye when an
error occurs. Why? is this a problem in my application? I think it's by
design..
I'd like to manage errors with custom UI elements as your suggestion or
Steven's one says, but first of all I need to have the standard behavor:
when an exeption is raised, a message box is displayed to the user. Whitout
to write any specific code. How can I have this in ASP.NET 3.5?

thanks
<wi*****@googlemail.comwrote in message
news:ca**********************************@e67g2000 hsa.googlegroups.com...
Hi Trapulo,

In addition to handling errors in Javascript, you can also register an
event handler with the ScriptManager's OnAsyncPostBackError delegate.
For an example for each methods, I suggest you check out
http://msdn2.microsoft.com/en-us/library/bb398934.aspx.

==========
Regards
Steve
www.stkomp.com

Trapulo wrote:
>Hello,
with ASP.NET 2.0 Ajax every unexpected error is managed client-side with
a
popup that reports the error to the user. In ASP.NET 3.5 this behavor has
been changed: how can I have a similar behavor? I'd like that every
exception raised from ASP.NET runtime during an asyncpostback is managed
in
client side with a popup that reports the error message.

thanks

Jun 27 '08 #5
Steven,
the improvement you suggest is interesting. But before to create custom
client side code, I'd like to re-enable the standard behavor I had working
with ASP.NET 2.0: when an error occurs, a message box is displayed with
exception's message. i don't have this starting from ASP.NET 3.5. Is this
possible? Is there some error in my applications, if I haven't this behavor
more?

thanks

"Steven Cheng [MSFT]" <st*****@online.microsoft.comwrote in message
news:Tz**************@TK2MSFTNGHUB02.phx.gbl...
Hi Trapulo,

As for ASP.NET ajax, you can register the event hander for client-side
load
events. One of them is "EndRequest" in which we can detect whether there
is
any error during the AJAX request processing. Here is web article
mentioned
this:

##How to improve ASP.NET AJAX error handling
http://encosia.com/2007/07/18/how-to...rror-handling/

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no
rights.
--------------------
>>From: "Trapulo" <tr******@noemail.noemail>
Subject: ASP.NET 3.5 AJAX and default error handler
Date: Tue, 15 Apr 2008 16:11:08 +0200
>>Hello,
with ASP.NET 2.0 Ajax every unexpected error is managed client-side with a
popup that reports the error to the user. In ASP.NET 3.5 this behavor has
been changed: how can I have a similar behavor? I'd like that every
exception raised from ASP.NET runtime during an asyncpostback is managed
in
>>client side with a popup that reports the error message.

thanks

Jun 27 '08 #6
Hi Trapulo,

As for the error handling behavior, I will consider consult some other
ASPNET ajax engineers on this. Would you create a very simple ajax project
with a test page demonstrate the behavior so that I can directly refer the
code to other engineers. You can send it to me ("stcheng_At_microsoft.com")

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>From: "Trapulo" <tr******@noemail.noemail>
References: <ut**************@TK2MSFTNGP05.phx.gbl>
<Tz**************@TK2MSFTNGHUB02.phx.gbl>
>Subject: Re: ASP.NET 3.5 AJAX and default error handler
Date: Fri, 18 Apr 2008 13:48:35 +0200
>
Steven,
the improvement you suggest is interesting. But before to create custom
client side code, I'd like to re-enable the standard behavor I had working
with ASP.NET 2.0: when an error occurs, a message box is displayed with
exception's message. i don't have this starting from ASP.NET 3.5. Is this
possible? Is there some error in my applications, if I haven't this
behavor
>more?

thanks

"Steven Cheng [MSFT]" <st*****@online.microsoft.comwrote in message
news:Tz**************@TK2MSFTNGHUB02.phx.gbl...
>Hi Trapulo,

As for ASP.NET ajax, you can register the event hander for client-side
load
events. One of them is "EndRequest" in which we can detect whether there
is
any error during the AJAX request processing. Here is web article
mentioned
this:

##How to improve ASP.NET AJAX error handling
http://encosia.com/2007/07/18/how-to...rror-handling/

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you.
Please
>feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.

================================================= =
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
>ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent
issues
>where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each
follow
>up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.
================================================= =
This posting is provided "AS IS" with no warranties, and confers no
rights.
--------------------
>>>From: "Trapulo" <tr******@noemail.noemail>
Subject: ASP.NET 3.5 AJAX and default error handler
Date: Tue, 15 Apr 2008 16:11:08 +0200
>>>Hello,
with ASP.NET 2.0 Ajax every unexpected error is managed client-side with
a
>>>popup that reports the error to the user. In ASP.NET 3.5 this behavor has
been changed: how can I have a similar behavor? I'd like that every
exception raised from ASP.NET runtime during an asyncpostback is managed
in
>>>client side with a popup that reports the error message.

thanks


Jun 27 '08 #7
I'll send it in a minute.
"Steven Cheng [MSFT]" <st*****@online.microsoft.comwrote in message
news:jr**************@TK2MSFTNGHUB02.phx.gbl...
Hi Trapulo,

As for the error handling behavior, I will consider consult some other
ASPNET ajax engineers on this. Would you create a very simple ajax project
with a test page demonstrate the behavior so that I can directly refer the
code to other engineers. You can send it to me
("stcheng_At_microsoft.com")

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.

==================================================
This posting is provided "AS IS" with no warranties, and confers no
rights.
--------------------
>>From: "Trapulo" <tr******@noemail.noemail>
References: <ut**************@TK2MSFTNGP05.phx.gbl>
<Tz**************@TK2MSFTNGHUB02.phx.gbl>
>>Subject: Re: ASP.NET 3.5 AJAX and default error handler
Date: Fri, 18 Apr 2008 13:48:35 +0200
>>
Steven,
the improvement you suggest is interesting. But before to create custom
client side code, I'd like to re-enable the standard behavor I had working
with ASP.NET 2.0: when an error occurs, a message box is displayed with
exception's message. i don't have this starting from ASP.NET 3.5. Is this
possible? Is there some error in my applications, if I haven't this
behavor
>>more?

thanks

"Steven Cheng [MSFT]" <st*****@online.microsoft.comwrote in message
news:Tz**************@TK2MSFTNGHUB02.phx.gbl.. .
>>Hi Trapulo,

As for ASP.NET ajax, you can register the event hander for client-side
load
events. One of them is "EndRequest" in which we can detect whether there
is
any error during the AJAX request processing. Here is web article
mentioned
this:

##How to improve ASP.NET AJAX error handling
http://encosia.com/2007/07/18/how-to...rror-handling/

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments
and
suggestions about how we can improve the support we provide to you.
Please
>>feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.

================================================ ==
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
>>ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent
issues
>>where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each
follow
>>up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach
the
most efficient resolution. The offering is not appropriate for
situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are
best
handled working with a dedicated Microsoft Support Engineer by
contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.
================================================ ==
This posting is provided "AS IS" with no warranties, and confers no
rights.
--------------------
From: "Trapulo" <tr******@noemail.noemail>
Subject: ASP.NET 3.5 AJAX and default error handler
Date: Tue, 15 Apr 2008 16:11:08 +0200

Hello,
with ASP.NET 2.0 Ajax every unexpected error is managed client-side with
a
>>>>popup that reports the error to the user. In ASP.NET 3.5 this behavor
has
been changed: how can I have a similar behavor? I'd like that every
exception raised from ASP.NET runtime during an asyncpostback is managed
in
client side with a popup that reports the error message.

thanks




Jun 27 '08 #8
Thanks Trapulo,

I've got it and have forwarded the question to other AJAX engineers to see
whether they have any further ideas on this.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
>From: "Trapulo" <tr******@noemail.noemail>
References: <ut**************@TK2MSFTNGP05.phx.gbl>
<Tz**************@TK2MSFTNGHUB02.phx.gbl>
<u$**************@TK2MSFTNGP03.phx.gbl>
<jr**************@TK2MSFTNGHUB02.phx.gbl>
>Subject: Re: ASP.NET 3.5 AJAX and default error handler
Date: Mon, 28 Apr 2008 12:29:58 +0200
Lines: 141

I'll send it in a minute.
"Steven Cheng [MSFT]" <st*****@online.microsoft.comwrote in message
news:jr**************@TK2MSFTNGHUB02.phx.gbl...
>Hi Trapulo,

As for the error handling behavior, I will consider consult some other
ASPNET ajax engineers on this. Would you create a very simple ajax
project
>with a test page demonstrate the behavior so that I can directly refer
the
>code to other engineers. You can send it to me
("stcheng_At_microsoft.com")

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you.
Please
>feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.

================================================= =
G
Jun 27 '08 #9
Hi Trapulo,

After discussing with some other AJAX engineer, for the AJAX update panel
error handling behavior ,they also recommend the error handling approach in
the below reference:

# "Handling Errors" section
http://asp.net/AJAX/Documentation/Li...rOverview.aspx

seems the original error behavior is now changed to adopt those error
handling settings(rather than use a fixed default behavior).

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
>Content-Type: text/plain
Content-Transfer-Encoding: 7bit
From: st*****@online.microsoft.com (Steven Cheng [MSFT])
Organization: Microsoft
Date: Tue, 29 Apr 2008 07:48:03 GMT
Subject: Re: ASP.NET 3.5 AJAX and default error handler
>
Thanks Trapulo,

I've got it and have forwarded the question to other AJAX engineers to see
whether they have any further ideas on this.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.

================================================= =
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ault.aspx#noti
f
>ications.

================================================= =
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
>>From: "Trapulo" <tr******@noemail.noemail>
References: <ut**************@TK2MSFTNGP05.phx.gbl>
<Tz**************@TK2MSFTNGHUB02.phx.gbl>
<u$**************@TK2MSFTNGP03.phx.gbl>
<jr**************@TK2MSFTNGHUB02.phx.gbl>
>>Subject: Re: ASP.NET 3.5 AJAX and default error handler
Date: Mon, 28 Apr 2008 12:29:58 +0200
Lines: 141

I'll send it in a minute.
"Steven Cheng [MSFT]" <st*****@online.microsoft.comwrote in message
news:jr**************@TK2MSFTNGHUB02.phx.gbl.. .
>>Hi Trapulo,

As for the error handling behavior, I will consider consult some other
ASPNET ajax engineers on this. Would you create a very simple ajax
project
>>with a test page demonstrate the behavior so that I can directly refer
the
>>code to other engineers. You can send it to me
("stcheng_At_microsoft.com")

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments
and
>>suggestions about how we can improve the support we provide to you.
Please
>>feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.

================================================ ==
G

Jun 27 '08 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: peter.konda | last post by:
Hello! I have been busting my head with a problem, that goes like this: 1. with a first ajax call to the server(apache 2.0 + php), I create a temporary table like this: create temporary table...
3
by: Alok yadav | last post by:
I have an open IP and on that IP our main application is hosted. it uses ajax. in web.config file i have register ajax handlers. there are also other sites or project on that IP. now my problem is...
17
by: Arjen | last post by:
Hi, I want to reload 2 divs at one click. Ive tried: <a href = "javascript:void(0);"...
10
by: Daniel Loose | last post by:
hi dear folks, i'm new to ajax. simple request no problem - but it seems when I set the response handler function, I can only pass the function name and not give parameters, so I have a problem...
0
by: =?Utf-8?B?QWxoYW1icmEgRWlkb3MgS2lxdWVuZXQ=?= | last post by:
Hi misters, I have an application web ASP.NET 2.0 using ASP.NET AJAX and Ajax Control Toolkit. Too, we have Enterprise Library (Exception Handling, Logging) We need handles errors of AJAX, ...
6
by: SAL | last post by:
hello, I'm using a radiobuttonlist in an updatepanel in an item template in a Gridview control. I'm populating the radiobuttonlist in the RowDataBound event. I have the control toolkit registered...
3
by: George | last post by:
I am doing an AJAX call using JQuery on my page to which returns JSON objects and everything works fine. Now I decided to use ashx handler instead of and simply write JSON out. Then my problems...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.