<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">Jamil Hallal's Blog</title><subtitle type="html" /><id>http://weblogs.asp.net/jhallal/atom.aspx</id><link rel="alternate" type="text/html" href="http://weblogs.asp.net/jhallal/default.aspx" /><link rel="self" type="application/atom+xml" href="http://weblogs.asp.net/jhallal/atom.aspx" /><generator uri="http://communityserver.org" version="3.0.20510.895">Community Server</generator><updated>2010-08-24T15:18:00Z</updated><entry><title>System.InvalidOperationException: jsdebug Web Service method name is not valid</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/jhallal/archive/2013/05/08/system-invalidoperationexception-jsdebug-web-service-method-name-is-not-valid.aspx" /><id>http://weblogs.asp.net/jhallal/archive/2013/05/08/system-invalidoperationexception-jsdebug-web-service-method-name-is-not-valid.aspx</id><published>2013-05-07T20:08:00Z</published><updated>2013-05-07T20:08:00Z</updated><content type="html">&lt;p&gt;If you are getting a 'web service undefined' error when calling a web service from Javascript which is defined inside the ScriptManager tag like so:
&lt;/p&gt;&lt;p&gt;&amp;lt;asp:ScriptManager ID="ScriptManager1" runat="server"&amp;gt;&lt;br&gt;&amp;lt;Services&amp;gt;&lt;br&gt;&amp;lt;asp:ServiceReference Path="~/Services/WebService.asmx" InlineScript="True" /&amp;gt;&lt;br&gt;&amp;lt;/Services&amp;gt;&lt;br&gt;&amp;lt;/asp:ScriptManager&amp;gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;u&gt;Actual Error:
&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;System.InvalidOperationException: jsdebug Web Service method name is not valid.
   &lt;/p&gt;

&lt;p&gt;at System.Web.Services.Protocols.HttpServerProtocol.Initialize()
   &lt;/p&gt;

&lt;p&gt;at System.Web.Services.Protocols.ServerProtocolFactory.Create(Type type, HttpContext context
&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;u&gt;Solution:&lt;/u&gt;&lt;/strong&gt;
&lt;/p&gt;

&lt;p&gt;To resolve this issue, run the following command line:
&lt;/p&gt;&lt;p&gt;C:\Windows\Microsoft.NET\Framework64\v4.0.30319&amp;gt;aspnet_regiis -i&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=10257560" width="1" height="1"&gt;</content><author><name>jhallal</name><uri>http://weblogs.asp.net/members/jhallal.aspx</uri></author><category term="AJAX" scheme="http://weblogs.asp.net/jhallal/archive/tags/AJAX/default.aspx" /><category term="ASP.NET" scheme="http://weblogs.asp.net/jhallal/archive/tags/ASP.NET/default.aspx" /><category term="JavaScript" scheme="http://weblogs.asp.net/jhallal/archive/tags/JavaScript/default.aspx" /></entry><entry><title>Could not load type System.ServiceModel.Activation.HttpModule</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/jhallal/archive/2013/05/07/could-not-load-type-system-servicemodel-activation-httpmodule.aspx" /><id>http://weblogs.asp.net/jhallal/archive/2013/05/07/could-not-load-type-system-servicemodel-activation-httpmodule.aspx</id><published>2013-05-07T11:19:00Z</published><updated>2013-05-07T11:19:00Z</updated><content type="html">&lt;p&gt;If you install DotNet framework 4.0 on IIS server and then enable .NET 3.0 or 3.5 WCF features, you might see following error when browse your application site made of ASP.NET 4.0 (or run on ASP.NET 4.0 application pool).&lt;/p&gt;&lt;p&gt;Could not load type ‘System.ServiceModel.Activation.HttpModule' from assembly ‘System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089′.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br id="ms__id28"&gt;Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br id="ms__id29"&gt;Exception Details: System.TypeLoadException: Could not load type ‘System.ServiceModel.Activation.HttpModule' from assembly ‘System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089′.&lt;/p&gt;&lt;p&gt;&lt;u&gt;&lt;strong&gt;Solution:&lt;/strong&gt;&lt;/u&gt;&lt;/p&gt;&lt;p id="ms__id222"&gt;To resolve this issue, run the following command line: &lt;strong id="ms__id225"&gt;aspnet_regiis.exe /iru&lt;/strong&gt;&lt;/p&gt;&lt;p dir="ltr" id="ms__id226"&gt;The Aspnet_regiis.exe file can be found in one of the following locations:&lt;/p&gt;&lt;p dir="ltr" id="ms__id227"&gt;%windir%\Microsoft.NET\Framework\v4.0.30319&lt;/p&gt;&lt;p dir="ltr" id="ms__id228"&gt;%windir%\Microsoft.NET\Framework64\v4.0.30319 (on a 64-bit computer)&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=10256325" width="1" height="1"&gt;</content><author><name>jhallal</name><uri>http://weblogs.asp.net/members/jhallal.aspx</uri></author><category term="WCF" scheme="http://weblogs.asp.net/jhallal/archive/tags/WCF/default.aspx" /></entry><entry><title>Displaying Summary Information (sum or total) in the GridView's Footer</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/jhallal/archive/2012/07/20/displaying-summary-information-sum-or-total-in-the-gridview-s-footer.aspx" /><id>http://weblogs.asp.net/jhallal/archive/2012/07/20/displaying-summary-information-sum-or-total-in-the-gridview-s-footer.aspx</id><published>2012-07-20T05:52:00Z</published><updated>2012-07-20T05:52:00Z</updated><content type="html">&lt;p&gt;&lt;u&gt;&lt;strong&gt;Challenge&lt;/strong&gt;&lt;/u&gt;&lt;/p&gt;

&lt;p&gt;"I have a GridView and&amp;nbsp;I need to show the aggregate sum of&amp;nbsp;a column&amp;nbsp;in the footer row"&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;u&gt;Introduction&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;In this article I will go through steps to enable aggregation sum (total)&amp;nbsp;of a column in the asp.net GridView Footer.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;u&gt;Step1: Prepare Database Connection&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;In this article I used the &lt;a href="http://msdn.microsoft.com/en-us/library/aa992075(v=vs.80).aspx" target="_blank" mce_href="http://msdn.microsoft.com/en-us/library/aa992075(v=vs.80).aspx"&gt;AdventureWorks Database&lt;/a&gt;&amp;nbsp;and I will query table "PurchaseOrderDetail".&lt;/p&gt;

&lt;p&gt;In the web.config set the connection string as following:&lt;/p&gt;

&lt;p&gt;
&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: rgb(163, 21, 21); font-family: Consolas; font-size: 9.5pt;"&gt;connectionStrings&lt;/span&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;font size="3" face="Times New Roman"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: rgb(163, 21, 21); font-family: Consolas; font-size: 9.5pt;"&gt;add&lt;/span&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt; &lt;/span&gt;&lt;span style="color: red; font-family: Consolas; font-size: 9.5pt;"&gt;name&lt;/span&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;=&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: 9.5pt;"&gt;"&lt;span style="color: blue;"&gt;dbconnection&lt;/span&gt;"&lt;span style="color: blue;"&gt; &lt;/span&gt;&lt;span style="color: red;"&gt;connectionString&lt;/span&gt;&lt;span style="color: blue;"&gt;=&lt;/span&gt;"&lt;span style="color: blue;"&gt;Data
Source=(local);Integrated Security=true;Initial Catalog=AdventureWorks&lt;/span&gt;"&lt;span style="color: blue;"&gt;/&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-family: Consolas; font-size: 9.5pt;"&gt;&lt;span style="color: blue;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: rgb(163, 21, 21); font-family: Consolas; font-size: 9.5pt;"&gt;connectionStrings&lt;/span&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;&amp;gt;&lt;/span&gt;&lt;span style='font-family: "Arial","sans-serif"; font-size: 10pt;'&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;&lt;u&gt;Step2:&amp;nbsp;Prepare the aspx&amp;nbsp;Page&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;font size="3" face="Times New Roman"&gt;
&lt;/font&gt;&lt;/p&gt;

&lt;table style="border: 1pt dashed brown; width: 100%; mso-cellspacing: 1.5pt; mso-yfti-tbllook: 1184; mso-padding-alt: 0in 0in 0in 0in;" class="MsoNormalTable" border="1" cellPadding="0" width="100%"&gt;&lt;font face="Times New Roman"&gt;
 &lt;/font&gt;&lt;tbody&gt;
&lt;tr style="mso-yfti-irow: 0; mso-yfti-firstrow: yes; mso-yfti-lastrow: yes;"&gt;&lt;font face="Times New Roman"&gt;
  &lt;/font&gt;
&lt;td style="padding: 0.75pt; border: rgb(0, 0, 0); background-color: transparent;"&gt;&lt;font face="Times New Roman"&gt;
  &lt;/font&gt;
&lt;p style="margin: 0in 0in 6pt; line-height: normal;" class="MsoNormal"&gt;&lt;span style='color: rgb(34, 34, 34); font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;&lt;br&gt;
  &lt;/span&gt;&lt;span style='color: blue; font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;&amp;lt;&lt;/span&gt;&lt;span style='color: rgb(163, 21, 21); font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;html&lt;/span&gt;&lt;span style='color: rgb(34, 34, 34); font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt; &lt;/span&gt;&lt;span style='color: red; font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;xmlns&lt;/span&gt;&lt;span style='color: blue; font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;="http://www.w3.org/1999/xhtml"&amp;gt;&lt;/span&gt;&lt;span style='color: rgb(34, 34, 34); font-family: "Arial","sans-serif"; font-size: 9pt; mso-fareast-font-family: "Times New Roman";'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  
&lt;p style="margin: 0in 0in 6pt; line-height: normal;" class="MsoNormal"&gt;&lt;span style='color: blue; font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;&amp;lt;&lt;/span&gt;&lt;span style='color: rgb(163, 21, 21); font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;head&lt;/span&gt;&lt;span style='color: rgb(34, 34, 34); font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt; &lt;/span&gt;&lt;span style='color: red; font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;runat&lt;/span&gt;&lt;span style='color: blue; font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;="server"&amp;gt;&lt;/span&gt;&lt;span style='color: rgb(34, 34, 34); font-family: "Arial","sans-serif"; font-size: 9pt; mso-fareast-font-family: "Times New Roman";'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  
&lt;p style="margin: 0in 0in 6pt; line-height: normal;" class="MsoNormal"&gt;&lt;span style='color: blue; font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;&amp;lt;&lt;/span&gt;&lt;span style='color: rgb(163, 21, 21); font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;title&lt;/span&gt;&lt;span style='color: blue; font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;&amp;gt;&lt;/span&gt;&lt;span style='color: rgb(34, 34, 34); font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;&lt;font color="#0000ff"&gt;Displaying Summary Information in the GridView's Footer&lt;/font&gt;&lt;/span&gt;&lt;span style='color: blue; font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;&amp;lt;/&lt;/span&gt;&lt;span style='color: rgb(163, 21, 21); font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;title&lt;/span&gt;&lt;span style='color: blue; font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;&amp;gt;&lt;/span&gt;&lt;span style='color: rgb(34, 34, 34); font-family: "Arial","sans-serif"; font-size: 9pt; mso-fareast-font-family: "Times New Roman";'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  
&lt;p style="margin: 0in 0in 6pt; line-height: normal;" class="MsoNormal"&gt;&lt;span style='color: blue; font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;&amp;lt;&lt;/span&gt;&lt;span style='color: rgb(163, 21, 21); font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;style&lt;/span&gt;&lt;span style='color: rgb(34, 34, 34); font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt; &lt;/span&gt;&lt;span style='color: red; font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;type&lt;/span&gt;&lt;span style='color: blue; font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;="text/css"&amp;gt;&lt;/span&gt;&lt;span style='color: rgb(34, 34, 34); font-family: "Arial","sans-serif"; font-size: 9pt; mso-fareast-font-family: "Times New Roman";'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  
&lt;p style="margin: 0in 0in 6pt; line-height: normal;" class="MsoNormal"&gt;&lt;span style='color: rgb(163, 21, 21); font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;.Gridview&lt;/span&gt;&lt;span style='color: rgb(34, 34, 34); font-family: "Arial","sans-serif"; font-size: 9pt; mso-fareast-font-family: "Times New Roman";'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  
&lt;p style="margin: 0in 0in 6pt; line-height: normal;" class="MsoNormal"&gt;&lt;span style='color: rgb(34, 34, 34); font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;{&lt;/span&gt;&lt;span style='color: rgb(34, 34, 34); font-family: "Arial","sans-serif"; font-size: 9pt; mso-fareast-font-family: "Times New Roman";'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  
&lt;p style="margin: 0in 0in 6pt; line-height: normal;" class="MsoNormal"&gt;&lt;span style='color: red; font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;font-family&lt;/span&gt;&lt;span style='color: rgb(34, 34, 34); font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;:&lt;/span&gt;&lt;span style='color: blue; font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;Verdana&lt;/span&gt;&lt;span style='color: rgb(34, 34, 34); font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;;&lt;/span&gt;&lt;span style='color: rgb(34, 34, 34); font-family: "Arial","sans-serif"; font-size: 9pt; mso-fareast-font-family: "Times New Roman";'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  
&lt;p style="margin: 0in 0in 6pt; line-height: normal;" class="MsoNormal"&gt;&lt;span style='color: red; font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;font-size&lt;/span&gt;&lt;span style='color: rgb(34, 34, 34); font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;:&lt;/span&gt;&lt;span style='color: blue; font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;10pt&lt;/span&gt;&lt;span style='color: rgb(34, 34, 34); font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;;&lt;/span&gt;&lt;span style='color: rgb(34, 34, 34); font-family: "Arial","sans-serif"; font-size: 9pt; mso-fareast-font-family: "Times New Roman";'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  
&lt;p style="margin: 0in 0in 6pt; line-height: normal;" class="MsoNormal"&gt;&lt;span style='color: red; font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;font-weight&lt;/span&gt;&lt;span style='color: rgb(34, 34, 34); font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;:&lt;/span&gt;&lt;span style='color: blue; font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;normal&lt;/span&gt;&lt;span style='color: rgb(34, 34, 34); font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;;&lt;/span&gt;&lt;span style='color: rgb(34, 34, 34); font-family: "Arial","sans-serif"; font-size: 9pt; mso-fareast-font-family: "Times New Roman";'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  
&lt;p style="margin: 0in 0in 6pt; line-height: normal;" class="MsoNormal"&gt;&lt;span style='color: red; font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;color&lt;/span&gt;&lt;span style='color: rgb(34, 34, 34); font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;:&lt;/span&gt;&lt;span style='color: blue; font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;black&lt;/span&gt;&lt;span style='color: rgb(34, 34, 34); font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;; &lt;/span&gt;&lt;span style='color: rgb(34, 34, 34); font-family: "Arial","sans-serif"; font-size: 9pt; mso-fareast-font-family: "Times New Roman";'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  
&lt;p style="margin: 0in 0in 6pt; line-height: normal;" class="MsoNormal"&gt;&lt;span style='color: rgb(34, 34, 34); font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;}&lt;/span&gt;&lt;span style='color: rgb(34, 34, 34); font-family: "Arial","sans-serif"; font-size: 9pt; mso-fareast-font-family: "Times New Roman";'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  
&lt;p style="margin: 0in 0in 6pt; line-height: normal;" class="MsoNormal"&gt;&lt;span style='color: blue; font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;&amp;lt;/&lt;/span&gt;&lt;span style='color: rgb(163, 21, 21); font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;style&lt;/span&gt;&lt;span style='color: blue; font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;&amp;gt;&lt;/span&gt;&lt;span style='color: rgb(34, 34, 34); font-family: "Arial","sans-serif"; font-size: 9pt; mso-fareast-font-family: "Times New Roman";'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  
&lt;p style="margin: 0in 0in 6pt; line-height: normal;" class="MsoNormal"&gt;&lt;span style='color: blue; font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;&amp;lt;/&lt;/span&gt;&lt;span style='color: rgb(163, 21, 21); font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;head&lt;/span&gt;&lt;span style='color: blue; font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;&amp;gt;&lt;/span&gt;&lt;span style='color: rgb(34, 34, 34); font-family: "Arial","sans-serif"; font-size: 9pt; mso-fareast-font-family: "Times New Roman";'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  
&lt;p style="margin: 0in 0in 6pt; line-height: normal;" class="MsoNormal"&gt;&lt;span style='color: blue; font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;&amp;lt;&lt;/span&gt;&lt;span style='color: rgb(163, 21, 21); font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;body&lt;/span&gt;&lt;span style='color: blue; font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;&amp;gt;&lt;/span&gt;&lt;span style='color: rgb(34, 34, 34); font-family: "Arial","sans-serif"; font-size: 9pt; mso-fareast-font-family: "Times New Roman";'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  
&lt;p style="margin: 0in 0in 6pt; line-height: normal;" class="MsoNormal"&gt;&lt;span style='color: blue; font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;&amp;lt;&lt;/span&gt;&lt;span style='color: rgb(163, 21, 21); font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;form&lt;/span&gt;&lt;span style='color: rgb(34, 34, 34); font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt; &lt;/span&gt;&lt;span style='color: red; font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;id&lt;/span&gt;&lt;span style='color: blue; font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;="form1"&lt;/span&gt;&lt;span style='color: red; font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;runat&lt;/span&gt;&lt;span style='color: blue; font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;="server"&amp;gt;&lt;/span&gt;&lt;span style='color: rgb(34, 34, 34); font-family: "Arial","sans-serif"; font-size: 9pt; mso-fareast-font-family: "Times New Roman";'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  
&lt;p style="margin: 0in 0in 6pt; line-height: normal;" class="MsoNormal"&gt;&lt;span style='color: blue; font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;&amp;lt;&lt;/span&gt;&lt;span style='color: rgb(163, 21, 21); font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;div&lt;/span&gt;&lt;span style='color: blue; font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;&amp;gt;&lt;/span&gt;&lt;span style='color: rgb(34, 34, 34); font-family: "Arial","sans-serif"; font-size: 9pt; mso-fareast-font-family: "Times New Roman";'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  
&lt;p style="margin: 0in 0in 6pt; line-height: normal;" class="MsoNormal"&gt;&lt;span style='color: blue; font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;&lt;/span&gt;&lt;span style='color: rgb(34, 34, 34); font-family: "Arial","sans-serif"; font-size: 9pt; mso-fareast-font-family: "Times New Roman";'&gt;&lt;o:p&gt;&lt;font color="#000000" size="3" face="Times New Roman"&gt;
&lt;/font&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: maroon; font-family: Consolas; font-size: 9.5pt;"&gt;asp&lt;/span&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;:&lt;/span&gt;&lt;span style="color: maroon; font-family: Consolas; font-size: 9.5pt;"&gt;GridView&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: 9.5pt;"&gt;&lt;font color="#000000"&gt;
&lt;/font&gt;&lt;span style="color: red;"&gt;ID&lt;/span&gt;&lt;span style="color: blue;"&gt;="gvPurchaseOrderDetail"&lt;/span&gt;&lt;font color="#000000"&gt;
&lt;/font&gt;&lt;span style="color: red;"&gt;CssClass&lt;/span&gt;&lt;span style="color: blue;"&gt;="Gridview"&lt;/span&gt;&lt;font color="#000000"&gt;
&lt;/font&gt;&lt;span style="color: red;"&gt;HeaderStyle-BackColor&lt;/span&gt;&lt;span style="color: blue;"&gt;="#61A6F8"&lt;/span&gt;&lt;/span&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin: 0in 0in 0pt; line-height: normal; mso-layout-grid-align: none;" class="MsoNormal"&gt;&lt;span style="color: red; font-family: Consolas; font-size: 9.5pt;"&gt;HeaderStyle-ForeColor&lt;/span&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;="White"&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: 9.5pt;"&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;span style="color: red;"&gt;HeaderStyle-Font-Bold&lt;/span&gt;&lt;span style="color: blue;"&gt;="true"&lt;/span&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;span style="color: red;"&gt;DataKeyNames&lt;/span&gt;&lt;span style="color: blue;"&gt;="ProductID"&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin: 0in 0in 6pt; line-height: normal;" class="MsoNormal"&gt;&lt;font color="#000000" size="3" face="Times New Roman"&gt;
&lt;/font&gt;&lt;/p&gt;

&lt;p style="margin: 0in 0in 0pt; line-height: normal; mso-layout-grid-align: none;" class="MsoNormal"&gt;&lt;span style="color: red; font-family: Consolas; font-size: 9.5pt;"&gt;runat&lt;/span&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;="server"&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: 9.5pt;"&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;span style="color: red;"&gt;ShowFooter&lt;/span&gt;&lt;span style="color: blue;"&gt;="true"&lt;/span&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;span style="color: red;"&gt;AllowPaging&lt;/span&gt;&lt;span style="color: blue;"&gt;="true"&lt;/span&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;span style="color: red;"&gt;PageSize&lt;/span&gt;&lt;span style="color: blue;"&gt;="5"&lt;/span&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;span style="color: red;"&gt;AutoGenerateColumns&lt;/span&gt;&lt;span style="color: blue;"&gt;="false"&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin: 0in 0in 6pt; line-height: normal;" class="MsoNormal"&gt;&lt;font color="#000000" size="3" face="Times New Roman"&gt;
&lt;/font&gt;&lt;/p&gt;

&lt;p style="margin: 0in 0in 0pt; line-height: normal; mso-layout-grid-align: none;" class="MsoNormal"&gt;&lt;span style="color: red; font-family: Consolas; font-size: 9.5pt;"&gt;DataSourceID&lt;/span&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;="sqldsPurchaseOrderDetail"&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: 9.5pt;"&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;span style="color: red;"&gt;OnRowDataBound&lt;/span&gt;&lt;span style="color: blue;"&gt;="gvPurchaseOrderDetail_RowDataBound"&amp;gt;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin: 0in 0in 6pt; line-height: normal;" class="MsoNormal"&gt;&lt;font color="#000000" size="3" face="Times New Roman"&gt;
&lt;/font&gt;&lt;/p&gt;

&lt;p style="margin: 0in 0in 0pt; line-height: normal; mso-layout-grid-align: none;" class="MsoNormal"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: maroon; font-family: Consolas; font-size: 9.5pt;"&gt;FooterStyle&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: 9.5pt;"&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;span style="color: red;"&gt;Font-Bold&lt;/span&gt;&lt;span style="color: blue;"&gt;="true"&lt;/span&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;span style="color: red;"&gt;BackColor&lt;/span&gt;&lt;span style="color: blue;"&gt;="#61A6F8"&lt;/span&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;span style="color: red;"&gt;ForeColor&lt;/span&gt;&lt;span style="color: blue;"&gt;="black"&lt;/span&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;span style="color: blue;"&gt;/&amp;gt;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin: 0in 0in 6pt; line-height: normal;" class="MsoNormal"&gt;&lt;font color="#000000" size="3" face="Times New Roman"&gt;
&lt;/font&gt;&lt;/p&gt;

&lt;p style="margin: 0in 0in 0pt; line-height: normal; mso-layout-grid-align: none;" class="MsoNormal"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: maroon; font-family: Consolas; font-size: 9.5pt;"&gt;Columns&lt;/span&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: 9.5pt;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin: 0in 0in 6pt; line-height: normal;" class="MsoNormal"&gt;&lt;font color="#000000" size="3" face="Times New Roman"&gt;
&lt;/font&gt;&lt;/p&gt;

&lt;p style="margin: 0in 0in 0pt; line-height: normal; mso-layout-grid-align: none;" class="MsoNormal"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp;&lt;/span&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: maroon; font-family: Consolas; font-size: 9.5pt;"&gt;asp&lt;/span&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;:&lt;/span&gt;&lt;span style="color: maroon; font-family: Consolas; font-size: 9.5pt;"&gt;BoundField&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: 9.5pt;"&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;span style="color: red;"&gt;DataField&lt;/span&gt;&lt;span style="color: blue;"&gt;="ProductID"&lt;/span&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;span style="color: red;"&gt;HeaderText&lt;/span&gt;&lt;span style="color: blue;"&gt;="Product ID"&lt;/span&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;span style="color: blue;"&gt;/&amp;gt;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin: 0in 0in 6pt; line-height: normal;" class="MsoNormal"&gt;&lt;font color="#000000" size="3" face="Times New Roman"&gt;
&lt;/font&gt;&lt;/p&gt;

&lt;p style="margin: 0in 0in 0pt; line-height: normal; mso-layout-grid-align: none;" class="MsoNormal"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: maroon; font-family: Consolas; font-size: 9.5pt;"&gt;asp&lt;/span&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;:&lt;/span&gt;&lt;span style="color: maroon; font-family: Consolas; font-size: 9.5pt;"&gt;BoundField&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: 9.5pt;"&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;span style="color: red;"&gt;DataField&lt;/span&gt;&lt;span style="color: blue;"&gt;="PurchaseOrderDetailID"&lt;/span&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;span style="color: red;"&gt;HeaderText&lt;/span&gt;&lt;span style="color: blue;"&gt;="Purchase
Order ID"&lt;/span&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;span style="color: blue;"&gt;/&amp;gt;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin: 0in 0in 6pt; line-height: normal;" class="MsoNormal"&gt;&lt;font color="#000000" size="3" face="Times New Roman"&gt;
&lt;/font&gt;&lt;/p&gt;

&lt;p style="margin: 0in 0in 0pt; line-height: normal; mso-layout-grid-align: none;" class="MsoNormal"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: maroon; font-family: Consolas; font-size: 9.5pt;"&gt;asp&lt;/span&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;:&lt;/span&gt;&lt;span style="color: maroon; font-family: Consolas; font-size: 9.5pt;"&gt;TemplateField&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: 9.5pt;"&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;span style="color: red;"&gt;HeaderText&lt;/span&gt;&lt;span style="color: blue;"&gt;="Order Quantity"&amp;gt;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin: 0in 0in 6pt; line-height: normal;" class="MsoNormal"&gt;&lt;font color="#000000" size="3" face="Times New Roman"&gt;
&lt;/font&gt;&lt;/p&gt;

&lt;p style="margin: 0in 0in 0pt; line-height: normal; mso-layout-grid-align: none;" class="MsoNormal"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: maroon; font-family: Consolas; font-size: 9.5pt;"&gt;ItemTemplate&lt;/span&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: 9.5pt;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin: 0in 0in 6pt; line-height: normal;" class="MsoNormal"&gt;&lt;font color="#000000" size="3" face="Times New Roman"&gt;
&lt;/font&gt;&lt;/p&gt;

&lt;p style="margin: 0in 0in 0pt; line-height: normal; mso-layout-grid-align: none;" class="MsoNormal"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: maroon; font-family: Consolas; font-size: 9.5pt;"&gt;asp&lt;/span&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;:&lt;/span&gt;&lt;span style="color: maroon; font-family: Consolas; font-size: 9.5pt;"&gt;Label&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: 9.5pt;"&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;span style="color: red;"&gt;ID&lt;/span&gt;&lt;span style="color: blue;"&gt;="lblOrderQty"&lt;/span&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;span style="color: red;"&gt;runat&lt;/span&gt;&lt;span style="color: blue;"&gt;="server"&lt;/span&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;span style="color: red;"&gt;Text&lt;/span&gt;&lt;span style="color: blue;"&gt;='&lt;/span&gt;&lt;span style="background: yellow; mso-highlight: yellow;"&gt;&lt;font color="#000000"&gt;&amp;lt;%&lt;/font&gt;&lt;/span&gt;&lt;span style="color: blue;"&gt;#&lt;/span&gt;&lt;font color="#000000"&gt;Eval("OrderQty") &lt;span style="background: yellow; mso-highlight: yellow;"&gt;%&amp;gt;&lt;/span&gt;&lt;/font&gt;&lt;span style="color: blue;"&gt;'&lt;/span&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;span style="color: blue;"&gt;/&amp;gt;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin: 0in 0in 6pt; line-height: normal;" class="MsoNormal"&gt;&lt;font color="#000000" size="3" face="Times New Roman"&gt;
&lt;/font&gt;&lt;/p&gt;

&lt;p style="margin: 0in 0in 0pt; line-height: normal; mso-layout-grid-align: none;" class="MsoNormal"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: maroon; font-family: Consolas; font-size: 9.5pt;"&gt;ItemTemplate&lt;/span&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: 9.5pt;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin: 0in 0in 6pt; line-height: normal;" class="MsoNormal"&gt;&lt;font color="#000000" size="3" face="Times New Roman"&gt;
&lt;/font&gt;&lt;/p&gt;

&lt;p style="margin: 0in 0in 0pt; line-height: normal; mso-layout-grid-align: none;" class="MsoNormal"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: maroon; font-family: Consolas; font-size: 9.5pt;"&gt;FooterTemplate&lt;/span&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: 9.5pt;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin: 0in 0in 6pt; line-height: normal;" class="MsoNormal"&gt;&lt;font color="#000000" size="3" face="Times New Roman"&gt;
&lt;/font&gt;&lt;/p&gt;

&lt;p style="margin: 0in 0in 0pt; line-height: normal; mso-layout-grid-align: none;" class="MsoNormal"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: maroon; font-family: Consolas; font-size: 9.5pt;"&gt;asp&lt;/span&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;:&lt;/span&gt;&lt;span style="color: maroon; font-family: Consolas; font-size: 9.5pt;"&gt;Label&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: 9.5pt;"&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;span style="color: red;"&gt;ID&lt;/span&gt;&lt;span style="color: blue;"&gt;="lbltxtTotal"&lt;/span&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;span style="color: red;"&gt;runat&lt;/span&gt;&lt;span style="color: blue;"&gt;="server"&lt;/span&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;span style="color: red;"&gt;Text&lt;/span&gt;&lt;span style="color: blue;"&gt;="Total Price"&lt;/span&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;span style="color: blue;"&gt;/&amp;gt;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin: 0in 0in 6pt; line-height: normal;" class="MsoNormal"&gt;&lt;font color="#000000" size="3" face="Times New Roman"&gt;
&lt;/font&gt;&lt;/p&gt;

&lt;p style="margin: 0in 0in 0pt; line-height: normal; mso-layout-grid-align: none;" class="MsoNormal"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: maroon; font-family: Consolas; font-size: 9.5pt;"&gt;FooterTemplate&lt;/span&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: 9.5pt;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin: 0in 0in 6pt; line-height: normal;" class="MsoNormal"&gt;&lt;font color="#000000" size="3" face="Times New Roman"&gt;
&lt;/font&gt;&lt;/p&gt;

&lt;p style="margin: 0in 0in 0pt; line-height: normal; mso-layout-grid-align: none;" class="MsoNormal"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: maroon; font-family: Consolas; font-size: 9.5pt;"&gt;asp&lt;/span&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;:&lt;/span&gt;&lt;span style="color: maroon; font-family: Consolas; font-size: 9.5pt;"&gt;TemplateField&lt;/span&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: 9.5pt;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin: 0in 0in 6pt; line-height: normal;" class="MsoNormal"&gt;&lt;font color="#000000" size="3" face="Times New Roman"&gt;
&lt;/font&gt;&lt;/p&gt;

&lt;p style="margin: 0in 0in 0pt; line-height: normal; mso-layout-grid-align: none;" class="MsoNormal"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: maroon; font-family: Consolas; font-size: 9.5pt;"&gt;asp&lt;/span&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;:&lt;/span&gt;&lt;span style="color: maroon; font-family: Consolas; font-size: 9.5pt;"&gt;TemplateField&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: 9.5pt;"&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;span style="color: red;"&gt;HeaderText&lt;/span&gt;&lt;span style="color: blue;"&gt;="Price"&amp;gt;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin: 0in 0in 6pt; line-height: normal;" class="MsoNormal"&gt;&lt;font color="#000000" size="3" face="Times New Roman"&gt;
&lt;/font&gt;&lt;/p&gt;

&lt;p style="margin: 0in 0in 0pt; line-height: normal; mso-layout-grid-align: none;" class="MsoNormal"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: maroon; font-family: Consolas; font-size: 9.5pt;"&gt;ItemTemplate&lt;/span&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: 9.5pt;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin: 0in 0in 6pt; line-height: normal;" class="MsoNormal"&gt;&lt;font color="#000000" size="3" face="Times New Roman"&gt;
&lt;/font&gt;&lt;/p&gt;

&lt;p style="margin: 0in 0in 0pt; line-height: normal; mso-layout-grid-align: none;" class="MsoNormal"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: maroon; font-family: Consolas; font-size: 9.5pt;"&gt;asp&lt;/span&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;:&lt;/span&gt;&lt;span style="color: maroon; font-family: Consolas; font-size: 9.5pt;"&gt;Label&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: 9.5pt;"&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;span style="color: red;"&gt;ID&lt;/span&gt;&lt;span style="color: blue;"&gt;="lblPrice"&lt;/span&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;span style="color: red;"&gt;runat&lt;/span&gt;&lt;span style="color: blue;"&gt;="server"&lt;/span&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;span style="color: blue;"&gt;/&amp;gt;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin: 0in 0in 6pt; line-height: normal;" class="MsoNormal"&gt;&lt;font color="#000000" size="3" face="Times New Roman"&gt;
&lt;/font&gt;&lt;/p&gt;

&lt;p style="margin: 0in 0in 0pt; line-height: normal; mso-layout-grid-align: none;" class="MsoNormal"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: maroon; font-family: Consolas; font-size: 9.5pt;"&gt;ItemTemplate&lt;/span&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: 9.5pt;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin: 0in 0in 6pt; line-height: normal;" class="MsoNormal"&gt;&lt;font color="#000000" size="3" face="Times New Roman"&gt;
&lt;/font&gt;&lt;/p&gt;

&lt;p style="margin: 0in 0in 0pt; line-height: normal; mso-layout-grid-align: none;" class="MsoNormal"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: maroon; font-family: Consolas; font-size: 9.5pt;"&gt;FooterTemplate&lt;/span&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: 9.5pt;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin: 0in 0in 6pt; line-height: normal;" class="MsoNormal"&gt;&lt;font color="#000000" size="3" face="Times New Roman"&gt;
&lt;/font&gt;&lt;/p&gt;

&lt;p style="margin: 0in 0in 0pt; line-height: normal; mso-layout-grid-align: none;" class="MsoNormal"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: maroon; font-family: Consolas; font-size: 9.5pt;"&gt;asp&lt;/span&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;:&lt;/span&gt;&lt;span style="color: maroon; font-family: Consolas; font-size: 9.5pt;"&gt;Label&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: 9.5pt;"&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;span style="color: red;"&gt;ID&lt;/span&gt;&lt;span style="color: blue;"&gt;="lblTotal"&lt;/span&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;span style="color: red;"&gt;runat&lt;/span&gt;&lt;span style="color: blue;"&gt;="server"&lt;/span&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;span style="color: blue;"&gt;/&amp;gt;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin: 0in 0in 6pt; line-height: normal;" class="MsoNormal"&gt;&lt;font color="#000000" size="3" face="Times New Roman"&gt;
&lt;/font&gt;&lt;/p&gt;

&lt;p style="margin: 0in 0in 0pt; line-height: normal; mso-layout-grid-align: none;" class="MsoNormal"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: maroon; font-family: Consolas; font-size: 9.5pt;"&gt;FooterTemplate&lt;/span&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: 9.5pt;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin: 0in 0in 6pt; line-height: normal;" class="MsoNormal"&gt;&lt;font color="#000000" size="3" face="Times New Roman"&gt;
&lt;/font&gt;&lt;/p&gt;

&lt;p style="margin: 0in 0in 0pt; line-height: normal; mso-layout-grid-align: none;" class="MsoNormal"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/span&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: maroon; font-family: Consolas; font-size: 9.5pt;"&gt;asp&lt;/span&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;:&lt;/span&gt;&lt;span style="color: maroon; font-family: Consolas; font-size: 9.5pt;"&gt;TemplateField&lt;/span&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: 9.5pt;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin: 0in 0in 6pt; line-height: normal;" class="MsoNormal"&gt;&lt;font color="#000000" size="3" face="Times New Roman"&gt;
&lt;/font&gt;&lt;/p&gt;

&lt;p style="margin: 0in 0in 0pt; line-height: normal; mso-layout-grid-align: none;" class="MsoNormal"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: maroon; font-family: Consolas; font-size: 9.5pt;"&gt;Columns&lt;/span&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: 9.5pt;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin: 0in 0in 6pt; line-height: normal;" class="MsoNormal"&gt;&lt;font color="#000000" size="3" face="Times New Roman"&gt;
&lt;/font&gt;&lt;/p&gt;

&lt;p style="margin: 0in 0in 0pt; line-height: normal; mso-layout-grid-align: none;" class="MsoNormal"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: maroon; font-family: Consolas; font-size: 9.5pt;"&gt;asp&lt;/span&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;:&lt;/span&gt;&lt;span style="color: maroon; font-family: Consolas; font-size: 9.5pt;"&gt;GridView&lt;/span&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: 9.5pt;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin: 0in 0in 6pt; line-height: normal;" class="MsoNormal"&gt;&lt;font color="#000000" size="3" face="Times New Roman"&gt;
&lt;/font&gt;&lt;/p&gt;

&lt;p style="margin: 0in 0in 0pt; line-height: normal; mso-layout-grid-align: none;" class="MsoNormal"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: maroon; font-family: Consolas; font-size: 9.5pt;"&gt;asp&lt;/span&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;:&lt;/span&gt;&lt;span style="color: maroon; font-family: Consolas; font-size: 9.5pt;"&gt;SqlDataSource&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: 9.5pt;"&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;span style="color: red;"&gt;ID&lt;/span&gt;&lt;span style="color: blue;"&gt;="sqldsPurchaseOrderDetail"&lt;/span&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;span style="color: red;"&gt;runat&lt;/span&gt;&lt;span style="color: blue;"&gt;="server"&lt;/span&gt;&lt;font color="#000000"&gt;
&lt;/font&gt;&lt;span style="color: red;"&gt;SelectCommand&lt;/span&gt;&lt;span style="color: blue;"&gt;="select
* from [AdventureWorks].[Purchasing].[PurchaseOrderDetail]" &lt;/span&gt;&lt;/span&gt;&lt;span style="color: red; font-family: Consolas; font-size: 9.5pt;"&gt;ConnectionString&lt;/span&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;="&lt;/span&gt;&lt;span style="background: yellow; font-family: Consolas; font-size: 9.5pt; mso-highlight: yellow;"&gt;&lt;font color="#000000"&gt;&amp;lt;%&lt;/font&gt;&lt;/span&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;$&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: 9.5pt;"&gt;&lt;font color="#000000"&gt;
ConnectionStrings:dbconnection &lt;span style="background: yellow; mso-highlight: yellow;"&gt;%&amp;gt;&lt;/span&gt;&lt;/font&gt;&lt;span style="color: blue;"&gt;"&amp;gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: maroon;"&gt;asp&lt;/span&gt;&lt;span style="color: blue;"&gt;:&lt;/span&gt;&lt;span style="color: maroon;"&gt;SqlDataSource&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style="margin: 0in 0in 6pt; line-height: normal;" class="MsoNormal"&gt;&lt;span style='color: blue; font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;&amp;lt;/&lt;/span&gt;&lt;span style='color: rgb(163, 21, 21); font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;div&lt;/span&gt;&lt;span style='color: blue; font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;&amp;gt;&lt;/span&gt;&lt;span style='color: rgb(34, 34, 34); font-family: "Arial","sans-serif"; font-size: 9pt; mso-fareast-font-family: "Times New Roman";'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  
&lt;p style="margin: 0in 0in 6pt; line-height: normal;" class="MsoNormal"&gt;&lt;span style='color: blue; font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;&amp;lt;/&lt;/span&gt;&lt;span style='color: rgb(163, 21, 21); font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;form&lt;/span&gt;&lt;span style='color: blue; font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;&amp;gt;&lt;/span&gt;&lt;span style='color: rgb(34, 34, 34); font-family: "Arial","sans-serif"; font-size: 9pt; mso-fareast-font-family: "Times New Roman";'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  
&lt;p style="margin: 0in 0in 6pt; line-height: normal;" class="MsoNormal"&gt;&lt;span style='color: blue; font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;&amp;lt;/&lt;/span&gt;&lt;span style='color: rgb(163, 21, 21); font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;body&lt;/span&gt;&lt;span style='color: blue; font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;&amp;gt;&lt;/span&gt;&lt;span style='color: rgb(34, 34, 34); font-family: "Arial","sans-serif"; font-size: 9pt; mso-fareast-font-family: "Times New Roman";'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  
&lt;p style="margin: 0in 0in 6pt; line-height: normal;" class="MsoNormal"&gt;&lt;span style='color: blue; font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;&amp;lt;/&lt;/span&gt;&lt;span style='color: rgb(163, 21, 21); font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;html&lt;/span&gt;&lt;span style='color: blue; font-family: "Verdana","sans-serif"; font-size: 10pt; mso-fareast-font-family: "Times New Roman"; mso-bidi-font-family: Arial;'&gt;&amp;gt;&lt;/span&gt;&lt;span style='color: rgb(34, 34, 34); font-family: "Arial","sans-serif"; font-size: 9pt; mso-fareast-font-family: "Times New Roman";'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;

&lt;p&gt;
&lt;strong&gt;&lt;u&gt;Step3: Prepare Code Behind&lt;/u&gt;&lt;/strong&gt;&lt;font size="3" face="Times New Roman"&gt;&lt;/font&gt;&lt;/p&gt;
&lt;font size="3" face="Times New Roman"&gt;
&lt;table style="border: 1pt dashed brown; width: 100%; mso-cellspacing: 1.5pt; mso-yfti-tbllook: 1184; mso-padding-alt: 0in 0in 0in 0in;" class="MsoNormalTable" border="1" cellPadding="0" width="100%"&gt;
 &lt;tbody&gt;
&lt;tr style="mso-yfti-irow: 0; mso-yfti-firstrow: yes; mso-yfti-lastrow: yes;"&gt;
  
&lt;td style="padding: 0.75pt; border: rgb(0, 0, 0); background-color: transparent;"&gt;
  
&lt;p style="margin: 0in 0in 0pt; line-height: normal; mso-layout-grid-align: none;" class="MsoNormal"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;decimal&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: 9.5pt;"&gt; total = 0;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  
&lt;p style="margin: 0in 0in 0pt; line-height: normal; mso-layout-grid-align: none;" class="MsoNormal"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;protected&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: 9.5pt;"&gt; &lt;span style="color: blue;"&gt;void&lt;/span&gt;
  gvPurchaseOrderDetail_RowDataBound(&lt;span style="color: blue;"&gt;object&lt;/span&gt;
  sender, &lt;span style="color: rgb(43, 145, 175);"&gt;GridViewRowEventArgs&lt;/span&gt; e)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  
&lt;p style="margin: 0in 0in 0pt; line-height: normal; mso-layout-grid-align: none;" class="MsoNormal"&gt;&lt;span style="font-family: Consolas; font-size: 9.5pt;"&gt;{&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  
&lt;p style="margin: 0in 0in 0pt; line-height: normal; mso-layout-grid-align: none;" class="MsoNormal"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp;&lt;/span&gt;if&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: 9.5pt;"&gt; (e.Row.RowType == &lt;span style="color: rgb(43, 145, 175);"&gt;DataControlRowType&lt;/span&gt;.DataRow)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  
&lt;p style="margin: 0in 0in 0pt; line-height: normal; mso-layout-grid-align: none;" class="MsoNormal"&gt;&lt;span style="font-family: Consolas; font-size: 9.5pt;"&gt;&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp;&lt;/span&gt;{&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  
&lt;p style="margin: 0in 0in 0pt 0.5in; line-height: normal; mso-layout-grid-align: none;" class="MsoNormal"&gt;&lt;span style="color: rgb(43, 145, 175); font-family: Consolas; font-size: 9.5pt;"&gt;Label&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: 9.5pt;"&gt;
  lblPrice = (&lt;span style="color: rgb(43, 145, 175);"&gt;Label&lt;/span&gt;)e.Row.FindControl(&lt;span style="color: rgb(163, 21, 21);"&gt;"lblPrice"&lt;/span&gt;);&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  
&lt;p style="margin: 0in 0in 0pt 0.5in; line-height: normal; mso-layout-grid-align: none;" class="MsoNormal"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;decimal&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: 9.5pt;"&gt;
  price = &lt;span style="color: rgb(43, 145, 175);"&gt;Convert&lt;/span&gt;.ToDecimal(&lt;span style="color: rgb(43, 145, 175);"&gt;DataBinder&lt;/span&gt;.Eval(e.Row.DataItem, &lt;span style="color: rgb(163, 21, 21);"&gt;"UnitPrice"&lt;/span&gt;)) * &lt;span style="color: rgb(43, 145, 175);"&gt;Convert&lt;/span&gt;.ToDecimal(&lt;span style="color: rgb(43, 145, 175);"&gt;DataBinder&lt;/span&gt;.Eval(e.Row.DataItem,
  &lt;span style="color: rgb(163, 21, 21);"&gt;"OrderQty"&lt;/span&gt;));&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  
&lt;p style="margin: 0in 0in 0pt 0.5in; line-height: normal; mso-layout-grid-align: none;" class="MsoNormal"&gt;&lt;span style="font-family: Consolas; font-size: 9.5pt;"&gt;lblPrice.Text
  = price.ToString();&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  
&lt;p style="margin: 0in 0in 0pt 0.5in; line-height: normal; mso-layout-grid-align: none;" class="MsoNormal"&gt;&lt;span style="font-family: Consolas; font-size: 9.5pt;"&gt;total
  += price;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  
&lt;p style="margin: 0in 0in 0pt; line-height: normal; mso-layout-grid-align: none;" class="MsoNormal"&gt;&lt;span style="font-family: Consolas; font-size: 9.5pt;"&gt;&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp;&lt;/span&gt;}&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  
&lt;p style="margin: 0in 0in 0pt; line-height: normal; mso-layout-grid-align: none;" class="MsoNormal"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp;&lt;/span&gt;if&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: 9.5pt;"&gt; (e.Row.RowType == &lt;span style="color: rgb(43, 145, 175);"&gt;DataControlRowType&lt;/span&gt;.Footer)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  
&lt;p style="margin: 0in 0in 0pt; line-height: normal; mso-layout-grid-align: none;" class="MsoNormal"&gt;&lt;span style="font-family: Consolas; font-size: 9.5pt;"&gt;&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp;&lt;/span&gt;{&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  
&lt;p style="margin: 0in 0in 0pt 0.5in; line-height: normal; mso-layout-grid-align: none;" class="MsoNormal"&gt;&lt;span style="color: rgb(43, 145, 175); font-family: Consolas; font-size: 9.5pt;"&gt;Label&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: 9.5pt;"&gt;
  lblTotal = (&lt;span style="color: rgb(43, 145, 175);"&gt;Label&lt;/span&gt;)e.Row.FindControl(&lt;span style="color: rgb(163, 21, 21);"&gt;"lblTotal"&lt;/span&gt;);&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  
&lt;p style="margin: 0in 0in 0pt 0.5in; line-height: normal; mso-layout-grid-align: none;" class="MsoNormal"&gt;&lt;span style="font-family: Consolas; font-size: 9.5pt;"&gt;lblTotal.Text
  = total.ToString();&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  
&lt;p style="margin: 0in 0in 0pt; line-height: normal; mso-layout-grid-align: none;" class="MsoNormal"&gt;&lt;span style="font-family: Consolas; font-size: 9.5pt;"&gt;&lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp;&lt;/span&gt;}&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  
&lt;p style="margin: 0in 0in 0pt; line-height: normal; mso-layout-grid-align: none;" class="MsoNormal"&gt;&lt;span style="font-family: Consolas; font-size: 9.5pt;"&gt;}&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/font&gt;
&lt;p&gt;
&lt;strong&gt;&lt;u&gt;Result:&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="width: 408px; height: 168px;" title="Total in GridView" alt="Total in GridView" src="http://weblogs.asp.net/blogs/jhallal/MyPosts/GridViewTotal.png" width="408" height="168" mce_src="http://weblogs.asp.net/blogs/jhallal/MyPosts/GridViewTotal.png"&gt;&lt;/p&gt;
&lt;br&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8762549" width="1" height="1"&gt;</content><author><name>jhallal</name><uri>http://weblogs.asp.net/members/jhallal.aspx</uri></author><category term="ASP.NET" scheme="http://weblogs.asp.net/jhallal/archive/tags/ASP.NET/default.aspx" /></entry><entry><title>Configure Check-Out Settings - How to avoid multiple checkouts in TFS 2010</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/jhallal/archive/2012/03/19/how-to-avoid-multiple-checkouts-in-tfs-2010-configure-check-out-settings.aspx" /><id>http://weblogs.asp.net/jhallal/archive/2012/03/19/how-to-avoid-multiple-checkouts-in-tfs-2010-configure-check-out-settings.aspx</id><published>2012-03-19T12:23:00Z</published><updated>2012-03-19T12:23:00Z</updated><content type="html">&lt;p&gt;Administrators of Team Foundation version control can configure source control check-out settings to avoid multiple checkouts in a project maintained in TFS 2010. To configure check-out settings, you must have the Edit project-level information set to Allow. &lt;/p&gt;&lt;ul&gt;&lt;li&gt;Make sure you are a Project Administrator&lt;/li&gt;&lt;li&gt;Open Visual Studio 2010&lt;/li&gt;&lt;li&gt;Open &lt;strong&gt;Team Explorer&lt;/strong&gt; and select the team project for which you want to configure check-out settings&lt;/li&gt;&lt;li&gt;Right click on the your project name in &lt;strong&gt;Team Explorer&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;Select &lt;strong&gt;Team Project Settings&lt;/strong&gt;&amp;nbsp;from the sub menu select&amp;nbsp;&lt;strong&gt;Source Control&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;Make sure that “&lt;strong&gt;Enable multiple check-out&lt;/strong&gt;” is unchecked.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;img style="width: 704px; height: 486px;" title="Configure Mutiple Checkout" alt="Configure Mutiple Checkout" align="left" src="http://weblogs.asp.net/blogs/jhallal/MyPosts/EnableMultiCheckOut.png" width="704" height="486" mce_src="http://weblogs.asp.net/blogs/jhallal/MyPosts/EnableMultiCheckOut.png"&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8354462" width="1" height="1"&gt;</content><author><name>jhallal</name><uri>http://weblogs.asp.net/members/jhallal.aspx</uri></author><category term="TFS 2010" scheme="http://weblogs.asp.net/jhallal/archive/tags/TFS+2010/default.aspx" /></entry><entry><title>Check if Point is inside a Polygon using SQL</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/jhallal/archive/2011/12/27/check-if-point-is-inside-a-polygon-using-sql.aspx" /><id>http://weblogs.asp.net/jhallal/archive/2011/12/27/check-if-point-is-inside-a-polygon-using-sql.aspx</id><published>2011-12-27T10:53:00Z</published><updated>2011-12-27T10:53:00Z</updated><content type="html">
&lt;p&gt;&amp;nbsp;Using the geospatial SQL functions you can check if a point (with a given X,Y) is included inside a polygon&lt;/p&gt;

&lt;p&gt;&lt;u&gt;&lt;b&gt;Example:&lt;/b&gt;&lt;/u&gt; &lt;/p&gt;

&lt;div style="background-color:#f2f2f2"&gt;
Declare @point geometry&lt;br&gt;
Declare @polygon geometry&lt;br&gt;
SET @point =  geometry::STGeomFromText('POINT (-88.22 41.50000001)', 4326)&lt;br&gt;
SET @polygon = geometry::STGeomFromText('POLYGON ((-88.2 41.5, -88.2 41.6, -88.3 41.6, -88.3 41.5, -88.2 41.5))', 4326)--124&lt;br&gt;
Select @point.STIntersection(@polygon).ToString() &amp;nbsp;&lt;br&gt;
&lt;/div&gt;

&lt;p&gt;&lt;u&gt;&lt;b&gt;Result:&lt;/b&gt;&lt;/u&gt; &lt;br&gt;&lt;/p&gt;

&lt;p style="background-color:#f2f2f2"&gt;
POINT (-88.220000000670552 41.500000009313226) &amp;nbsp;&lt;br&gt;
&lt;/p&gt;

&lt;p&gt;&lt;b&gt;
&lt;u&gt;References:&lt;/u&gt;&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://weblogs.asp.net/jhallal/archive/2011/12/27/geospatial-data-in-sql-server-2008.aspx" target="_blank" mce_href="http://weblogs.asp.net/jhallal/archive/2011/12/27/geospatial-data-in-sql-server-2008.aspx"&gt;http://weblogs.asp.net/jhallal/archive/2011/12/27/geospatial-data-in-sql-server-2008.aspx&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8179878" width="1" height="1"&gt;</content><author><name>jhallal</name><uri>http://weblogs.asp.net/members/jhallal.aspx</uri></author><category term="Geospatial" scheme="http://weblogs.asp.net/jhallal/archive/tags/Geospatial/default.aspx" /><category term="SQL" scheme="http://weblogs.asp.net/jhallal/archive/tags/SQL/default.aspx" /></entry><entry><title>Geospatial Data in SQL Server 2008</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/jhallal/archive/2011/12/27/geospatial-data-in-sql-server-2008.aspx" /><id>http://weblogs.asp.net/jhallal/archive/2011/12/27/geospatial-data-in-sql-server-2008.aspx</id><published>2011-12-27T06:43:00Z</published><updated>2011-12-27T06:43:00Z</updated><content type="html">&lt;p&gt;&amp;nbsp;&lt;span style="font-weight: bold; text-decoration: underline;"&gt;Introduction&lt;/span&gt; &lt;br&gt;&lt;/p&gt;

&lt;p&gt;The spatial data type in SQL server 2008 allow you to store geospatial data which deals with the location of a point, line polygon... in a three dimensional space.&lt;br&gt;&lt;br&gt;SQL Server 2008 supports two spatial data types:&lt;br&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;b&gt;Geometry &lt;/b&gt;: Stores data in projected planar surfaces&lt;/li&gt;

&lt;li&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;b&gt;Geography &lt;/b&gt;: Stores data in an ellipsoidal model&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&amp;nbsp;&lt;span style="font-weight: bold; text-decoration: underline;"&gt;Spatial Data Types&lt;/span&gt; &lt;br&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Point&lt;/b&gt;: Discrete location on the surface of the planet, represented by an x-y coordinate pair and may additionally have an elevation Z and a measure M.&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote style="margin-left: 40px;"&gt;&lt;img src="http://weblogs.asp.net/blogs/jhallal/Geospatial/Point.JPG" title="point" alt="point" mce_src="http://weblogs.asp.net/blogs/jhallal/Geospatial/Point.JPG" height="120" width="111" align="middle" border="1"&gt;&lt;br&gt;&lt;/blockquote&gt;

&lt;ul&gt;
&lt;li&gt;&lt;b&gt;LineString&lt;/b&gt;: A LineString is a collection of points. However this differs from the Multipoint object, as the points are in sequence and the LineString object also represents the line segments connecting the points.&lt;/li&gt;
&lt;/ul&gt;
&lt;div style="margin-left: 40px;"&gt;&lt;img src="http://weblogs.asp.net/blogs/jhallal/Geospatial/linestring.JPG" title="linestring" alt="linestring" mce_src="http://weblogs.asp.net/blogs/jhallal/Geospatial/linestring.JPG" height="120" width="111" border="1"&gt;&lt;br&gt;&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;MultiLineString&lt;/b&gt;: A MultiLineString is simply a collection of LineStrings.&lt;/li&gt;
&lt;/ul&gt;
&lt;div style="margin-left: 40px;"&gt;&lt;img src="http://weblogs.asp.net/blogs/jhallal/Geospatial/MultiLineString.JPG" title="MultiLineString.jpg" alt="MultiLineString.jpg" mce_src="http://weblogs.asp.net/blogs/jhallal/Geospatial/MultiLineString.JPG" height="120" width="111" border="1"&gt;&lt;br&gt;&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Polygon&lt;/b&gt;: A Polygon is a collection of points representing a two dimensional surface. A Polygon may consist of a exterior ring and a number of interior rings. For a Polygon object to be a valid instance the interior rings cannot cross one another.&lt;/li&gt;
&lt;/ul&gt;
&lt;div style="margin-left: 40px;"&gt;&lt;img src="http://weblogs.asp.net/blogs/jhallal/Geospatial/Polygon.JPG" title="Polygon" alt="Polygon" mce_src="http://weblogs.asp.net/blogs/jhallal/Geospatial/Polygon.JPG" height="120" width="111" border="1"&gt;&lt;br&gt;&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;MultiPolygon&lt;/b&gt;: A MultiPolygon is a collection of Polygons.&lt;/li&gt;
&lt;/ul&gt;
&lt;div style="margin-left: 40px;"&gt;&lt;img src="http://weblogs.asp.net/blogs/jhallal/Geospatial/MultiPolygon.JPG" title="MultiPolygon" alt="MultiPolygon" mce_src="http://weblogs.asp.net/blogs/jhallal/Geospatial/MultiPolygon.JPG" height="120" width="111" border="1"&gt;&lt;br&gt;&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;GeometryCollection&lt;/b&gt;: A GeometryCollection is a collection of geometry (or geography) objects.&lt;/li&gt;
&lt;/ul&gt;
&lt;div style="margin-left: 40px;"&gt;&lt;img src="http://weblogs.asp.net/blogs/jhallal/Geospatial/GeometryCollection.JPG" title="GeometryCollection" alt="GeometryCollection" mce_src="http://weblogs.asp.net/blogs/jhallal/Geospatial/GeometryCollection.JPG" height="120" width="111" border="1"&gt;&lt;br&gt;&lt;/div&gt;
&lt;p&gt;&lt;span style="font-weight: bold; text-decoration: underline;"&gt;Geospatial SQL functions&lt;/span&gt;&lt;br&gt;&lt;br&gt;&lt;span style="font-weight: bold;"&gt;STRelate&lt;/span&gt;: The following example uses STRelate() to test two geometry instances for spatial disjoint using an explicit DE-9IM pattern.&lt;br&gt;&lt;/p&gt;
&lt;div style="margin-left: 40px;margin-right: 100px;background-color:#f2f2f2"&gt;DECLARE @g geometry;&lt;br&gt;DECLARE @h geometry;&lt;br&gt;SET @g = geometry::STGeomFromText('LINESTRING(0 2, 2 0, 4 2)', 0);&lt;br&gt;SET @h = geometry::STGeomFromText('POINT(5 5)', 0);&lt;br&gt;SELECT @g.STRelate(@h, 'FF*FF****');&lt;br&gt;&lt;/div&gt;
&lt;p&gt;&lt;span style="font-weight: bold;"&gt;STDisjoint&lt;/span&gt;: The following example uses STDisjoint() to test two geometry instances for spatial disjoint.&lt;br&gt;&lt;/p&gt;
&lt;div style="margin-left: 40px;margin-right: 100px;background-color:#f2f2f2"&gt;DECLARE @g geometry;&lt;br&gt;DECLARE @h geometry;&lt;br&gt;SET @g = geometry::STGeomFromText('LINESTRING(0 2, 2 0, 4 2)', 0);&lt;br&gt;SET @h = geometry::STGeomFromText('POINT(1 1)', 0);&lt;br&gt;SELECT @g.STDisjoint(@h);&lt;br&gt;&lt;/div&gt;
&lt;p&gt;&lt;span style="font-weight: bold;"&gt;STIntersects&lt;/span&gt;: The following example uses STIntersects() to determine if two geometry instances intersect each other.&lt;br&gt;&lt;/p&gt;
&lt;div style="margin-left: 40px;margin-right: 100px;background-color:#f2f2f2"&gt;DECLARE @g geometry;&lt;br&gt;DECLARE @h geometry;&lt;br&gt;SET @g = geometry::STGeomFromText('LINESTRING(0 2, 2 0, 4 2)', 0);&lt;br&gt;SET @h = geometry::STGeomFromText('POINT(1 1)', 0);&lt;br&gt;SELECT @g.STIntersects(@h);&lt;br&gt;&lt;/div&gt;
&lt;p&gt;&lt;span style="font-weight: bold;"&gt;STTouches&lt;/span&gt;: The following example uses STTouches() to test two geometry instances to see if they touch.&lt;br&gt;&lt;/p&gt;
&lt;div style="margin-left: 40px;margin-right: 100px;background-color:#f2f2f2"&gt;DECLARE @g geometry;&lt;br&gt;DECLARE @h geometry;&lt;br&gt;SET @g = geometry::STGeomFromText('LINESTRING(0 2, 2 0, 4 2)', 0);&lt;br&gt;SET @h = geometry::STGeomFromText('POINT(1 1)', 0);&lt;br&gt;SELECT @g.STTouches(@h);&lt;br&gt;&lt;/div&gt;
&lt;p&gt;&lt;span style="font-weight: bold;"&gt;STCrosses&lt;/span&gt;: The following example uses STCrosses() to test two geometry instances to see if they cross.&lt;br&gt;&lt;/p&gt;
&lt;div style="margin-left: 40px;margin-right: 100px;background-color:#f2f2f2"&gt;DECLARE @g geometry;&lt;br&gt;DECLARE @h geometry;&lt;br&gt;SET @g = geometry::STGeomFromText('LINESTRING(0 2, 2 0)', 0);&lt;br&gt;SET @h = geometry::STGeomFromText('LINESTRING(0 0, 2 2)', 0);&lt;br&gt;SELECT @g.STCrosses(@h);&lt;br&gt;&lt;/div&gt;
&lt;p&gt;&lt;span style="font-weight: bold;"&gt;STWithin&lt;/span&gt;: The following example uses STWithin() to test two geometry instances to see if the first instance is completely within the second instance.&lt;br&gt;&lt;/p&gt;
&lt;div style="margin-left: 40px;margin-right: 100px;background-color:#f2f2f2"&gt;DECLARE @g geometry;&lt;br&gt;DECLARE @h geometry;&lt;br&gt;SET @g = geometry::STGeomFromText('POLYGON((0 0, 2 0, 2 2, 0 2, 0 0))', 0);&lt;br&gt;SET @h = geometry::STGeomFromText('POLYGON((1 1, 3 1, 3 3, 1 3, 1 1))', 0);&lt;br&gt;SELECT @g.STWithin(@h);&lt;br&gt;&lt;/div&gt;
&lt;p&gt;&lt;span style="font-weight: bold;"&gt;STContains&lt;/span&gt;: The following example uses STContains() to test two geometry instances to see if the first instance contains the second instance.&lt;br&gt;&lt;/p&gt;
&lt;div style="margin-left: 40px;margin-right: 100px;background-color:#f2f2f2"&gt;DECLARE @g geometry;&lt;br&gt;DECLARE @h geometry;&lt;br&gt;SET @g = geometry::STGeomFromText('POLYGON((0 0, 2 0, 2 2, 0 2, 0 0))', 0);&lt;br&gt;SET @h = geometry::STGeomFromText('POINT(1 1)', 0);&lt;br&gt;SELECT @g.STContains(@h);&lt;br&gt;&lt;/div&gt;
&lt;p&gt;&lt;span style="font-weight: bold;"&gt;STOverlaps&lt;/span&gt;: The following example uses STOverlaps() to test two geometry instances for overlap.&lt;br&gt;&lt;/p&gt;
&lt;div style="margin-left: 40px;margin-right: 100px;background-color:#f2f2f2"&gt;DECLARE @g geometry;&lt;br&gt;DECLARE @h geometry;&lt;br&gt;SET @g = geometry::STGeomFromText('POLYGON((0 0, 2 0, 2 2, 0 2, 0 0))', 0);&lt;br&gt;SET @h = geometry::STGeomFromText('POLYGON((1 1, 3 1, 3 3, 1 3, 1 1))', 0);&lt;br&gt;SELECT @g.STOverlaps(@h);&lt;br&gt;&lt;/div&gt;
&lt;p&gt;&lt;span style="font-weight: bold;"&gt;STBuffer&lt;/span&gt;: The following example creates a LineString geography instance. It then uses STBuffer() to return the region within 1 meter of the instance.&lt;br&gt;&lt;/p&gt;
&lt;div style="margin-left: 40px;margin-right: 100px;background-color:#f2f2f2"&gt;DECLARE @g geography;&lt;br&gt;SET @g = geography::STGeomFromText('LINESTRING(-122.360 47.656, -122.343 47.656)', 4326);&lt;br&gt;SELECT @g.STBuffer(1).ToString();&lt;br&gt;&lt;/div&gt;
&lt;p&gt;&lt;span style="font-weight: bold;"&gt;STConvexHull&lt;/span&gt;: The following example uses STConvexHull() to find the convex hull of a non-convex Polygon geometry instance.&lt;br&gt;&lt;/p&gt;
&lt;div style="margin-left: 40px;margin-right: 100px;background-color:#f2f2f2"&gt;DECLARE @g geometry;&lt;br&gt;SET @g = geometry::STGeomFromText('POLYGON((0 0, 0 2, 1 1, 2 2, 2 0, 0 0))', 0);&lt;br&gt;SELECT @g.STConvexHull().ToString();&lt;br&gt;&lt;/div&gt;
&lt;p&gt;&lt;span style="font-weight: bold;"&gt;STIntersection&lt;/span&gt;: The following example uses STIntersection() to compute the intersection of two polygons.&lt;br&gt;&lt;/p&gt;
&lt;div style="margin-left: 40px;margin-right: 100px;background-color:#f2f2f2"&gt;DECLARE @g geometry;&lt;br&gt;DECLARE @h geometry;&lt;br&gt;SET @g = geometry::STGeomFromText('POLYGON((0 0, 0 2, 2 2, 2 0, 0 0))', 0);&lt;br&gt;SET @h = geometry::STGeomFromText('POLYGON((1 1, 3 1, 3 3, 1 3, 1 1))', 0);&lt;br&gt;SELECT @g.STIntersection(@h).ToString();&lt;br&gt;&lt;/div&gt;
&lt;p&gt;&lt;span style="font-weight: bold;"&gt;STUnion&lt;/span&gt;: The following example uses STUnion() to compute the union of two Polygon instances.&lt;br&gt;&lt;/p&gt;
&lt;div style="margin-left: 40px;margin-right: 100px;background-color:#f2f2f2"&gt;DECLARE @g geometry;&lt;br&gt;DECLARE @h geometry;&lt;br&gt;SET @g = geometry::STGeomFromText('POLYGON((0 0, 0 2, 2 2, 2 0, 0 0))', 0);&lt;br&gt;SET @h = geometry::STGeomFromText('POLYGON((1 1, 3 1, 3 3, 1 3, 1 1))', 0);&lt;br&gt;SELECT @g.STUnion(@h).ToString();&lt;br&gt;&lt;/div&gt;
&lt;p&gt;&lt;span style="font-weight: bold;"&gt;STGeomFromText&lt;/span&gt;: The following example uses STGeomeFromText() to create a geometry instance.&lt;br&gt;&lt;/p&gt;
&lt;div style="margin-left: 40px;margin-right: 100px;background-color:#f2f2f2"&gt;DECLARE @g geometry;&lt;br&gt;SET @g = geometry::STGeomFromText('LINESTRING (100 100, 20 180, 180 180)', 0);&lt;br&gt;SELECT @g.ToString();&lt;br&gt;&lt;br&gt;&lt;/div&gt;
&lt;p&gt;&lt;span style="font-weight: bold;"&gt;STPointFromText&lt;/span&gt;: The following example uses STPointFromText() to create a geography instance.&lt;br&gt;&lt;/p&gt;
&lt;div style="margin-left: 40px;margin-right: 100px;background-color:#f2f2f2"&gt;DECLARE @g geography;&lt;br&gt;SET @g = geography::STPointFromText('POINT(-122.34900 47.65100)', 4326);&lt;br&gt;SELECT @g.ToString();&lt;br&gt;&lt;/div&gt;
&lt;p&gt;&lt;span style="font-weight: bold;"&gt;STLineFromText&lt;/span&gt;: The following example uses STLineFromText() to create a geometry instance.&lt;br&gt;&lt;/p&gt;
&lt;div style="margin-left: 40px;margin-right: 100px;background-color:#f2f2f2"&gt;DECLARE @g geometry;&lt;br&gt;SET @g = geometry::STLineFromText('LINESTRING (100 100, 200 200)', 0);&lt;br&gt;SELECT @g.ToString();&lt;br&gt;&lt;/div&gt;
&lt;p&gt;&lt;span style="font-weight: bold;"&gt;STPolyFromText&lt;/span&gt;: The following example uses STPolyFromText() to create a geometry instance.&lt;br&gt;&lt;/p&gt;
&lt;div style="margin-left: 40px;margin-right: 100px;background-color:#f2f2f2"&gt;DECLARE @g geometry; &lt;br&gt;SET @g = geometry::STPolyFromText('POLYGON ((5 5, 10 5, 10 10, 5 5))', 0);&lt;br&gt;SELECT @g.ToString();&lt;br&gt;&lt;/div&gt;
&lt;p style="text-decoration: underline;"&gt;&lt;span style="font-weight: bold;"&gt;References&lt;/span&gt;:&lt;/p&gt;

&lt;p&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/bb933876.aspx%20%20" target="_blank" mce_href="http://msdn.microsoft.com/en-us/library/bb933876.aspx  "&gt;http://msdn.microsoft.com/en-us/library/bb933876.aspx&amp;nbsp; &lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8179835" width="1" height="1"&gt;</content><author><name>jhallal</name><uri>http://weblogs.asp.net/members/jhallal.aspx</uri></author><category term="Geospatial" scheme="http://weblogs.asp.net/jhallal/archive/tags/Geospatial/default.aspx" /><category term="SQL" scheme="http://weblogs.asp.net/jhallal/archive/tags/SQL/default.aspx" /></entry><entry><title>jQuery Selectors</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/jhallal/archive/2011/12/23/jquery-selectors-summary.aspx" /><id>http://weblogs.asp.net/jhallal/archive/2011/12/23/jquery-selectors-summary.aspx</id><published>2011-12-23T12:45:00Z</published><updated>2011-12-23T12:45:00Z</updated><content type="html">&lt;div class="Section1"&gt;

&lt;p class="MsoNormal" style="text-align: left;" align="left"&gt;&lt;span style="font-size: 11pt; line-height: 120%; font-family: 'Calibri','sans-serif'; color: windowtext;"&gt;jquery selectors are the most important
aspects of the jquery Library. On top of standard CSS selectors jquery
introduces some custom selectors that makes your code even more simpler and
easier to read. Below is a summary table of the jquery selectors&lt;br&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;table class="MsoNormalTable" style="" border="0" cellpadding="0"&gt;&lt;tbody&gt;&lt;tr style="mso-yfti-irow:0;mso-yfti-firstrow:yes"&gt;&lt;td style="background:#0070C0;padding:.75pt .75pt .75pt .75pt"&gt;&lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;b&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:white;mso-themecolor:background1"&gt;Selector&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#0070C0;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;b&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:white;mso-themecolor:background1"&gt;Example&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#0070C0;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;b&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:white;mso-themecolor:background1"&gt;Selects&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr style="mso-yfti-irow:1"&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;*&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;$("*")&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;All elements&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr style="mso-yfti-irow:2"&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;&lt;span style="color:windowtext;
  text-decoration:none;text-underline:none"&gt;#id&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;$("#lastname")&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;The element with id=lastname&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr style="mso-yfti-irow:3"&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;&lt;span style="color:windowtext;
  text-decoration:none;text-underline:none"&gt;.class&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;$(".intro")&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;All elements with class="intro"&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr style="mso-yfti-irow:4"&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;&lt;span style="color:windowtext;text-decoration:none;text-underline:none"&gt;element&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;$("p")&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;All p elements&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr style="mso-yfti-irow:5"&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;.class.class&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;$(".intro.demo")&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;All elements with the classes
  "intro" and "demo"&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr style="mso-yfti-irow:6"&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr style="mso-yfti-irow:7"&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;&lt;span style="color:windowtext;
  text-decoration:none;text-underline:none"&gt;:first&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;$("p:first")&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;The first p element&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr style="mso-yfti-irow:8"&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;&lt;span style="color:windowtext;
  text-decoration:none;text-underline:none"&gt;:last&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;$("p:last")&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;The last p element&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr style="mso-yfti-irow:9"&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;&lt;span style="color:windowtext;
  text-decoration:none;text-underline:none"&gt;:even&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;$("tr:even")&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;All even tr elements&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr style="mso-yfti-irow:10"&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;&lt;span style="color:windowtext;
  text-decoration:none;text-underline:none"&gt;:odd&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;$("tr:odd")&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;All odd tr elements&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr style="mso-yfti-irow:11"&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr style="mso-yfti-irow:12"&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;&lt;span style="color:windowtext;
  text-decoration:none;text-underline:none"&gt;:eq(index)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;$("ul li:eq(3)")&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;The fourth element in a list (index
  starts at 0)&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr style="mso-yfti-irow:13"&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;&lt;span style="color:windowtext;
  text-decoration:none;text-underline:none"&gt;:gt(no)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;$("ul li:gt(3)")&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;List elements with an index greater than
  3&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr style="mso-yfti-irow:14"&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;&lt;span style="color:windowtext;
  text-decoration:none;text-underline:none"&gt;:lt(no)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;$("ul li:lt(3)")&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;List elements with an index less than 3&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr style="mso-yfti-irow:15"&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;&lt;span style="color:windowtext;
  text-decoration:none;text-underline:none"&gt;:not(selector)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;$("input:not(:empty)")&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;All input elements that are not empty&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr style="mso-yfti-irow:16"&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr style="mso-yfti-irow:17"&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;&lt;span style="color:
  windowtext;text-decoration:none;text-underline:none"&gt;:header&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;$(":header")&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;All header elements h1, h2 ...&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr style="mso-yfti-irow:18"&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;&lt;span style="color:windowtext;text-decoration:none;text-underline:none"&gt;:animated&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;$(":animated")&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;All animated elements&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr style="mso-yfti-irow:19"&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr style="mso-yfti-irow:20"&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;&lt;span style="color:windowtext;text-decoration:none;text-underline:none"&gt;:contains(text)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;$(":contains('W3Schools')")&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;All elements which contains the text&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr style="mso-yfti-irow:21"&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;&lt;span style="color:windowtext;
  text-decoration:none;text-underline:none"&gt;:empty&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;$(":empty")&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;All elements with no child (elements)
  nodes&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr style="mso-yfti-irow:22"&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;:hidden&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;$("p:hidden")&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;All hidden p elements&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr style="mso-yfti-irow:23"&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;&lt;span style="color:windowtext;text-decoration:none;text-underline:none"&gt;:visible&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;$("table:visible")&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;All visible tables&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr style="mso-yfti-irow:24"&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr style="mso-yfti-irow:25"&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;s1,s2,s3&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;$("th,td,.intro")&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;All elements with matching selectors&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr style="mso-yfti-irow:26"&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr style="mso-yfti-irow:27"&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;&lt;span style="color:windowtext;text-decoration:none;text-underline:none"&gt;[attribute]&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;$("[href]")&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;All elements with a href attribute&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr style="mso-yfti-irow:28"&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;&lt;span style="color:windowtext;text-decoration:none;text-underline:none"&gt;[attribute=value]&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;$("[href='default.htm']")&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;All elements with a href attribute value
  equal to "default.htm"&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr style="mso-yfti-irow:29"&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;&lt;span style="color:windowtext;text-decoration:none;text-underline:none"&gt;[attribute!=value]&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;$("[href!='default.htm']")&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;All elements with a href attribute value
  not equal to "default.htm"&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr style="mso-yfti-irow:30"&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;&lt;span style="color:windowtext;text-decoration:none;text-underline:none"&gt;[attribute$=value]&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;$("[href$='.jpg']")&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;All elements with a href attribute value
  ending with ".jpg"&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr style="mso-yfti-irow:31"&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr style="mso-yfti-irow:32"&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;&lt;span style="color:windowtext;
  text-decoration:none;text-underline:none"&gt;:input&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;$(":input")&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;All input elements&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr style="mso-yfti-irow:33"&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;&lt;span style="color:windowtext;text-decoration:none;text-underline:none"&gt;:text&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;$(":text")&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;All input elements with
  type="text"&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr style="mso-yfti-irow:34"&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;&lt;span style="color:windowtext;text-decoration:none;text-underline:none"&gt;:password&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;$(":password")&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;All input elements with
  type="password"&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr style="mso-yfti-irow:35"&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;&lt;span style="color:windowtext;text-decoration:none;text-underline:none"&gt;:radio&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;$(":radio")&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;All input elements with
  type="radio"&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr style="mso-yfti-irow:36"&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;&lt;span style="color:windowtext;text-decoration:none;text-underline:none"&gt;:checkbox&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;$(":checkbox")&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;All input elements with
  type="checkbox"&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr style="mso-yfti-irow:37"&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;&lt;span style="color:windowtext;text-decoration:none;text-underline:none"&gt;:submit&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;$(":submit")&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;All input elements with
  type="submit"&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr style="mso-yfti-irow:38"&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;&lt;span style="color:windowtext;text-decoration:none;text-underline:none"&gt;:reset&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;$(":reset")&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;All input elements with
  type="reset"&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr style="mso-yfti-irow:39"&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;&lt;span style="color:windowtext;text-decoration:none;text-underline:none"&gt;:button&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;$(":button")&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;All input elements with
  type="button"&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr style="mso-yfti-irow:40"&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;&lt;span style="color:windowtext;text-decoration:none;text-underline:none"&gt;:image&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;$(":image")&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;All input elements with
  type="image"&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr style="mso-yfti-irow:41"&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;&lt;span style="color:windowtext;text-decoration:none;text-underline:none"&gt;:file&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;$(":file")&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;All input elements with
  type="file"&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr style="mso-yfti-irow:42"&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr style="mso-yfti-irow:43"&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;&lt;span style="color:windowtext;text-decoration:none;text-underline:none"&gt;:enabled&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;$(":enabled")&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;All enabled input elements&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr style="mso-yfti-irow:44"&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;&lt;span style="color:windowtext;text-decoration:none;text-underline:none"&gt;:disabled&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;$(":disabled")&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;All disabled input elements&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr style="mso-yfti-irow:45"&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;&lt;span style="color:windowtext;text-decoration:none;text-underline:none"&gt;:selected&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;$(":selected")&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;All selected input elements&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr style="mso-yfti-irow:46;mso-yfti-lastrow:yes"&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;&lt;span style="color:windowtext;text-decoration:none;text-underline:none"&gt;:checked&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;$(":checked")&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="background:#E0E3E4;mso-background-themecolor:background2;
  mso-background-themetint:51;padding:.75pt .75pt .75pt .75pt"&gt;
  &lt;p class="MsoNormal" style="text-align:left;line-height:normal" align="left"&gt;&lt;span style="font-size:11.0pt;font-family:'Calibri','sans-serif';mso-fareast-font-family:
  'Times New Roman';color:windowtext"&gt;All checked input elements&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;

&lt;p&gt;&lt;u&gt;&lt;b&gt;References : &lt;/b&gt;&lt;/u&gt;&lt;/p&gt;&lt;p&gt;http://codylindley.com/jqueryselectors/&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8158801" width="1" height="1"&gt;</content><author><name>jhallal</name><uri>http://weblogs.asp.net/members/jhallal.aspx</uri></author><category term="jQuery" scheme="http://weblogs.asp.net/jhallal/archive/tags/jQuery/default.aspx" /></entry><entry><title>Hide the console window in "C# Console Application"</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/jhallal/archive/2011/11/10/hide-the-console-window-in-quot-c-console-application-quot.aspx" /><id>http://weblogs.asp.net/jhallal/archive/2011/11/10/hide-the-console-window-in-quot-c-console-application-quot.aspx</id><published>2011-11-10T11:01:00Z</published><updated>2011-11-10T11:01:00Z</updated><content type="html">&lt;p&gt;To hide the console window right click the project -&amp;gt; Properties -&amp;gt; Application in Visual Studio , under Output type select "Windows Application" &lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;img src="http://weblogs.asp.net/blogs/jhallal/MyPosts/hideconsole.png" mce_src="http://weblogs.asp.net/blogs/jhallal/MyPosts/hideconsole.png" width="779" align="middle" height="495"&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8043995" width="1" height="1"&gt;</content><author><name>jhallal</name><uri>http://weblogs.asp.net/members/jhallal.aspx</uri></author><category term="General Software Development" scheme="http://weblogs.asp.net/jhallal/archive/tags/General+Software+Development/default.aspx" /><category term="Windows Forms" scheme="http://weblogs.asp.net/jhallal/archive/tags/Windows+Forms/default.aspx" /><category term=".NET" scheme="http://weblogs.asp.net/jhallal/archive/tags/.NET/default.aspx" /></entry><entry><title>jQuery 101 – The Basics</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/jhallal/archive/2011/07/16/jquery-101-the-basics.aspx" /><id>http://weblogs.asp.net/jhallal/archive/2011/07/16/jquery-101-the-basics.aspx</id><published>2011-07-16T09:35:00Z</published><updated>2011-07-16T09:35:00Z</updated><content type="html">&lt;p&gt;&lt;b&gt;What you should already know&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Before you start using jQuery, you should have a basic knowledge of:&lt;br&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;HTML&lt;/li&gt;&lt;li&gt;CSS&lt;/li&gt;&lt;li&gt;JavaScript&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;br&gt;&lt;b&gt;What is jQuery?&lt;/b&gt;&lt;br&gt;&lt;br&gt;jQuery is a lightweight cross-browser JavaScript library designed to simplify the client-side scripting of HTML. It was released in January 2006 at BarCamp NYC by John Resig. jQuery simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages.&lt;/p&gt;&lt;p&gt;&lt;b&gt;jQuery usage&lt;/b&gt; &lt;/p&gt;&lt;p&gt;&lt;img src="http://weblogs.asp.net/blogs/jhallal/MyPosts/jquery-Statistics.png" mce_src="http://weblogs.asp.net/blogs/jhallal/MyPosts/jquery-Statistics.png" height="334" width="594"&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;This chart represents jQuery web usage queried by &lt;a href="http://trends.builtwith.com/javascript/JQuery" mce_href="http://trends.builtwith.com/javascript/JQuery"&gt;BuiltWith &lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-weight: bold;"&gt;Why using jQuery?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;The best added value for jQuery is the effects you can accomplish, with less code than what it would take with JavaScript.&amp;nbsp; jQuery is important because it includes the following features:&lt;br&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;HTML element selections&lt;/li&gt;&lt;li&gt;HTML element manipulation&lt;/li&gt;&lt;li&gt;HTML event functions&lt;/li&gt;&lt;li&gt;HTML DOM traversal and modification&lt;/li&gt;&lt;li&gt;Works with AJAX&lt;/li&gt;&lt;li&gt;CSS manipulation&lt;/li&gt;&lt;li&gt;JavaScript effects and animations&amp;nbsp; &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;span style="font-weight: bold;"&gt;The downloadable library&lt;/span&gt;&lt;br&gt;&lt;br&gt;You can download the jQuery file from the jQuery official website :  &lt;a href="http://www.jquery.com" mce_href="http://www.jquery.com"&gt;http://www.jquery.com&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-weight: bold;"&gt;Getting started with jQuery&lt;/span&gt;&lt;/p&gt;&lt;p&gt;The jQuery library is a single js file and it can be included within your web page by adding the following markup:&lt;br&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;w:WordDocument&gt;
  &lt;w:View&gt;Normal&lt;/w:View&gt;
  &lt;w:Zoom&gt;0&lt;/w:Zoom&gt;
  &lt;w:TrackMoves/&gt;
  &lt;w:TrackFormatting/&gt;
  &lt;w:PunctuationKerning/&gt;
  &lt;w:ValidateAgainstSchemas/&gt;
  &lt;w:SaveIfXMLInvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;
  &lt;w:IgnoreMixedContent&gt;false&lt;/w:IgnoreMixedContent&gt;
  &lt;w:AlwaysShowPlaceholderText&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;
  &lt;w:DoNotPromoteQF/&gt;
  &lt;w:LidThemeOther&gt;EN-US&lt;/w:LidThemeOther&gt;
  &lt;w:LidThemeAsian&gt;X-NONE&lt;/w:LidThemeAsian&gt;
  &lt;w:LidThemeComplexScript&gt;X-NONE&lt;/w:LidThemeComplexScript&gt;
  &lt;w:Compatibility&gt;
   &lt;w:BreakWrappedTables/&gt;
   &lt;w:SnapToGridInCell/&gt;
   &lt;w:WrapTextWithPunct/&gt;
   &lt;w:UseAsianBreakRules/&gt;
   &lt;w:DontGrowAutofit/&gt;
   &lt;w:SplitPgBreakAndParaMark/&gt;
   &lt;w:DontVertAlignCellWithSp/&gt;
   &lt;w:DontBreakConstrainedForcedTables/&gt;
   &lt;w:DontVertAlignInTxbx/&gt;
   &lt;w:Word11KerningPairs/&gt;
   &lt;w:CachedColBalance/&gt;
   &lt;w:UseFELayout/&gt;
  &lt;/w:Compatibility&gt;
  &lt;m:mathPr&gt;
   &lt;m:mathFont m:val="Cambria Math"/&gt;
   &lt;m:brkBin m:val="before"/&gt;
   &lt;m:brkBinSub m:val="--"/&gt;
   &lt;m:smallFrac m:val="off"/&gt;
   &lt;m:dispDef/&gt;
   &lt;m:lMargin m:val="0"/&gt;
   &lt;m:rMargin m:val="0"/&gt;
   &lt;m:defJc m:val="centerGroup"/&gt;
   &lt;m:wrapIndent m:val="1440"/&gt;
   &lt;m:intLim m:val="subSup"/&gt;
   &lt;m:naryLim m:val="undOvr"/&gt;
  &lt;/m:mathPr&gt;&lt;/w:WordDocument&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"
  DefSemiHidden="true" DefQFormat="false" DefPriority="99"
  LatentStyleCount="267"&gt;
  &lt;w:LsdException Locked="false" Priority="0" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Normal"/&gt;
  &lt;w:LsdException Locked="false" Priority="9" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="heading 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7"/&gt;
  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8"/&gt;
  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9"/&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 7"/&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 8"/&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 9"/&gt;
  &lt;w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption"/&gt;
  &lt;w:LsdException Locked="false" Priority="10" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Title"/&gt;
  &lt;w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font"/&gt;
  &lt;w:LsdException Locked="false" Priority="11" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Subtitle"/&gt;
  &lt;w:LsdException Locked="false" Priority="22" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Strong"/&gt;
  &lt;w:LsdException Locked="false" Priority="20" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Emphasis"/&gt;
  &lt;w:LsdException Locked="false" Priority="59" SemiHidden="false"
   UnhideWhenUsed="false" Name="Table Grid"/&gt;
  &lt;w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text"/&gt;
  &lt;w:LsdException Locked="false" Priority="1" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="No Spacing"/&gt;
  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading"/&gt;
  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List"/&gt;
  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid"/&gt;
  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List"/&gt;
  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading"/&gt;
  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List"/&gt;
  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid"/&gt;
  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 1"/&gt;
  &lt;w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision"/&gt;
  &lt;w:LsdException Locked="false" Priority="34" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="List Paragraph"/&gt;
  &lt;w:LsdException Locked="false" Priority="29" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Quote"/&gt;
  &lt;w:LsdException Locked="false" Priority="30" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Intense Quote"/&gt;
  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="19" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis"/&gt;
  &lt;w:LsdException Locked="false" Priority="21" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis"/&gt;
  &lt;w:LsdException Locked="false" Priority="31" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference"/&gt;
  &lt;w:LsdException Locked="false" Priority="32" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Intense Reference"/&gt;
  &lt;w:LsdException Locked="false" Priority="33" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Book Title"/&gt;
  &lt;w:LsdException Locked="false" Priority="37" Name="Bibliography"/&gt;
  &lt;w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading"/&gt;
 &lt;/w:LatentStyles&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 10]&gt;
&lt;style&gt;
 /* Style Definitions */
 table.MsoNormalTable
	{mso-style-name:"Table Normal";
	mso-tstyle-rowband-size:0;
	mso-tstyle-colband-size:0;
	mso-style-noshow:yes;
	mso-style-priority:99;
	mso-style-qformat:yes;
	mso-style-parent:"";
	mso-padding-alt:0in 5.4pt 0in 5.4pt;
	mso-para-margin-top:0in;
	mso-para-margin-right:0in;
	mso-para-margin-bottom:10.0pt;
	mso-para-margin-left:0in;
	line-height:115%;
	mso-pagination:widow-orphan;
	font-size:11.0pt;
	font-family:"Calibri","sans-serif";
	mso-ascii-font-family:Calibri;
	mso-ascii-theme-font:minor-latin;
	mso-hansi-font-family:Calibri;
	mso-hansi-theme-font:minor-latin;
	mso-bidi-font-family:"Times New Roman";
	mso-bidi-theme-font:minor-bidi;}
&lt;/style&gt;
&lt;![endif]--&gt;&lt;span style="font-size: 9.5pt; line-height: 115%; font-family: 'Calibri','sans-serif'; color: blue;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 9.5pt; line-height: 115%; font-family: 'Calibri','sans-serif'; color: blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-size: 9.5pt; line-height: 115%; font-family: 'Calibri','sans-serif'; color: maroon;"&gt;script&lt;/span&gt;&lt;span style="font-size: 9.5pt; line-height: 115%; font-family: 'Calibri','sans-serif';"&gt; &lt;span style="color: red;"&gt;type&lt;/span&gt;&lt;span style="color: blue;"&gt;="text/javascript"&lt;/span&gt;
&lt;span style="color: red;"&gt;language&lt;/span&gt;&lt;span style="color: blue;"&gt;="Javascript"&lt;/span&gt;
&lt;span style="color: red;"&gt;src&lt;/span&gt;&lt;span style="color: blue;"&gt;="jQuery file
path"&amp;gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: maroon;"&gt;script&lt;/span&gt;&lt;span style="color: blue;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;This markup should be added inside the head tag (&amp;lt;head&amp;gt;&amp;lt;/head&amp;gt;) of your web page and the src should point to the path of your jQuery file. In case you have added the jQuery reference in your master page/ base page then you do not need to add a reference to the jQuery file in the content page, in other words there should be one &amp;lt;script&amp;gt; tag with jQuery file reference in the HTML source code of your web page.&lt;/p&gt;&lt;p&gt;Note that the jQuery file can be a local copy of the js file or one of the copies that are available on the public servers such as google or Microsoft. So the markup can be one of the following: &lt;/p&gt;&lt;p&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;w:WordDocument&gt;
  &lt;w:View&gt;Normal&lt;/w:View&gt;
  &lt;w:Zoom&gt;0&lt;/w:Zoom&gt;
  &lt;w:TrackMoves/&gt;
  &lt;w:TrackFormatting/&gt;
  &lt;w:PunctuationKerning/&gt;
  &lt;w:ValidateAgainstSchemas/&gt;
  &lt;w:SaveIfXMLInvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;
  &lt;w:IgnoreMixedContent&gt;false&lt;/w:IgnoreMixedContent&gt;
  &lt;w:AlwaysShowPlaceholderText&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;
  &lt;w:DoNotPromoteQF/&gt;
  &lt;w:LidThemeOther&gt;EN-US&lt;/w:LidThemeOther&gt;
  &lt;w:LidThemeAsian&gt;X-NONE&lt;/w:LidThemeAsian&gt;
  &lt;w:LidThemeComplexScript&gt;X-NONE&lt;/w:LidThemeComplexScript&gt;
  &lt;w:Compatibility&gt;
   &lt;w:BreakWrappedTables/&gt;
   &lt;w:SnapToGridInCell/&gt;
   &lt;w:WrapTextWithPunct/&gt;
   &lt;w:UseAsianBreakRules/&gt;
   &lt;w:DontGrowAutofit/&gt;
   &lt;w:SplitPgBreakAndParaMark/&gt;
   &lt;w:DontVertAlignCellWithSp/&gt;
   &lt;w:DontBreakConstrainedForcedTables/&gt;
   &lt;w:DontVertAlignInTxbx/&gt;
   &lt;w:Word11KerningPairs/&gt;
   &lt;w:CachedColBalance/&gt;
   &lt;w:UseFELayout/&gt;
  &lt;/w:Compatibility&gt;
  &lt;m:mathPr&gt;
   &lt;m:mathFont m:val="Cambria Math"/&gt;
   &lt;m:brkBin m:val="before"/&gt;
   &lt;m:brkBinSub m:val="--"/&gt;
   &lt;m:smallFrac m:val="off"/&gt;
   &lt;m:dispDef/&gt;
   &lt;m:lMargin m:val="0"/&gt;
   &lt;m:rMargin m:val="0"/&gt;
   &lt;m:defJc m:val="centerGroup"/&gt;
   &lt;m:wrapIndent m:val="1440"/&gt;
   &lt;m:intLim m:val="subSup"/&gt;
   &lt;m:naryLim m:val="undOvr"/&gt;
  &lt;/m:mathPr&gt;&lt;/w:WordDocument&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"
  DefSemiHidden="true" DefQFormat="false" DefPriority="99"
  LatentStyleCount="267"&gt;
  &lt;w:LsdException Locked="false" Priority="0" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Normal"/&gt;
  &lt;w:LsdException Locked="false" Priority="9" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="heading 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7"/&gt;
  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8"/&gt;
  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9"/&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 7"/&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 8"/&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 9"/&gt;
  &lt;w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption"/&gt;
  &lt;w:LsdException Locked="false" Priority="10" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Title"/&gt;
  &lt;w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font"/&gt;
  &lt;w:LsdException Locked="false" Priority="11" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Subtitle"/&gt;
  &lt;w:LsdException Locked="false" Priority="22" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Strong"/&gt;
  &lt;w:LsdException Locked="false" Priority="20" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Emphasis"/&gt;
  &lt;w:LsdException Locked="false" Priority="59" SemiHidden="false"
   UnhideWhenUsed="false" Name="Table Grid"/&gt;
  &lt;w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text"/&gt;
  &lt;w:LsdException Locked="false" Priority="1" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="No Spacing"/&gt;
  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading"/&gt;
  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List"/&gt;
  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid"/&gt;
  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List"/&gt;
  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading"/&gt;
  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List"/&gt;
  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid"/&gt;
  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 1"/&gt;
  &lt;w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision"/&gt;
  &lt;w:LsdException Locked="false" Priority="34" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="List Paragraph"/&gt;
  &lt;w:LsdException Locked="false" Priority="29" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Quote"/&gt;
  &lt;w:LsdException Locked="false" Priority="30" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Intense Quote"/&gt;
  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="19" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis"/&gt;
  &lt;w:LsdException Locked="false" Priority="21" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis"/&gt;
  &lt;w:LsdException Locked="false" Priority="31" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference"/&gt;
  &lt;w:LsdException Locked="false" Priority="32" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Intense Reference"/&gt;
  &lt;w:LsdException Locked="false" Priority="33" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Book Title"/&gt;
  &lt;w:LsdException Locked="false" Priority="37" Name="Bibliography"/&gt;
  &lt;w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading"/&gt;
 &lt;/w:LatentStyles&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 10]&gt;
&lt;style&gt;
 /* Style Definitions */
 table.MsoNormalTable
	{mso-style-name:"Table Normal";
	mso-tstyle-rowband-size:0;
	mso-tstyle-colband-size:0;
	mso-style-noshow:yes;
	mso-style-priority:99;
	mso-style-qformat:yes;
	mso-style-parent:"";
	mso-padding-alt:0in 5.4pt 0in 5.4pt;
	mso-para-margin-top:0in;
	mso-para-margin-right:0in;
	mso-para-margin-bottom:10.0pt;
	mso-para-margin-left:0in;
	line-height:115%;
	mso-pagination:widow-orphan;
	font-size:11.0pt;
	font-family:"Calibri","sans-serif";
	mso-ascii-font-family:Calibri;
	mso-ascii-theme-font:minor-latin;
	mso-hansi-font-family:Calibri;
	mso-hansi-theme-font:minor-latin;
	mso-bidi-font-family:"Times New Roman";
	mso-bidi-theme-font:minor-bidi;}
&lt;/style&gt;
&lt;![endif]--&gt;

&lt;/p&gt;&lt;p class="MsoNormal" style="margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal;tab-stops:45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt"&gt;&lt;span style="font-size:9.5pt;mso-fareast-font-family:'Times New Roman';mso-bidi-font-family:
Calibri;mso-bidi-theme-font:minor-latin;color:blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-size:9.5pt;mso-fareast-font-family:'Times New Roman';mso-bidi-font-family:
Calibri;mso-bidi-theme-font:minor-latin;color:maroon"&gt;script&lt;/span&gt;&lt;span style="font-size:9.5pt;mso-fareast-font-family:'Times New Roman';mso-bidi-font-family:
Calibri;mso-bidi-theme-font:minor-latin"&gt; &lt;span style="color:red"&gt;type&lt;/span&gt;&lt;span style="color:blue"&gt;="text/javascript"&lt;/span&gt; &lt;span style="color:red"&gt;language&lt;/span&gt;&lt;span style="color:blue"&gt;="Javascript"&lt;/span&gt; &lt;span style="color:red"&gt;src&lt;/span&gt;&lt;span style="color:blue"&gt;="path to the local jQuery file"&amp;gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:maroon"&gt;script&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:10.0pt;mso-fareast-font-family:'Times New Roman';mso-bidi-font-family:
Calibri;mso-bidi-theme-font:minor-latin"&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class="MsoNormal" style="margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal;tab-stops:45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt"&gt;&lt;span style="mso-fareast-font-family:'Times New Roman';mso-bidi-font-family:Calibri;
mso-bidi-theme-font:minor-latin;mso-bidi-font-weight:bold"&gt;Or &lt;/span&gt;&lt;span style="font-size:10.0pt;mso-fareast-font-family:'Times New Roman';mso-bidi-font-family:
Calibri;mso-bidi-theme-font:minor-latin"&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class="MsoNormal" style="margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal;tab-stops:45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt"&gt;&lt;span style="font-size:9.5pt;mso-fareast-font-family:'Times New Roman';mso-bidi-font-family:
Calibri;mso-bidi-theme-font:minor-latin;color:blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-size:9.5pt;mso-fareast-font-family:'Times New Roman';mso-bidi-font-family:
Calibri;mso-bidi-theme-font:minor-latin;color:maroon"&gt;script&lt;/span&gt;&lt;span style="font-size:9.5pt;mso-fareast-font-family:'Times New Roman';mso-bidi-font-family:
Calibri;mso-bidi-theme-font:minor-latin"&gt; &lt;span style="color:red"&gt;type&lt;/span&gt;&lt;span style="color:blue"&gt;="text/javascript"&lt;/span&gt; &lt;span style="color:red"&gt;language&lt;/span&gt;&lt;span style="color:blue"&gt;="Javascript"&lt;/span&gt; &lt;span style="color:red"&gt;src&lt;/span&gt;&lt;span style="color:blue"&gt;="http://ajax.microsoft.com/ajax/jQuery/jquery-1.4.1.min.js"&amp;gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:maroon"&gt;script&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:10.0pt;mso-fareast-font-family:'Times New Roman';mso-bidi-font-family:
Calibri;mso-bidi-theme-font:minor-latin"&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class="MsoNormal" style="margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal;tab-stops:45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt"&gt;&lt;span style="mso-fareast-font-family:'Times New Roman';mso-bidi-font-family:Calibri;
mso-bidi-theme-font:minor-latin;mso-bidi-font-weight:bold"&gt;Or &lt;/span&gt;&lt;span style="font-size:10.0pt;mso-fareast-font-family:'Times New Roman';mso-bidi-font-family:
Calibri;mso-bidi-theme-font:minor-latin"&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class="MsoNormal" style="margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal;tab-stops:45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt"&gt;&lt;span style="font-size:9.5pt;mso-fareast-font-family:Calibri;mso-fareast-theme-font:
minor-latin;mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;
color:blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-size:9.5pt;mso-fareast-font-family:
Calibri;mso-fareast-theme-font:minor-latin;mso-bidi-font-family:Calibri;
mso-bidi-theme-font:minor-latin;color:maroon"&gt;script&lt;/span&gt;&lt;span style="font-size:9.5pt;mso-fareast-font-family:Calibri;mso-fareast-theme-font:
minor-latin;mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin"&gt; &lt;/span&gt;&lt;span style="font-size:9.5pt;mso-fareast-font-family:'Times New Roman';mso-bidi-font-family:
Calibri;mso-bidi-theme-font:minor-latin;color:red"&gt;type&lt;/span&gt;&lt;span style="font-size:9.5pt;mso-fareast-font-family:'Times New Roman';mso-bidi-font-family:
Calibri;mso-bidi-theme-font:minor-latin;color:blue"&gt;="text/javascript"&lt;/span&gt;&lt;span style="font-size: 9.5pt;"&gt; &lt;span style="color:red"&gt;language&lt;/span&gt;&lt;span style="color: blue;"&gt;="Javascript" &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 9.5pt;"&gt;&lt;span style="color: red;"&gt;src=&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 9.5pt;"&gt;&lt;span style="color: blue;"&gt;"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:9.5pt;mso-fareast-font-family:'Times New Roman';mso-bidi-font-family:
Calibri;mso-bidi-theme-font:minor-latin"&gt;&lt;span style="color:blue"&gt;http://ajax.aspnetcdn.com/ajax/jquery/jquery-1.4.4.min.js"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:9.5pt;mso-fareast-font-family:'Times New Roman';mso-bidi-font-family:
Calibri;mso-bidi-theme-font:minor-latin;color:blue"&gt;&amp;gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-size:9.5pt;mso-fareast-font-family:Calibri;mso-fareast-theme-font:
minor-latin;mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;
color:maroon"&gt;script&lt;/span&gt;&lt;span style="font-size:9.5pt;mso-fareast-font-family:
Calibri;mso-fareast-theme-font:minor-latin;mso-bidi-font-family:Calibri;
mso-bidi-theme-font:minor-latin;color:blue"&gt;&amp;gt;&lt;/span&gt;&lt;span style="font-size:
10.0pt;mso-fareast-font-family:'Times New Roman';mso-bidi-font-family:Calibri;
mso-bidi-theme-font:minor-latin"&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class="MsoNormal" style="margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal;tab-stops:45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt"&gt;&lt;span style="mso-fareast-font-family:'Times New Roman';mso-bidi-font-family:Calibri;
mso-bidi-theme-font:minor-latin;mso-bidi-font-weight:bold"&gt;Or&lt;/span&gt;&lt;span style="font-size:10.0pt;mso-fareast-font-family:'Times New Roman';mso-bidi-font-family:
Calibri;mso-bidi-theme-font:minor-latin"&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class="MsoNormal" style="margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal;mso-outline-level:5;tab-stops:45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt"&gt;&lt;span style="font-size:9.5pt;mso-fareast-font-family:Calibri;mso-fareast-theme-font:
minor-latin;mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;
color:blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-size:9.5pt;mso-fareast-font-family:
Calibri;mso-fareast-theme-font:minor-latin;mso-bidi-font-family:Calibri;
mso-bidi-theme-font:minor-latin;color:maroon"&gt;script&lt;/span&gt;&lt;span style="font-size:9.5pt;mso-fareast-font-family:Calibri;mso-fareast-theme-font:
minor-latin;mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin"&gt; &lt;span style="color:red"&gt;type&lt;/span&gt;&lt;span style="color:blue"&gt;="text/javascript"&lt;/span&gt;
&lt;span style="color:red"&gt;language&lt;/span&gt;&lt;span style="color:blue"&gt;="Javascript"&lt;/span&gt;
&lt;span style="color:red"&gt;src&lt;/span&gt;&lt;span style="color:blue"&gt;="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"&amp;gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:maroon"&gt;script&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:12.0pt;mso-fareast-font-family:'Times New Roman';mso-bidi-font-family:
Calibri;mso-bidi-theme-font:minor-latin"&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;NB: make sure you are linking the minified version of jQuery (jquery.min.js) because it is the compressed version of jQuery file which allows you to have a significantly smaller file size, in contradiction with the uncompressed version wich is larger in file size (the uncompressed version is used only for debugging the code)&lt;/p&gt;&lt;p&gt;&lt;b&gt;Facts about public CDN usage&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Why loading jQuery file from a public server such as Google or Microsoft?The answer is by doing this you will optimize the load time of the webpage and this will guide to improve the user experience and the performance of&amp;nbsp; your website.&amp;nbsp; I will summarize the benefits of using CDN (Content Delivery Networks) hosted version of jQuery:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;The browser will locate the jQuery file from a public server and not the server where you are hosting your website, by fetching the jQuery file from CDN your server is less loaded and will consume less bandwidth&lt;/li&gt;&lt;li&gt;The majority of the browsers have a limit of concurrent HTTP requests to the same server, so loading the jQuery file from CDN will be in parallel with other requests and this will improve the loading time of the webpage (Parallelize downloads across hostnames).&lt;/li&gt;&lt;li&gt;The majority of the page load time is spent in executing different HTTP requests for images, javascript and stylesheets, each time you visit a web page the browser store the related files (such as javascript, images, css files) in the browser history and next time when you visit this webpage again the browser will load the related files from the browser history. Say that you visits site1.com which has the jQuery linked to CDN. If you visits another site site2.com which also has jQuery linked to CDN, the browser will notice that the jQuery file was already downloaded for site1.com and will not download it again.&amp;nbsp;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;b&gt;jQuery plug-ins&lt;/b&gt;&lt;br&gt;&lt;br&gt;jQuery plug-ins are set of components/modules (javascript files) that adds specific abilities/functionalities to your website. There are thousands of jQuery plug-ins available on the web that cover a wide range of functionalities and easily support adding features and reduce the development time of the website. Browse jQuery plug-ins under the following link: &lt;a href="http://plugins.jquery.com/" mce_href="http://plugins.jquery.com/"&gt;http://plugins.jquery.com/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;jQuery “Hello World” example&lt;/b&gt;&lt;br&gt;&lt;br&gt;Create a simple HTML page and include the jQuery library&lt;/p&gt;&lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;w:WordDocument&gt;
  &lt;w:View&gt;Normal&lt;/w:View&gt;
  &lt;w:Zoom&gt;0&lt;/w:Zoom&gt;
  &lt;w:TrackMoves/&gt;
  &lt;w:TrackFormatting/&gt;
  &lt;w:PunctuationKerning/&gt;
  &lt;w:ValidateAgainstSchemas/&gt;
  &lt;w:SaveIfXMLInvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;
  &lt;w:IgnoreMixedContent&gt;false&lt;/w:IgnoreMixedContent&gt;
  &lt;w:AlwaysShowPlaceholderText&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;
  &lt;w:DoNotPromoteQF/&gt;
  &lt;w:LidThemeOther&gt;EN-US&lt;/w:LidThemeOther&gt;
  &lt;w:LidThemeAsian&gt;X-NONE&lt;/w:LidThemeAsian&gt;
  &lt;w:LidThemeComplexScript&gt;X-NONE&lt;/w:LidThemeComplexScript&gt;
  &lt;w:Compatibility&gt;
   &lt;w:BreakWrappedTables/&gt;
   &lt;w:SnapToGridInCell/&gt;
   &lt;w:WrapTextWithPunct/&gt;
   &lt;w:UseAsianBreakRules/&gt;
   &lt;w:DontGrowAutofit/&gt;
   &lt;w:SplitPgBreakAndParaMark/&gt;
   &lt;w:DontVertAlignCellWithSp/&gt;
   &lt;w:DontBreakConstrainedForcedTables/&gt;
   &lt;w:DontVertAlignInTxbx/&gt;
   &lt;w:Word11KerningPairs/&gt;
   &lt;w:CachedColBalance/&gt;
   &lt;w:UseFELayout/&gt;
  &lt;/w:Compatibility&gt;
  &lt;m:mathPr&gt;
   &lt;m:mathFont m:val="Cambria Math"/&gt;
   &lt;m:brkBin m:val="before"/&gt;
   &lt;m:brkBinSub m:val="--"/&gt;
   &lt;m:smallFrac m:val="off"/&gt;
   &lt;m:dispDef/&gt;
   &lt;m:lMargin m:val="0"/&gt;
   &lt;m:rMargin m:val="0"/&gt;
   &lt;m:defJc m:val="centerGroup"/&gt;
   &lt;m:wrapIndent m:val="1440"/&gt;
   &lt;m:intLim m:val="subSup"/&gt;
   &lt;m:naryLim m:val="undOvr"/&gt;
  &lt;/m:mathPr&gt;&lt;/w:WordDocument&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"
  DefSemiHidden="true" DefQFormat="false" DefPriority="99"
  LatentStyleCount="267"&gt;
  &lt;w:LsdException Locked="false" Priority="0" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Normal"/&gt;
  &lt;w:LsdException Locked="false" Priority="9" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="heading 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7"/&gt;
  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8"/&gt;
  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9"/&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 7"/&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 8"/&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 9"/&gt;
  &lt;w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption"/&gt;
  &lt;w:LsdException Locked="false" Priority="10" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Title"/&gt;
  &lt;w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font"/&gt;
  &lt;w:LsdException Locked="false" Priority="11" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Subtitle"/&gt;
  &lt;w:LsdException Locked="false" Priority="22" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Strong"/&gt;
  &lt;w:LsdException Locked="false" Priority="20" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Emphasis"/&gt;
  &lt;w:LsdException Locked="false" Priority="59" SemiHidden="false"
   UnhideWhenUsed="false" Name="Table Grid"/&gt;
  &lt;w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text"/&gt;
  &lt;w:LsdException Locked="false" Priority="1" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="No Spacing"/&gt;
  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading"/&gt;
  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List"/&gt;
  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid"/&gt;
  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List"/&gt;
  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading"/&gt;
  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List"/&gt;
  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid"/&gt;
  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 1"/&gt;
  &lt;w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision"/&gt;
  &lt;w:LsdException Locked="false" Priority="34" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="List Paragraph"/&gt;
  &lt;w:LsdException Locked="false" Priority="29" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Quote"/&gt;
  &lt;w:LsdException Locked="false" Priority="30" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Intense Quote"/&gt;
  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="19" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis"/&gt;
  &lt;w:LsdException Locked="false" Priority="21" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis"/&gt;
  &lt;w:LsdException Locked="false" Priority="31" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference"/&gt;
  &lt;w:LsdException Locked="false" Priority="32" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Intense Reference"/&gt;
  &lt;w:LsdException Locked="false" Priority="33" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Book Title"/&gt;
  &lt;w:LsdException Locked="false" Priority="37" Name="Bibliography"/&gt;
  &lt;w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading"/&gt;
 &lt;/w:LatentStyles&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 10]&gt;
&lt;style&gt;
 /* Style Definitions */
 table.MsoNormalTable
	{mso-style-name:"Table Normal";
	mso-tstyle-rowband-size:0;
	mso-tstyle-colband-size:0;
	mso-style-noshow:yes;
	mso-style-priority:99;
	mso-style-qformat:yes;
	mso-style-parent:"";
	mso-padding-alt:0in 5.4pt 0in 5.4pt;
	mso-para-margin-top:0in;
	mso-para-margin-right:0in;
	mso-para-margin-bottom:10.0pt;
	mso-para-margin-left:0in;
	line-height:115%;
	mso-pagination:widow-orphan;
	font-size:11.0pt;
	font-family:"Calibri","sans-serif";
	mso-ascii-font-family:Calibri;
	mso-ascii-theme-font:minor-latin;
	mso-hansi-font-family:Calibri;
	mso-hansi-theme-font:minor-latin;
	mso-bidi-font-family:"Times New Roman";
	mso-bidi-theme-font:minor-bidi;}
&lt;/style&gt;
&lt;![endif]--&gt;

&lt;/p&gt;&lt;p class="MsoNormal" style="margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"&gt;&lt;span style="font-size:
9.5pt;font-family:Consolas;color:blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-size:9.5pt;
font-family:Consolas;color:maroon"&gt;html&lt;/span&gt;&lt;span style="font-size:9.5pt;
font-family:Consolas;color:blue"&gt;&amp;gt;&lt;/span&gt;&lt;span style="font-size:9.5pt;
font-family:Consolas"&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class="MsoNormal" style="margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"&gt;&lt;span style="font-size:
9.5pt;font-family:Consolas;color:blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-size:9.5pt;
font-family:Consolas;color:maroon"&gt;head&lt;/span&gt;&lt;span style="font-size:9.5pt;
font-family:Consolas;color:blue"&gt;&amp;gt;&lt;/span&gt;&lt;span style="font-size:9.5pt;
font-family:Consolas"&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class="MsoNormal" style="margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"&gt;&lt;span style="font-size:
9.5pt;font-family:Consolas"&gt;&lt;span style="mso-spacerun:yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style="color:blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:maroon"&gt;title&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;gt;&lt;/span&gt;jQuery Hello World&lt;span style="color:blue"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:maroon"&gt;title&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class="MsoNormal" style="margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"&gt;&lt;span style="font-size:
9.5pt;font-family:Consolas"&gt;&lt;span style="mso-spacerun:yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style="color:blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:maroon"&gt;script&lt;/span&gt; &lt;span style="color:red"&gt;type&lt;/span&gt;&lt;span style="color:blue"&gt;="text/javascript"&lt;/span&gt;
&lt;span style="color:red"&gt;language&lt;/span&gt;&lt;span style="color:blue"&gt;="Javascript"&lt;/span&gt;
&lt;span style="color:red"&gt;src&lt;/span&gt;&lt;span style="color:blue"&gt;="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"&amp;gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:maroon"&gt;script&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class="MsoNormal" style="margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"&gt;&lt;span style="font-size:
9.5pt;font-family:Consolas"&gt;&lt;span style="mso-spacerun:yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style="color:blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:maroon"&gt;script&lt;/span&gt; &lt;span style="color:red"&gt;type&lt;/span&gt;&lt;span style="color:blue"&gt;="text/javascript"&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class="MsoNormal" style="margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"&gt;&lt;span style="font-size:
9.5pt;font-family:Consolas"&gt;&amp;nbsp;&lt;span style="mso-spacerun:yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;$(document).ready(&lt;span style="color:blue"&gt;function&lt;/span&gt; () {&lt;/span&gt;&lt;/p&gt;

&lt;p class="MsoNormal" style="margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"&gt;&lt;span style="font-size:
9.5pt;font-family:Consolas"&gt;&lt;span style="mso-spacerun:yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;$(&lt;span style="color:maroon"&gt;"#divID"&lt;/span&gt;).html(&lt;span style="color:maroon"&gt;"Hello world from jQuery!"&lt;/span&gt;);&lt;/span&gt;&lt;/p&gt;

&lt;p class="MsoNormal" style="margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"&gt;&lt;span style="font-size:
9.5pt;font-family:Consolas"&gt;&lt;span style="mso-spacerun:yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;});&lt;/span&gt;&lt;/p&gt;

&lt;p class="MsoNormal" style="margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"&gt;&lt;span style="font-size:
9.5pt;font-family:Consolas"&gt;&lt;span style="mso-spacerun:yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style="color:blue"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:maroon"&gt;script&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class="MsoNormal" style="margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"&gt;&lt;span style="font-size:
9.5pt;font-family:Consolas;color:blue"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-size:9.5pt;
font-family:Consolas;color:maroon"&gt;head&lt;/span&gt;&lt;span style="font-size:9.5pt;
font-family:Consolas;color:blue"&gt;&amp;gt;&lt;/span&gt;&lt;span style="font-size:9.5pt;
font-family:Consolas"&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class="MsoNormal" style="margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"&gt;&lt;span style="font-size:
9.5pt;font-family:Consolas;color:blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-size:9.5pt;
font-family:Consolas;color:maroon"&gt;body&lt;/span&gt;&lt;span style="font-size:9.5pt;
font-family:Consolas;color:blue"&gt;&amp;gt;&lt;/span&gt;&lt;span style="font-size:9.5pt;
font-family:Consolas"&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class="MsoNormal" style="margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"&gt;&lt;span style="font-size:
9.5pt;font-family:Consolas"&gt;&lt;span style="mso-spacerun:yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style="color:blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:maroon"&gt;div&lt;/span&gt; &lt;span style="color:red"&gt;id&lt;/span&gt;&lt;span style="color:blue"&gt;="divID"&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class="MsoNormal" style="margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"&gt;&lt;span style="font-size:
9.5pt;font-family:Consolas"&gt;&lt;span style="mso-spacerun:yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style="color:blue"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:maroon"&gt;div&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class="MsoNormal" style="margin-bottom:0in;margin-bottom:.0001pt;line-height:
normal;mso-layout-grid-align:none;text-autospace:none"&gt;&lt;span style="font-size:
9.5pt;font-family:Consolas;color:blue"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-size:9.5pt;
font-family:Consolas;color:maroon"&gt;body&lt;/span&gt;&lt;span style="font-size:9.5pt;
font-family:Consolas;color:blue"&gt;&amp;gt;&lt;/span&gt;&lt;span style="font-size:9.5pt;
font-family:Consolas"&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size: 9.5pt; font-family: Consolas; color: blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: Consolas; color: maroon;"&gt;html&lt;/span&gt;&lt;span style="font-size: 9.5pt; font-family: Consolas; color: blue;"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;Run the page, you should be able to see a message on the page : "Hello world from jQuery!"&lt;br&gt;&lt;/p&gt;

&lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;b&gt;References&lt;/b&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;a href="http://jquery.com/" mce_href="http://jquery.com/"&gt;http://jquery.com/&lt;/a&gt;&lt;br&gt;&lt;a href="http://docs.jquery.com/Tutorials" mce_href="http://docs.jquery.com/Tutorials"&gt;http://docs.jquery.com/Tutorials&lt;/a&gt;&lt;br&gt;&lt;a href="http://trends.builtwith.com/javascript/JQuery%20" mce_href="http://trends.builtwith.com/javascript/JQuery "&gt;http://trends.builtwith.com/javascript/JQuery &lt;/a&gt;&lt;br&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7871971" width="1" height="1"&gt;</content><author><name>jhallal</name><uri>http://weblogs.asp.net/members/jhallal.aspx</uri></author><category term="AJAX" scheme="http://weblogs.asp.net/jhallal/archive/tags/AJAX/default.aspx" /><category term="ASP.NET" scheme="http://weblogs.asp.net/jhallal/archive/tags/ASP.NET/default.aspx" /><category term="JavaScript" scheme="http://weblogs.asp.net/jhallal/archive/tags/JavaScript/default.aspx" /><category term="jQuery" scheme="http://weblogs.asp.net/jhallal/archive/tags/jQuery/default.aspx" /></entry><entry><title>The Style of the SP DateTimeControl is Corrupted</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/jhallal/archive/2011/07/11/the-style-of-the-sp-datetimecontrol-is-corrupted.aspx" /><id>http://weblogs.asp.net/jhallal/archive/2011/07/11/the-style-of-the-sp-datetimecontrol-is-corrupted.aspx</id><published>2011-07-11T05:34:00Z</published><updated>2011-07-11T05:34:00Z</updated><content type="html">&lt;p&gt;I'm using a SharePoint DateTimeControl on a custom SharePoint page, while implementing theomplete behavior of the page I found that the DateTimeControl is not rendered properly on the page, the picker is opening but with no styles. Note that the control is working properly on the default SharePoint pages.&lt;/p&gt;&lt;p&gt;&lt;img src="http://weblogs.asp.net/blogs/jhallal/MyPosts/SP-DateTimePicker.png" mce_src="http://weblogs.asp.net/blogs/jhallal/MyPosts/SP-DateTimePicker.png" align="middle" height="269" width="223"&gt;&amp;nbsp;&lt;/p&gt;&lt;p mce_keep="true"&gt;&lt;br&gt;After a time of searching I found a solution by adding the following css (default datepicker stylesheet) reference inside the &amp;lt;head&amp;gt; tag of the iframe.aspx page.&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;font color="#0000ff"&gt;&amp;lt;&lt;/font&gt;&lt;span style="COLOR: maroon"&gt;l&lt;span class="searchword"&gt;in&lt;/span&gt;k&lt;/span&gt; &lt;span style="COLOR: red"&gt;rel&lt;/span&gt;&lt;span style="COLOR: blue"&gt;="stylesheet"&lt;/span&gt; &lt;span style="COLOR: red"&gt;type&lt;/span&gt;&lt;span style="COLOR: blue"&gt;="text/css"&lt;/span&gt;&lt;span style="COLOR: red"&gt;href&lt;/span&gt;&lt;span style="COLOR: blue"&gt;="/_layouts/1033/styles/datepicker.css"&lt;/span&gt;&lt;span style="COLOR: blue"&gt;/&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;ifarme page location : %programfiles%\common files\microsoft shared\web server extensions\12\templates\layouts\iframe.aspx&lt;br&gt;&lt;br&gt;&lt;span style="COLOR: blue"&gt;&lt;/span&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7813016" width="1" height="1"&gt;</content><author><name>jhallal</name><uri>http://weblogs.asp.net/members/jhallal.aspx</uri></author><category term="ASP.NET" scheme="http://weblogs.asp.net/jhallal/archive/tags/ASP.NET/default.aspx" /><category term="SharePoint 2007" scheme="http://weblogs.asp.net/jhallal/archive/tags/SharePoint+2007/default.aspx" /><category term=".NET" scheme="http://weblogs.asp.net/jhallal/archive/tags/.NET/default.aspx" /></entry><entry><title>Large ViewState &amp; ViewState chunking (maxPageStateFieldLength)</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/jhallal/archive/2011/07/09/large-viewstate-amp-viewstate-chunking-maxpagestatefieldlength.aspx" /><id>http://weblogs.asp.net/jhallal/archive/2011/07/09/large-viewstate-amp-viewstate-chunking-maxpagestatefieldlength.aspx</id><published>2011-07-09T05:14:00Z</published><updated>2011-07-09T05:14:00Z</updated><content type="html">The ViewState Chunking mechanism allow you to split the ViewState content into several chunks/hidden fields. The reason behind using this feature is that some proxies and firewalls will deny access to the aspx page that contains a huge ViewState size by enabling the chunking mechanism that will allow you to bypass this policy.&lt;br&gt;&lt;br&gt;You can enable ViewState chunking by setting the MaxPageStateFieldLength property the web.config of your asp.net application, this property should be added to the "pages" section in the web.config and it will specify the maximum size of the ViewState in bytes.&lt;br&gt;&lt;br&gt;If the ViewState size is larger than the value of the MaxPageStateFieldLength than it will be splitted automatically into several hidden fields.&lt;br&gt;&lt;br&gt;Set the property in the web.config as per the following:&lt;br&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: rgb(128, 0, 0);"&gt;pages&lt;/span&gt; &lt;span style="color: rgb(255, 0, 0);"&gt;maxPageStateFieldLength&lt;/span&gt;=&lt;span style="color: rgb(0, 0, 255);"&gt;"5"&lt;/span&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;&lt;br&gt;&lt;span style="text-decoration: underline;"&gt;ViewState Example:&lt;/span&gt;&lt;br&gt;&lt;img src="http://weblogs.asp.net/blogs/jhallal/MyPosts/ViewState-Chunking.png" mce_src="http://weblogs.asp.net/blogs/jhallal/MyPosts/ViewState-Chunking.png" height="180" width="821"&gt;&lt;br&gt;Note that you should reconsider the way you are using the ViewState (ViewState optimization, maybe disabling it in some cases) when it has large size.&lt;br&gt;&lt;br&gt;Reference:&lt;br&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/ms178577%28v=vs.85%29.aspx%20" mce_href="http://msdn.microsoft.com/en-us/library/ms178577%28v=vs.85%29.aspx "&gt;http://msdn.microsoft.com/en-us/library/ms178577%28v=vs.85%29.aspx &lt;/a&gt;&lt;br&gt;&lt;p mce_keep="true"&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7862875" width="1" height="1"&gt;</content><author><name>jhallal</name><uri>http://weblogs.asp.net/members/jhallal.aspx</uri></author><category term="AJAX" scheme="http://weblogs.asp.net/jhallal/archive/tags/AJAX/default.aspx" /><category term="ASP.NET" scheme="http://weblogs.asp.net/jhallal/archive/tags/ASP.NET/default.aspx" /><category term="General Software Development" scheme="http://weblogs.asp.net/jhallal/archive/tags/General+Software+Development/default.aspx" /><category term=".NET" scheme="http://weblogs.asp.net/jhallal/archive/tags/.NET/default.aspx" /></entry><entry><title>SharePoint Navigation - Setting the Audience Property of an SPNavigationNode</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/jhallal/archive/2011/06/22/sharepoint-navigation-setting-the-audience-property-of-an-spnavigationnode.aspx" /><id>http://weblogs.asp.net/jhallal/archive/2011/06/22/sharepoint-navigation-setting-the-audience-property-of-an-spnavigationnode.aspx</id><published>2011-06-22T07:51:00Z</published><updated>2011-06-22T07:51:00Z</updated><content type="html">&lt;p&gt;In this tip/trick i will demonstrate a way of setting by code the target audience of an SP navigation node.&lt;br&gt;You might say setting this property in SharePoint UI is quite simple, but if you want to set it by code you will not find any straight forward property or method out of the box in SharePoint Object Model that does the job.&lt;/p&gt;

&lt;p&gt;The SPNavigationNode class has a property called “Properties”, which allows us to add custom properties to the node. One of the Property is “Audience”, which is used for setting the target audience on the navigation node.&lt;/p&gt;

&lt;p style="background-color: rgb(240, 240, 238);"&gt;&lt;span style="color: blue; line-height: 115%; font-family: Consolas; font-size: 9.5pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;using &lt;/span&gt;(&lt;span style="color: rgb(43, 145, 175); line-height: 115%; font-family: Consolas; font-size: 9.5pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;SPSite&lt;/span&gt;&lt;span style="line-height: 115%; font-family: Consolas; font-size: 9.5pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt; &lt;/span&gt;site = new &lt;span style="color: rgb(43, 145, 175); line-height: 115%; font-family: Consolas; font-size: 9.5pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;SPSite&lt;/span&gt;("URL of your&amp;nbsp;SharePoint Site")) &lt;br&gt;{&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: blue; line-height: 115%; font-family: Consolas; font-size: 9.5pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;using&lt;/span&gt;&lt;span style="line-height: 115%; font-family: Consolas; font-size: 9.5pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt; &lt;/span&gt;(&lt;span style="color: rgb(43, 145, 175); line-height: 115%; font-family: Consolas; font-size: 9.5pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;SPWeb&lt;/span&gt;&lt;span style="line-height: 115%; font-family: Consolas; font-size: 9.5pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt; &lt;/span&gt;web = site.OpenWeb()) &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&amp;nbsp;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: rgb(43, 145, 175); line-height: 115%; font-family: Consolas; font-size: 9.5pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;SPNavigationNode&lt;/span&gt;&lt;span style="line-height: 115%; font-family: Consolas; font-size: 9.5pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt; &lt;/span&gt;navNode = web.Navigation.GlobalNodes[0];&amp;nbsp;&lt;br&gt;&amp;nbsp;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: blue; line-height: 115%; font-family: Consolas; font-size: 9.5pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;if&lt;/span&gt; (navNode.Properties.Contains("Audience")) &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; { &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; navNode.Properties["Audience"] = "Users or Groups"; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&amp;nbsp;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: blue; line-height: 115%; font-family: Consolas; font-size: 9.5pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;else&lt;/span&gt;&amp;nbsp;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; { &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; navNode.Properties.Add("Audience", "Users or Groups"); &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; } &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; navNode.Update(); &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; } &lt;br&gt;}&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7837589" width="1" height="1"&gt;</content><author><name>jhallal</name><uri>http://weblogs.asp.net/members/jhallal.aspx</uri></author><category term="ASP.NET" scheme="http://weblogs.asp.net/jhallal/archive/tags/ASP.NET/default.aspx" /><category term="C#" scheme="http://weblogs.asp.net/jhallal/archive/tags/C_2300_/default.aspx" /><category term="SharePoint 2007" scheme="http://weblogs.asp.net/jhallal/archive/tags/SharePoint+2007/default.aspx" /><category term=".NET" scheme="http://weblogs.asp.net/jhallal/archive/tags/.NET/default.aspx" /></entry><entry><title>Label vs Literal in ASP.NET</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/jhallal/archive/2011/03/23/label-vs-literal-in-asp-net.aspx" /><id>http://weblogs.asp.net/jhallal/archive/2011/03/23/label-vs-literal-in-asp-net.aspx</id><published>2011-03-23T09:40:00Z</published><updated>2011-03-23T09:40:00Z</updated><content type="html">&lt;P&gt;Unlike the &lt;STRONG&gt;Label&lt;/STRONG&gt; control, the &lt;STRONG&gt;Literal&lt;/STRONG&gt; control does not render any additional html tags thats why the best practice says: never use the ASP.NET Label control when a Literal can do the job. In different cases we use the Literal/Label controls to label input controls without knowing the difference between them. The below should help you to decide which control you should use when building asp.net web application.&lt;/P&gt;
&lt;P style="MARGIN: 0cm 0cm 0pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 13pt"&gt;Label vs Literal:&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0cm 0cm 0pt" class=MsoNormal&gt;&lt;B&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 13pt"&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;BR&gt;&lt;STRONG&gt;&lt;U&gt;Label:&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The Label web server control is used to label other controls on an aspx web page/UserControl. It is used to display text with the ability to change the style (appearing) of the displayed text.&lt;/P&gt;
&lt;P&gt;&lt;U&gt;Inheritance Hierarchy:&lt;BR&gt;&lt;/U&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; COLOR: #548dd4; FONT-SIZE: 10pt; mso-themecolor: text2; mso-themetint: 153; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;System.Object&lt;/SPAN&gt;&lt;BR&gt;&amp;nbsp; &lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; COLOR: #548dd4; FONT-SIZE: 10pt; mso-themecolor: text2; mso-themetint: 153; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;System.Web.UI.Control&lt;/SPAN&gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; COLOR: #548dd4; FONT-SIZE: 10pt; mso-themecolor: text2; mso-themetint: 153; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;System.Web.UI.WebControls.WebControl&lt;/SPAN&gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; COLOR: #548dd4; FONT-SIZE: 10pt; mso-themecolor: text2; mso-themetint: 153; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;System.Web.UI.WebControls.Label&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-no-proof: yes; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: #a31515; FONT-SIZE: 10pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-no-proof: yes; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;asp&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-no-proof: yes; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;:&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: #a31515; FONT-SIZE: 10pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-no-proof: yes; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;Label &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: red; FONT-SIZE: 10pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-no-proof: yes; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;ID&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-no-proof: yes; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;="lblFirstName"&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; FONT-SIZE: 10pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-no-proof: yes; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt; &lt;SPAN style="COLOR: red"&gt;runat&lt;/SPAN&gt;&lt;SPAN style="COLOR: blue"&gt;="server"&lt;/SPAN&gt; &lt;SPAN style="COLOR: red"&gt;CssClass&lt;/SPAN&gt;&lt;SPAN style="COLOR: blue"&gt;="myCssClass"&lt;/SPAN&gt; &lt;SPAN style="COLOR: red"&gt;Text&lt;/SPAN&gt;&lt;SPAN style="COLOR: blue"&gt;="First Name"&lt;/SPAN&gt; &lt;SPAN style="COLOR: blue"&gt;/&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;It will be rendered as:&lt;/P&gt;
&lt;P&gt;&amp;lt;span id="ctl00_ContentPlaceHolder1_lblFirstName" class="myCssClass"&amp;gt;First Name&amp;lt;/span&amp;gt; &lt;BR&gt;(NB: the id of the Label is related to the structure of your asp page and if you are using MasterPage or not)&lt;BR&gt;&amp;nbsp;&lt;BR&gt;&lt;STRONG&gt;&lt;U&gt;Literal:&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Use the System.Web.UI.WebControls.Literal control to reserve a location on the Web page to display text. The Literal control is similar to the Label control, except the Literal control does not allow you to apply a style to the displayed text. You can programmatically control the text displayed in the control by setting the Text property.&lt;/P&gt;
&lt;P&gt;&lt;U&gt;Inheritance Hierarchy&lt;/U&gt;:&lt;BR&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; COLOR: #548dd4; FONT-SIZE: 10pt; mso-themecolor: text2; mso-themetint: 153; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;System.Object&lt;/SPAN&gt;&lt;BR&gt;&amp;nbsp; &lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; COLOR: #548dd4; FONT-SIZE: 10pt; mso-themecolor: text2; mso-themetint: 153; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;System.Web.UI.Control&lt;/SPAN&gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; COLOR: #548dd4; FONT-SIZE: 10pt; mso-themecolor: text2; mso-themetint: 153; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;System.Web.UI.WebControls.Literal&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-no-proof: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-no-proof: yes"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: #a31515; FONT-SIZE: 10pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-no-proof: yes"&gt;asp&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-no-proof: yes"&gt;:&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: #a31515; FONT-SIZE: 10pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-no-proof: yes"&gt;Literal&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; FONT-SIZE: 10pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-no-proof: yes"&gt; &lt;SPAN style="COLOR: red"&gt;id&lt;/SPAN&gt;&lt;SPAN style="COLOR: blue"&gt;="litFirstName"&lt;/SPAN&gt; &lt;SPAN style="COLOR: red"&gt;runat&lt;/SPAN&gt;&lt;SPAN style="COLOR: blue"&gt;="server"&lt;/SPAN&gt; &lt;SPAN style="COLOR: red"&gt;Text&lt;/SPAN&gt;&lt;SPAN style="COLOR: blue"&gt;="First Name"&lt;/SPAN&gt; &lt;SPAN style="COLOR: blue"&gt;/&amp;gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; 
&lt;P&gt;It will be rendered as:&lt;BR&gt;&amp;nbsp;&lt;BR&gt;First Name&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7730321" width="1" height="1"&gt;</content><author><name>jhallal</name><uri>http://weblogs.asp.net/members/jhallal.aspx</uri></author><category term="ASP.NET" scheme="http://weblogs.asp.net/jhallal/archive/tags/ASP.NET/default.aspx" /></entry><entry><title>New Freelance Hourly Rate Calculator</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/jhallal/archive/2010/10/20/new-freelance-hourly-rate-calculator.aspx" /><id>http://weblogs.asp.net/jhallal/archive/2010/10/20/new-freelance-hourly-rate-calculator.aspx</id><published>2010-10-19T23:19:00Z</published><updated>2010-10-19T23:19:00Z</updated><content type="html">&lt;P&gt;If you are looking to work as freelancer and you are not sure how to set your hourly rate please check the below link, remember that your hourly rate should always take into account factors like market demand, industry standards, skill level and experience.
I hope you find this calculator useful.

&lt;/P&gt;&lt;P&gt;&lt;A href="http://freelanceswitch.com/rates/"&gt;http://freelanceswitch.com/rates/&lt;/A&gt;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7628780" width="1" height="1"&gt;</content><author><name>jhallal</name><uri>http://weblogs.asp.net/members/jhallal.aspx</uri></author><category term="Freelance Calculator" scheme="http://weblogs.asp.net/jhallal/archive/tags/Freelance+Calculator/default.aspx" /></entry><entry><title>Escape Single Quotes Within JavaScript</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/jhallal/archive/2010/08/24/escape-single-quotes-within-javascript.aspx" /><link rel="enclosure" type="application/x-zip-compressed" length="16882" href="http://weblogs.asp.net/jhallal/attachment/7599319.ashx" /><id>http://weblogs.asp.net/jhallal/archive/2010/08/24/escape-single-quotes-within-javascript.aspx</id><published>2010-08-24T12:18:00Z</published><updated>2010-08-24T12:18:00Z</updated><content type="html">&lt;P&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt"&gt;While I was trying to register a JavaScript code into an ASP.NET page I came across the need to ensure that passing a string to the JavaScript method would not cause an error ‘Unterminated string constant error’ upon rendering, this error could be caused if the string contains single quotes.&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt"&gt;In this blog I will discuss this issue and I will propose some solutions to avoid this JavaScript error.&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt"&gt;In the following sample code I’m setting the “onclick” attribute from the code behind of the page, as you can see it will cause an error because of the appearance of the single quote&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;/SPAN&gt; &lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;BR&gt;&lt;BR&gt;&lt;B&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt"&gt;Html Code&lt;/SPAN&gt;&lt;/B&gt; &lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt"&gt;:&lt;/SPAN&gt; 
&lt;P&gt;&lt;B&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;IMG style="WIDTH: 582px; HEIGHT: 347px" title="Html Code" alt="Html Code" src="http://weblogs.asp.net/blogs/jhallal/Escape%20Single%20Quote/EscapeSingleQuote1.png" width=582 height=347 mce_src="http://weblogs.asp.net/blogs/jhallal/Escape%20Single%20Quote/EscapeSingleQuote1.png"&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt"&gt;Code behind:&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;IMG style="WIDTH: 735px; HEIGHT: 132px" title="Code behind" alt="Code behind" src="http://weblogs.asp.net/blogs/jhallal/Escape%20Single%20Quote/EscapeSingleQuote2.png" width=735 height=132 mce_src="http://weblogs.asp.net/blogs/jhallal/Escape%20Single%20Quote/EscapeSingleQuote2.png"&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; FONT-SIZE: 10pt; mso-no-proof: yes"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; FONT-SIZE: 10pt; mso-no-proof: yes"&gt;&lt;/SPAN&gt;&lt;B&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt"&gt;To solve this issue I propose the following solutions to escape single quotes in c# so that string will not cause any JavaScript issue.&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;B&gt;&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt; TEXT-DECORATION: underline"&gt;First Solution&lt;/SPAN&gt;&lt;/B&gt;&lt;BR&gt;&lt;BR&gt;&lt;B&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt; TEXT-DECORATION: underline"&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;B&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt; TEXT-DECORATION: underline"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt"&gt;A simple solution in such cases is to use HTML codes for apostrophe, which is: &amp;amp;apos;&lt;BR&gt;So the string should be passed to the JavaScript funciton as: &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: blue; FONT-SIZE: 10pt; mso-no-proof: yes"&gt;string&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; FONT-SIZE: 10pt; mso-no-proof: yes"&gt; str = &lt;SPAN style="COLOR: #a31515"&gt;"This is an example – Jamil Hallal&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt"&gt;&amp;amp;apos;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; COLOR: #a31515; FONT-SIZE: 10pt; mso-no-proof: yes"&gt;s blog"&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; FONT-SIZE: 10pt; mso-no-proof: yes"&gt;;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; FONT-SIZE: 10pt; mso-no-proof: yes"&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; FONT-SIZE: 10pt; mso-no-proof: yes"&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;B&gt;&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt; TEXT-DECORATION: underline"&gt;Second Solution&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt; &lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt"&gt;This solution is based on the replacement of the single quote by "\\'" as per the following code:&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;o:p&gt;&lt;SPAN style="FONT-FAMILY: Calibri; FONT-SIZE: 12pt"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/o:p&gt;&lt;o:p&gt;&lt;SPAN style="FONT-FAMILY: Calibri; FONT-SIZE: 12pt"&gt;&lt;/SPAN&gt;&lt;/o:p&gt;&lt;o:p&gt;&lt;SPAN style="FONT-FAMILY: Calibri; FONT-SIZE: 12pt"&gt;&lt;/SPAN&gt;&lt;/o:p&gt;&lt;o:p&gt;&lt;SPAN style="FONT-FAMILY: Calibri; FONT-SIZE: 12pt"&gt;&lt;/SPAN&gt;&lt;/o:p&gt;&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="FONT-FAMILY: 'Courier New'; FONT-SIZE: 10pt; mso-no-proof: yes"&gt;btnSubmit.Attributes.Add(&lt;SPAN style="COLOR: #a31515"&gt;"onclick"&lt;/SPAN&gt;, &lt;SPAN style="COLOR: blue"&gt;string&lt;/SPAN&gt;.Format(&lt;SPAN style="COLOR: #a31515"&gt;"return ShowText('{0}')"&lt;/SPAN&gt;, str.Replace(&lt;SPAN style="COLOR: #a31515"&gt;"'"&lt;/SPAN&gt;, &lt;A href="file://'/"&gt;\\'&lt;/A&gt;)));&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;o:p&gt;&lt;SPAN style="FONT-FAMILY: Calibri; FONT-SIZE: 12pt"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/o:p&gt;&lt;o:p&gt;&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="FONT-FAMILY: Calibri; FONT-SIZE: 12pt"&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt; TEXT-DECORATION: underline"&gt;&lt;STRONG&gt;Third Solution&lt;o:p&gt;&lt;/o:p&gt;&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/o:p&gt;&lt;o:p&gt;&lt;SPAN style="FONT-FAMILY: Calibri; FONT-SIZE: 12pt"&gt;&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt"&gt;Use HttpUtility.JavaScriptEncode method if you are using .net framework 4&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/o:p&gt;&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 10pt"&gt;This way you will not face the 'Unterminated String constant' error anymore.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7599319" width="1" height="1"&gt;</content><author><name>jhallal</name><uri>http://weblogs.asp.net/members/jhallal.aspx</uri></author><category term="ASP.NET" scheme="http://weblogs.asp.net/jhallal/archive/tags/ASP.NET/default.aspx" /><category term="JavaScript" scheme="http://weblogs.asp.net/jhallal/archive/tags/JavaScript/default.aspx" /></entry></feed>