|
|
Browse by Tags
All Tags » ajax » asp.net
-
A requirement in many ASP.Net web applications out there is that you the developer know when your website breaks, the usual way was to use the Application_Error event and then send your self an email or write to a log file. With the event of AJAX itergration into ASP.Net v2.0 the Application_Error event does not run when the request was an ...
-
This is a copy of the post on my blog Noiz Waves.
AJAX
has become quite the buzzword lately when it comes to Web 2.0. Luckily,
AJAX is really easy to integrate into new and existing ASP.NET
application; it's just a matter of adding some simple controls here and
there. The best thing about AJAX in ASP.NET is that no complex coding
is ...
|
|
|