<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" >
   <channel>
    <atom:link href="https://satmd.webnode.page/rss/script.xml" rel="self" type="application/rss+xml" />
      <title><![CDATA[Script - satmd.webnode.page]]></title>
      <link>https://satmd.webnode.page</link>
      <language>en</language>
      <pubDate>Thu, 19 Jul 2012 09:30:00 +0200</pubDate>
      <lastBuildDate>Thu, 19 Jul 2012 09:30:00 +0200</lastBuildDate>
      <category><![CDATA[Script]]></category>
      <docs>http://blogs.law.harvard.edu/tech/rss</docs>
      <generator>Webnode</generator>
      <item>
         <title><![CDATA[Shift Select Check box inside the gridview]]></title>
         <link>https://satmd.webnode.page/news/shift-select-check-box-inside-the-gridview/</link>
         <description><![CDATA[
	&lt;div&gt;
	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False"&gt;
	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Columns&gt;
	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;asp:BoundField DataField="ID" HeaderText="Id" /&gt;
	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;asp:BoundField DataField="Name"...]]></description>
         <pubDate>Thu, 19 Jul 2012 09:30:00 +0200</pubDate>
         <guid isPermaLink="true">https://satmd.webnode.page/news/shift-select-check-box-inside-the-gridview/</guid>
         <category><![CDATA[Script]]></category>
      </item>
      <item>
         <title><![CDATA[maintain scroll in div or panel]]></title>
         <link>https://satmd.webnode.page/news/maintain-scroll-in-div-or-panel/</link>
         <description><![CDATA[
	&nbsp;

	&lt;form id="form1" runat="server"&gt;

	&nbsp;&lt;asp:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server" ScriptMode="Release"&gt;

	&nbsp; &nbsp; &lt;/asp:ToolkitScriptManager&gt;

	&nbsp; &nbsp;&lt;script type="text/javascript"&gt;

	&nbsp; &nbsp; &nbsp; // It is important to place this JavaScript code after ScriptManager1

	&nbsp; &nbsp; &nbsp; var xPos, yPos;

	&nbsp; &nbsp; &nbsp; var prm = Sys.WebForms.PageRequestManager.getInstance();

	&nbsp;

	&nbsp; &nbsp;...]]></description>
         <pubDate>Mon, 09 Jul 2012 18:06:00 +0200</pubDate>
         <guid isPermaLink="true">https://satmd.webnode.page/news/maintain-scroll-in-div-or-panel/</guid>
         <category><![CDATA[Script]]></category>
      </item>
      <item>
         <title><![CDATA[script of disable refresh and back and much more ]]></title>
         <link>https://satmd.webnode.page/news/script-of-disable-refresh-and-back-and-much-more-/</link>
         <description><![CDATA[
	&nbsp;

	&lt;head runat="server"&gt;

	&nbsp; &nbsp; &lt;title&gt;::Online Test::&lt;/title&gt;

	&nbsp; &nbsp; &lt;link href="StyleSheets/Quiz.css" type="text/css" rel="stylesheet"/&gt;

	&nbsp; &nbsp; &lt;script language="javascript" type="text/javascript"&gt;

	&nbsp; &nbsp; function disableback()

	{ &nbsp;&nbsp;

	&nbsp; &nbsp;if(event.keyCode==8 ||event.keyCode==37 ) // 8 -&gt; BackSpace ; 37 -&gt; Left Arrow

	{

	return false;

	}

	else

	{

	return true;

	}

	}

	function...]]></description>
         <pubDate>Thu, 10 May 2012 11:05:00 +0200</pubDate>
         <guid isPermaLink="true">https://satmd.webnode.page/news/script-of-disable-refresh-and-back-and-much-more-/</guid>
         <category><![CDATA[Script]]></category>
      </item>
      <item>
         <title><![CDATA[Set Default Button on pageload]]></title>
         <link>https://satmd.webnode.page/news/set-default-button-on-pageload/</link>
         <description><![CDATA[
	&nbsp;txtpassword.Attributes.Add("onKeyPress", "javascript:if (event.keyCode == 13) __doPostBack('" + lnkLogin.UniqueID + "','')");
]]></description>
         <pubDate>Thu, 03 May 2012 17:38:00 +0200</pubDate>
         <guid isPermaLink="true">https://satmd.webnode.page/news/set-default-button-on-pageload/</guid>
         <category><![CDATA[Script]]></category>
      </item>
      <item>
         <title><![CDATA[Focus the next textbox when enter]]></title>
         <link>https://satmd.webnode.page/news/focus-the-next-textbox-when-enter/</link>
         <description><![CDATA[&#160;
In this short and simple article, we will see how to tab through the TextBoxes with the Enter Key using jQuery.
This article is a chapter from my EBook called 51 Recipes with jQuery and ASP.NET Controls. The chapter has been modified a little to publish it as an article.
Note that for demonstration purposes, I have included jQuery code in the same page. Ideally, these resources should be created in separate folders for maintainability. The code shown below has been tested on IE7, IE8,...]]></description>
         <pubDate>Thu, 16 Jun 2011 11:10:00 +0200</pubDate>
         <guid isPermaLink="true">https://satmd.webnode.page/news/focus-the-next-textbox-when-enter/</guid>
         <category><![CDATA[Script]]></category>
      </item>
      <item>
         <title><![CDATA[java script return false-oncut oncopy onpaste]]></title>
         <link>https://satmd.webnode.page/news/java-script-return-false-oncut-oncopy-onpaste/</link>
         <description><![CDATA[&lt;asp:TextBox ID="mytxt" runat="server" onCopy = "javascript: return false;" onCut = "javascript: return false;" onPaste = "javascript: return false;" onKeyPress = "javascript: return false;"&gt;&lt;/asp:TextBox&gt;]]></description>
         <pubDate>Thu, 16 Jun 2011 11:07:00 +0200</pubDate>
         <guid isPermaLink="true">https://satmd.webnode.page/news/java-script-return-false-oncut-oncopy-onpaste/</guid>
         <category><![CDATA[Script]]></category>
      </item>
   </channel>
</rss>