Welcome to AspAdvice Sign in | Join | Help

October 2006 - Posts

Thread was being aborted - simple

Error: Thread was being aborted. Stack Trace : at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse) at System.Web.HttpResponse.Redirect(String
Posted by mo meng | 1 Comments

Insert a break line in the javascript - simple

if in some cases that you have a long script to be displayed in the alert prompt (for example) you can add \n within the script which will helps you to enter a break point eg. alert('abcdefghijklmno \n pqrstuvwxyz') Share this post: email it!
Posted by mo meng | 1 Comments