usually when an exception is thrown u get a page saying "Server Error in "/"" (something like that - the main exception message of ASP.NET).
however, I use an updatepanel, and the exceptions which are thrown during the partial update, doesn't show that error page, instead the page is sent back to the browser and the exception is considered as a client-side error and is shown by the browser's status bar
does anyone know how to make the exception thrown from the server?
Ps. can exceptions in web be thrown as in win applications (a yellow line, like debugging steps)?