๐Ÿš€ HickleSecLab

All Posts

Thumbnail for Posts

Why ResponseRedirect causes SystemThreadingThreadAbortException

๐Ÿ“‚ Categories: C#
๐Ÿท๏ธ Tags: Asp.Net .Net-3.5

When I use ResponseRedirect to redirect my form to a new page I get the error A first chance exception of type SystemThreadingThreadAbortException occurred in

Thumbnail for Posts

windowonload vs body onload

๐Ÿ“‚ Categories: Javascript
๐Ÿท๏ธ Tags: Javascript

What exactly is the difference between the windowonload event and the onload event of the body tag when do I use which and how should it be done