473,591 Members | 2,871 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Trapping an Exception ocurring in a Webcontrol at the Page or parent WebControl level.

I am looking for a easy way to trap an Exception that may occurr in any one
of 30 child web controls to be trapped at the topmost parent WebUser control
or Page Level. I have tried variations of setting the Error event handler
for the topmost parent WebUser control that I want to handle the error to no
avail.

Sample code from the MSDN seems to imply that this can be done but it can
only be taken care of at the same user control level as I adapted their code
sample to my purpose and the exception was not caught by the event.
Nov 19 '05 #1
2 1278
Have you simply tried hooking into the OnError event of the Page?

Simply put:
Protected Overrides Sub OnError(ByVal e As System.EventArg s)
'exception handling logic here
End Sub

in your page and you should be good to go.

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/
<jo*****@driver .net> wrote in message
news:OK******** *****@TK2MSFTNG P09.phx.gbl...
I am looking for a easy way to trap an Exception that may occurr in any one of 30 child web controls to be trapped at the topmost parent WebUser control or Page Level. I have tried variations of setting the Error event handler
for the topmost parent WebUser control that I want to handle the error to no avail.

Sample code from the MSDN seems to imply that this can be done but it can
only be taken care of at the same user control level as I adapted their code sample to my purpose and the exception was not caught by the event.

Nov 19 '05 #2
That was the MSDN Sample I was talking about in my original message.
Yes it was tried. No it does not work.
Web Page
User Control - Main (wants to catch exception)
Child User Control
Child User control (throws exception - must be able to be
nested n-deep) .
OnError only traps an exception thrown in the current Control. It does
not capture the an exception thrown in child controls
Karl Seguin wrote:
Have you simply tried hooking into the OnError event of the Page?

Simply put:
Protected Overrides Sub OnError(ByVal e As System.EventArg s)
'exception handling logic here
End Sub

in your page and you should be good to go.

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/
<jo*****@driver .net> wrote in message
news:OK******** *****@TK2MSFTNG P09.phx.gbl...
I am looking for a easy way to trap an Exception that may occurr in any
one
of 30 child web controls to be trapped at the topmost parent
WebUser control
or Page Level. I have tried variations of setting the Error event
handler for the topmost parent WebUser control that I want to handle the error to no
avail.

Sample code from the MSDN seems to imply that this can be done but
it can only be taken care of at the same user control level as I adapted

their code
sample to my purpose and the exception was not caught by the event.


Nov 19 '05 #3

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

Similar topics

3
661
by: JP | last post by:
I need to be able to trap errors at the application level. I added this code to the Global.asax file. The code I wrote is supposed to get the last error that was generated and write to the event log as well as fire up my email class and generate an email to send me the error. But no matter what I do, I still get the icky looking yellow and white error screens. I’ve turned on customErrors in the web.config but not default URL setting....
5
3410
by: Nick Flandry | last post by:
I'm running into an Invalid Cast Exception on an ASP.NET application that runs fine in my development environment (Win2K server running IIS 5) and a test environment (also Win2K server running IIS 5), but fails on IIS 6 running on a Win2003 server. The web uses Pages derived from a custom class I wrote (which itself derives from Page) to provide some common functionality. The Page_Load handler the failing webpage starts out like this: ...
9
2659
by: kw | last post by:
What is the proper way to get the element ID for a client script? For example, suppose in the WebControl: TextBox t=new TextBox; t.ID=this.ClientID+"X"; .... Then elsewhere we want to access it on the client: Control.Attributes = "javascript:document.getElementById('"+this.ClientID+"X"+"').value= 'test';";
3
1447
by: spmm# | last post by:
Hi! Could someone please help me with the following; I have a WebControl that basically looks like this: public class LeftMenu : System.Web.UI.WebControls.WebControl { private string m_CurrentNodeId = string.Empty; public string CurrentNodeId
6
1469
by: SMG | last post by:
Hi , Sory for incomplete message in last post here is the actual problem.. I am using following code in web.confiig for trapping all the error through out my site.. <customErrors mode="On" defaultRedirect="WebForm1.aspx"> <error statusCode="404" redirect="ServerError.aspx"></error> <error statusCode="500" redirect="WebForm3.aspx"></error>
1
1722
by: Sam | last post by:
Hi all, Why can't i create a validatorControl as a child of the control to validate? It doesn't give any errors, but it just won't work (it's not validating). The reason why i want this is that i'm creating a repository of WebControls extended/inherited with my own code for repetative use. For example, i have a: Class CreationDate inherits TextBox I offcourse want a validator to check is really a date was entered into the textbox.
42
3850
by: smerf | last post by:
Using javascript, is there a way to trap an external page inside a frame? I've seen scripts to break out of frames, but nothing to keep a page trapped in a frame.
1
2049
by: DJG79 | last post by:
Hi all, I am using an open source menu that i found and it works great, except for one thing that when the web page is not scrolled to the very top the drop down links will not stay visible. Has anyone else had this sort of problem with javascript? and any ideas how to fix it would be greatly appreciated.. I have included a copy of the code below, thanks. /**
5
1475
by: Yash | last post by:
Hi, I have create a user control which has a dropdown. The user control internaly handles the Selected_Index_Changed event of the dropdown. If there is an error/exception in handling it, I would like the containing page to know of it. How can I make this possible? The containing page does not know of the dropdown. Thanks, Yash
0
7870
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
7992
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8225
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6639
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5400
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
3850
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
3891
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1465
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
1199
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.