G
Guest
Hi,
In my ASP.NET 2 page, there's Javascript code that uses XMLHttpRequest class
to execute code (which access the database) on the server, and sends data
back to populate controls on the page.
How should errors be handled in the server code, for example when a database
error occurrs?
Thanks in advance,
Rick
In my ASP.NET 2 page, there's Javascript code that uses XMLHttpRequest class
to execute code (which access the database) on the server, and sends data
back to populate controls on the page.
How should errors be handled in the server code, for example when a database
error occurrs?
Thanks in advance,
Rick