473,757 Members | 2,066 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 2077
I belive you have an event you can subscribe to.. So every time error
happens your Javascript function is called.
George.

"Trapulo" <tr******@noema il.noemailwrote in message
news:ut******** ******@TK2MSFTN GP05.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****@microsof t.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******@noema il.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 OnAsyncPostBack Error 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*****@google mail.comwrote in message
news:ca******** *************** ***********@e67 g2000hsa.google groups.com...
Hi Trapulo,

In addition to handling errors in Javascript, you can also register an
event handler with the ScriptManager's OnAsyncPostBack Error 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.comw rote in message
news:Tz******** ******@TK2MSFTN GHUB02.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****@microsof t.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******@noema il.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_mi crosoft.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****@microsof t.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******@noema il.noemail>
References: <ut************ **@TK2MSFTNGP05 .phx.gbl>
<Tz************ **@TK2MSFTNGHUB 02.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.comw rote in message
news:Tz******* *******@TK2MSFT NGHUB02.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****@microsof t.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******@noema il.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.comw rote in message
news:jr******** ******@TK2MSFTN GHUB02.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_mi crosoft.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****@microsof t.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******@noema il.noemail>
References: <ut************ **@TK2MSFTNGP05 .phx.gbl>
<Tz************ **@TK2MSFTNGHUB 02.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.comw rote in message
news:Tz****** ********@TK2MSF TNGHUB02.phx.gb l...
>>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****@microsof t.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
professiona l 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******@noema il.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****@microsof t.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******@noema il.noemail>
References: <ut************ **@TK2MSFTNGP05 .phx.gbl>
<Tz************ **@TK2MSFTNGHUB 02.phx.gbl>
<u$************ **@TK2MSFTNGP03 .phx.gbl>
<jr************ **@TK2MSFTNGHUB 02.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.comw rote in message
news:jr******* *******@TK2MSFT NGHUB02.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_m icrosoft.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****@microsof t.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****@microsof t.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****@microso ft.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******@noema il.noemail>
References: <ut************ **@TK2MSFTNGP05 .phx.gbl>
<Tz*********** ***@TK2MSFTNGHU B02.phx.gbl>
<u$*********** ***@TK2MSFTNGP0 3.phx.gbl>
<jr*********** ***@TK2MSFTNGHU B02.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.comw rote in message
news:jr****** ********@TK2MSF TNGHUB02.phx.gb l...
>>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****@microsof t.com.

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

Jun 27 '08 #10

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

Similar topics

1
3475
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 peter select * from some_table limit 0,0; That creates an empty temporary table with the same structure as some_table. I use mysql 4.023. I use php call mysql_connect to connect to the mysql database. 2. I create a second ajax call to the server...
3
1678
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 that other ASP.net projects throws error and take my web.config file as thier web.config. this server is my office server. now this create a big problem for us. Please give me the solution of that problem. how site consider their own web.config...
17
11882
by: Arjen | last post by:
Hi, I want to reload 2 divs at one click. Ive tried: <a href = "javascript:void(0);" onclick="show('ajaxrequest.php?action=removefield','div1');show('ajaxrequest.php?action=reloaddiv2','div2')">verwijderen</a> While both seperate actions work they dont when I put them together. Anyone know how to fix this ? My ajax.js with funcition show
10
2264
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 when starting e.g. 5 ajax requests parallele. how to do that correctly? for one case, where I used *different* resp. handlers, I solved the problem by global variables - but now I have a loop of e.g. 20 calls to the *same* r.handler and I don*t...
0
1007
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, Any code sample for use Enterprise Library (Exception Handling) and ASP.NET AJAX ?
6
2643
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 in the page and I've got code to get the selected value from it in the Radiobuttonlist_SelectedIndexChanged event. The code in there is: Protected Sub rblFMSValue_SelectedIndexChanged(ByVal sender As Object, ByVal e As System.EventArgs)
3
17693
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 begun. So here is JQuery call $.ajax({ type: 'POST', url: url,
0
9487
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9297
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,...
0
9735
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
8736
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...
1
7285
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6556
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
5168
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...
3
3395
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2697
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.