How can I create a control which pops up a popup dialog(an aspx) everytime an exception has occured in BF/BC/DA layers of application code. I will appreciate if a guided steps are provided.
How can I bind data to this control. I dont want to use javascript for data exchange.
vaibhavpande...
0 Points
7 Posts
Custom control for poping exception messages
Dec 17, 2012 05:38 PM|LINK
Hello,
How can I create a control which pops up a popup dialog(an aspx) everytime an exception has occured in BF/BC/DA layers of application code. I will appreciate if a guided steps are provided.
How can I bind data to this control. I dont want to use javascript for data exchange.
Thanks in advance,
Vaibha
Decker Dong ...
All-Star
118619 Points
18779 Posts
Re: Custom control for poping exception messages
Dec 18, 2012 04:48 AM|LINK
Hi,
To pop-up a Dialog I think you don't need to make a control such as this what you've mentioned above.
I say that you can just use Microsoft's AJAX's Model Pop-up Dialog. Now you can see this sample:
http://www.asp.net/ajaxlibrary/AjaxControlToolkitSampleSite/ModalPopup/ModalPopup.aspx