hello,
i am using this code in my application so user can click on link button to browse back on previous page
some time it works but many time its crashes the website and give error page could be loaded due to err_cache miss error how to resolve this issue it is very annoying
LinkButton2.Attributes.Add("onClick", "javascript:history.back(); return false;");