I need to disable my browser back button for an money transfer application.. once the final deal confirmation is reached then the back button should be disabled.. Here is my code where i use scripts..I goggled some examples which were places in tags but its doesn't work for me..
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="Server">
<style type="text/css">
</style>
<script type="text/javascript">
</script>
</asp:Content>
please suggest good solution to over come this issue..
Thank-You.