This is the link for All the details related parsing asp.net page and generating Requst and Response
http://msdn.microsoft.com/en-us/library/ms972974.aspx
Saturday, April 23, 2011
Wednesday, April 20, 2011
Disable Browser Back Button using Javascript
head runat="server">
script type="text/javascript" language="javascript">
javascript:window.history.forward(0);
/script>
/head>
script type="text/javascript" language="javascript">
javascript:window.history.forward(0);
/script>
/head>
Disable Browser Back Button using Javascript
head runat="server">
script type="text/javascript" language="javascript">
javascript:window.history.forward(0);
/script>
/head>
script type="text/javascript" language="javascript">
javascript:window.history.forward(0);
/script>
/head>
Subscribe to:
Posts (Atom)