<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-6833741015620783493</id><updated>2024-11-01T03:36:37.320-07:00</updated><category term="Videos"/><category term="Sharepoint"/><category term="Networking"/><category term="ASP.NET"/><category term="Basics"/><category term="General"/><category term="AJAX"/><category term="SQL"/><category term="extras"/><category term="win app"/><category term="Inspirational"/><category term="Trick and Tips"/><category term="Visual Studio"/><category term="WSS 3.0"/><category term="dh"/><category term="tricks"/><title type='text'>Microsoft Technologies</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://nkmytechnologies.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6833741015620783493/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='http://nkmytechnologies.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/6833741015620783493/posts/default?start-index=26&amp;max-results=25&amp;redirect=false'/><author><name>kethare</name><uri>http://www.blogger.com/profile/17450459444835201876</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>138</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6833741015620783493.post-5002820921802105812</id><published>2011-03-10T02:13:00.000-08:00</published><updated>2011-03-10T02:56:47.140-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="SQL"/><title type='text'>Date Conversion in SQL</title><content type='html'>&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; font-weight: bold; &quot;&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; color: blue; &quot;&gt;SELECT&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; &quot;&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;convert&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: blue; &quot;&gt;datetime&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: red; &quot;&gt;&#39;15/03/18&#39;&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;,&lt;/span&gt;3&lt;span style=&quot;color: gray; &quot;&gt;)&lt;/span&gt; &lt;span style=&quot;color: green; &quot;&gt;-- 2018-03-15 00:00:00.000&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; font-weight: bold; &quot;&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; color: blue; &quot;&gt;SELECT&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; &quot;&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;convert&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: blue; &quot;&gt;datetime&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: red; &quot;&gt;&#39;15.03.18&#39;&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;,&lt;/span&gt;4&lt;span style=&quot;color: gray; &quot;&gt;)&lt;/span&gt; &lt;span style=&quot;color: green; &quot;&gt;-- 2018-03-15 00:00:00.000&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; font-weight: bold; &quot;&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; &quot;&gt;&lt;span style=&quot;color: green; &quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; &quot;&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0); font-weight: bold; &quot;&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; color: blue; &quot;&gt;SELECT&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; &quot;&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;convert&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: blue; &quot;&gt;varchar&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: fuchsia; &quot;&gt;getdate&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;())&lt;/span&gt;    &lt;span style=&quot;color: green; &quot;&gt;-- Mar 15 2018 10:35AM&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0); font-weight: bold; &quot;&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; color: blue; &quot;&gt;SELECT&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; &quot;&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;convert&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: blue; &quot;&gt;varchar&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: fuchsia; &quot;&gt;getdate&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(),&lt;/span&gt;0&lt;span style=&quot;color: gray; &quot;&gt;)&lt;/span&gt;  &lt;span style=&quot;color: green; &quot;&gt;-- Mar 15 2018 10:35AM&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0); font-weight: bold; &quot;&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; color: blue; &quot;&gt;SELECT&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; &quot;&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;convert&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: blue; &quot;&gt;varchar&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: fuchsia; &quot;&gt;getdate&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(),&lt;/span&gt;1&lt;span style=&quot;color: gray; &quot;&gt;)&lt;/span&gt;  &lt;span style=&quot;color: green; &quot;&gt;-- 03/15/18&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0); font-weight: bold; &quot;&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; color: blue; &quot;&gt;SELECT&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; &quot;&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;convert&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: blue; &quot;&gt;varchar&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: fuchsia; &quot;&gt;getdate&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(),&lt;/span&gt;2&lt;span style=&quot;color: gray; &quot;&gt;)&lt;/span&gt;  &lt;span style=&quot;color: green; &quot;&gt;-- 18.03.15&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0); font-weight: bold; &quot;&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; color: blue; &quot;&gt;SELECT&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; &quot;&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;convert&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: blue; &quot;&gt;varchar&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: fuchsia; &quot;&gt;getdate&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(),&lt;/span&gt;3&lt;span style=&quot;color: gray; &quot;&gt;)&lt;/span&gt;  &lt;span style=&quot;color: green; &quot;&gt;-- 15/03/18&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0); font-weight: bold; &quot;&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; color: blue; &quot;&gt;SELECT&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; &quot;&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;convert&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: blue; &quot;&gt;varchar&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: fuchsia; &quot;&gt;getdate&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(),&lt;/span&gt;4&lt;span style=&quot;color: gray; &quot;&gt;)&lt;/span&gt;  &lt;span style=&quot;color: green; &quot;&gt;-- 15.03.18&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0); font-weight: bold; &quot;&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; color: blue; &quot;&gt;SELECT&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; &quot;&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;convert&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: blue; &quot;&gt;varchar&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: fuchsia; &quot;&gt;getdate&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(),&lt;/span&gt;5&lt;span style=&quot;color: gray; &quot;&gt;)&lt;/span&gt;  &lt;span style=&quot;color: green; &quot;&gt;-- 15-03-18&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0); font-weight: bold; &quot;&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; color: blue; &quot;&gt;SELECT&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; &quot;&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;convert&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: blue; &quot;&gt;varchar&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: fuchsia; &quot;&gt;getdate&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(),&lt;/span&gt;6&lt;span style=&quot;color: gray; &quot;&gt;)&lt;/span&gt;  &lt;span style=&quot;color: green; &quot;&gt;-- 15 Mar 18&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0); font-weight: bold; &quot;&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; color: blue; &quot;&gt;SELECT&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; &quot;&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;convert&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: blue; &quot;&gt;varchar&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: fuchsia; &quot;&gt;getdate&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(),&lt;/span&gt;7&lt;span style=&quot;color: gray; &quot;&gt;)&lt;/span&gt;  &lt;span style=&quot;color: green; &quot;&gt;-- Mar 15, 18&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0); font-weight: bold; &quot;&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; color: blue; &quot;&gt;SELECT&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; &quot;&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;convert&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: blue; &quot;&gt;varchar&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: fuchsia; &quot;&gt;getdate&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(),&lt;/span&gt;8&lt;span style=&quot;color: gray; &quot;&gt;)&lt;/span&gt;  &lt;span style=&quot;color: green; &quot;&gt;-- 10:39:39&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0); font-weight: bold; &quot;&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; color: blue; &quot;&gt;SELECT&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; &quot;&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;convert&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: blue; &quot;&gt;varchar&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: fuchsia; &quot;&gt;getdate&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(),&lt;/span&gt;9&lt;span style=&quot;color: gray; &quot;&gt;)&lt;/span&gt;  &lt;span style=&quot;color: green; &quot;&gt;-- Mar 15 2018 10:39:48:373AM&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0); font-weight: bold; &quot;&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; color: blue; &quot;&gt;SELECT&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; &quot;&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;convert&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: blue; &quot;&gt;varchar&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: fuchsia; &quot;&gt;getdate&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(),&lt;/span&gt;10&lt;span style=&quot;color: gray; &quot;&gt;)&lt;/span&gt; &lt;span style=&quot;color: green; &quot;&gt;-- 03-15-18&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0); font-weight: bold; &quot;&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; color: blue; &quot;&gt;SELECT&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; &quot;&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;convert&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: blue; &quot;&gt;varchar&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: fuchsia; &quot;&gt;getdate&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(),&lt;/span&gt;11&lt;span style=&quot;color: gray; &quot;&gt;)&lt;/span&gt; &lt;span style=&quot;color: green; &quot;&gt;-- 18/03/15&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0); font-weight: bold; &quot;&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; color: blue; &quot;&gt;SELECT&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; &quot;&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;convert&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: blue; &quot;&gt;varchar&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: fuchsia; &quot;&gt;getdate&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(),&lt;/span&gt;15&lt;span style=&quot;color: gray; &quot;&gt;)&lt;/span&gt; &lt;span style=&quot;color: green; &quot;&gt;-- 180315&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0); font-weight: bold; &quot;&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; color: blue; &quot;&gt;SELECT&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; &quot;&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;convert&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: blue; &quot;&gt;varchar&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: fuchsia; &quot;&gt;getdate&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(),&lt;/span&gt;13&lt;span style=&quot;color: gray; &quot;&gt;)&lt;/span&gt; &lt;span style=&quot;color: green; &quot;&gt;-- 15 Mar 2018 10:41:07:590&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0); font-weight: bold; &quot;&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; color: blue; &quot;&gt;SELECT&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; &quot;&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;convert&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: blue; &quot;&gt;varchar&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: fuchsia; &quot;&gt;getdate&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(),&lt;/span&gt;14&lt;span style=&quot;color: gray; &quot;&gt;)&lt;/span&gt; &lt;span style=&quot;color: green; &quot;&gt;-- 10:41:25:903&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0); font-weight: bold; &quot;&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; color: blue; &quot;&gt;SELECT&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; &quot;&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;convert&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: blue; &quot;&gt;varchar&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: fuchsia; &quot;&gt;getdate&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(),&lt;/span&gt;20&lt;span style=&quot;color: gray; &quot;&gt;)&lt;/span&gt; &lt;span style=&quot;color: green; &quot;&gt;-- 2018-03-15 10:43:56&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0); font-weight: bold; &quot;&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; color: blue; &quot;&gt;SELECT&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; &quot;&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;convert&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: blue; &quot;&gt;varchar&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: fuchsia; &quot;&gt;getdate&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(),&lt;/span&gt;21&lt;span style=&quot;color: gray; &quot;&gt;)&lt;/span&gt; &lt;span style=&quot;color: green; &quot;&gt;-- 2018-03-15 10:44:04.950&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0); font-weight: bold; &quot;&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; color: blue; &quot;&gt;SELECT&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; &quot;&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;convert&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: blue; &quot;&gt;varchar&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: fuchsia; &quot;&gt;getdate&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(),&lt;/span&gt;22&lt;span style=&quot;color: gray; &quot;&gt;)&lt;/span&gt; &lt;span style=&quot;color: green; &quot;&gt;-- 03/15/18 10:44:50 AM&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0); font-weight: bold; &quot;&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; color: blue; &quot;&gt;SELECT&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; &quot;&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;convert&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: blue; &quot;&gt;varchar&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: fuchsia; &quot;&gt;getdate&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(),&lt;/span&gt;23&lt;span style=&quot;color: gray; &quot;&gt;)&lt;/span&gt; &lt;span style=&quot;color: green; &quot;&gt;-- 2018-03-15&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0); font-weight: bold; &quot;&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; color: blue; &quot;&gt;SELECT&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; &quot;&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;convert&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: blue; &quot;&gt;varchar&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: fuchsia; &quot;&gt;getdate&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(),&lt;/span&gt;24&lt;span style=&quot;color: gray; &quot;&gt;)&lt;/span&gt; &lt;span style=&quot;color: green; &quot;&gt;-- 10:45:45&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: 17px; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0); font-weight: bold; &quot;&gt;&lt;span style=&quot;line-height: 14px; font-family: &#39;Courier New&#39;; font-size: 10pt; color: blue; &quot;&gt;SELECT&lt;/span&gt;&lt;span style=&quot;line-height: 14px; font-family: &#39;Courier New&#39;; font-size: 10pt; &quot;&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;convert&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: blue; &quot;&gt;varchar&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: fuchsia; &quot;&gt;getdate&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(),&lt;/span&gt;25&lt;span style=&quot;color: gray; &quot;&gt;)&lt;/span&gt; &lt;span style=&quot;color: green; &quot;&gt;-- 2018-03-15 10:46:11.263&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: 17px; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0); font-weight: bold; &quot;&gt;&lt;span style=&quot;line-height: 14px; font-family: &#39;Courier New&#39;; font-size: 10pt; &quot;&gt;&lt;span style=&quot;color: green; &quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: 17px; &quot;&gt;&lt;span style=&quot;line-height: 14px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: normal; &quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: 17px; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0); font-weight: bold; &quot;&gt;&lt;span style=&quot;line-height: 14px; font-family: &#39;Courier New&#39;; font-size: 10pt; color: blue; &quot;&gt;SELECT&lt;/span&gt;&lt;span style=&quot;line-height: 14px; font-family: &#39;Courier New&#39;; font-size: 10pt; &quot;&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;convert&lt;/span&gt;&lt;span style=&quot;color: navy; &quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: blue; &quot;&gt;varchar&lt;/span&gt;&lt;span style=&quot;color: navy; &quot;&gt;,&lt;/span&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;getdate&lt;/span&gt;&lt;span style=&quot;color: navy; &quot;&gt;(),&lt;/span&gt; 100&lt;span style=&quot;color: navy; &quot;&gt;)&lt;/span&gt; &lt;span style=&quot;color: green; &quot;&gt;-- Oct 23 2016 10:22AM (or PM)&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; color: blue; &quot;&gt;SELECT&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; &quot;&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;convert&lt;/span&gt;&lt;span style=&quot;color: navy; &quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: blue; &quot;&gt;varchar&lt;/span&gt;&lt;span style=&quot;color: navy; &quot;&gt;,&lt;/span&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;getdate&lt;/span&gt;&lt;span style=&quot;color: navy; &quot;&gt;(),&lt;/span&gt; 101&lt;span style=&quot;color: navy; &quot;&gt;)&lt;/span&gt; &lt;span style=&quot;color: green; &quot;&gt;-- 10/23/2016&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0); font-weight: bold; &quot;&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; color: blue; &quot;&gt;SELECT&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; &quot;&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;convert&lt;/span&gt;&lt;span style=&quot;color: navy; &quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: blue; &quot;&gt;varchar&lt;/span&gt;&lt;span style=&quot;color: navy; &quot;&gt;,&lt;/span&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;getdate&lt;/span&gt;&lt;span style=&quot;color: navy; &quot;&gt;(),&lt;/span&gt; 102&lt;span style=&quot;color: navy; &quot;&gt;)&lt;/span&gt; &lt;span style=&quot;color: green; &quot;&gt;-- 2016.10.23&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0); font-weight: bold; &quot;&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; color: blue; &quot;&gt;SELECT&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; &quot;&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;convert&lt;/span&gt;&lt;span style=&quot;color: navy; &quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: blue; &quot;&gt;varchar&lt;/span&gt;&lt;span style=&quot;color: navy; &quot;&gt;,&lt;/span&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;getdate&lt;/span&gt;&lt;span style=&quot;color: navy; &quot;&gt;(),&lt;/span&gt; 103&lt;span style=&quot;color: navy; &quot;&gt;)&lt;/span&gt; &lt;span style=&quot;color: green; &quot;&gt;-- 23/10/2016&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0); font-weight: bold; &quot;&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; color: blue; &quot;&gt;SELECT&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; &quot;&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;convert&lt;/span&gt;&lt;span style=&quot;color: navy; &quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: blue; &quot;&gt;varchar&lt;/span&gt;&lt;span style=&quot;color: navy; &quot;&gt;,&lt;/span&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;getdate&lt;/span&gt;&lt;span style=&quot;color: navy; &quot;&gt;(),&lt;/span&gt; 104&lt;span style=&quot;color: navy; &quot;&gt;)&lt;/span&gt; &lt;span style=&quot;color: green; &quot;&gt;-- 23.10.2016&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0); font-weight: bold; &quot;&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; color: blue; &quot;&gt;SELECT&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; &quot;&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;convert&lt;/span&gt;&lt;span style=&quot;color: navy; &quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: blue; &quot;&gt;varchar&lt;/span&gt;&lt;span style=&quot;color: navy; &quot;&gt;,&lt;/span&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;getdate&lt;/span&gt;&lt;span style=&quot;color: navy; &quot;&gt;(),&lt;/span&gt; 105&lt;span style=&quot;color: navy; &quot;&gt;)&lt;/span&gt; &lt;span style=&quot;color: green; &quot;&gt;-- 23-10-2016&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0); font-weight: bold; &quot;&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; color: blue; &quot;&gt;SELECT&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; &quot;&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;convert&lt;/span&gt;&lt;span style=&quot;color: navy; &quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: blue; &quot;&gt;varchar&lt;/span&gt;&lt;span style=&quot;color: navy; &quot;&gt;,&lt;/span&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;getdate&lt;/span&gt;&lt;span style=&quot;color: navy; &quot;&gt;(),&lt;/span&gt; 106&lt;span style=&quot;color: navy; &quot;&gt;)&lt;/span&gt; &lt;span style=&quot;color: green; &quot;&gt;-- 23 Oct 2016&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0); font-weight: bold; &quot;&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; color: blue; &quot;&gt;SELECT&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; &quot;&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;convert&lt;/span&gt;&lt;span style=&quot;color: navy; &quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: blue; &quot;&gt;varchar&lt;/span&gt;&lt;span style=&quot;color: navy; &quot;&gt;,&lt;/span&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;getdate&lt;/span&gt;&lt;span style=&quot;color: navy; &quot;&gt;(),&lt;/span&gt; 107&lt;span style=&quot;color: navy; &quot;&gt;)&lt;/span&gt; &lt;span style=&quot;color: green; &quot;&gt;-- Oct 23, 2016&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0); font-weight: bold; &quot;&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; color: blue; &quot;&gt;SELECT&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; &quot;&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;convert&lt;/span&gt;&lt;span style=&quot;color: navy; &quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: blue; &quot;&gt;varchar&lt;/span&gt;&lt;span style=&quot;color: navy; &quot;&gt;,&lt;/span&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;getdate&lt;/span&gt;&lt;span style=&quot;color: navy; &quot;&gt;(),&lt;/span&gt; 108&lt;span style=&quot;color: navy; &quot;&gt;)&lt;/span&gt; &lt;span style=&quot;color: green; &quot;&gt;-- 09:10:34&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0); font-weight: bold; &quot;&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; color: blue; &quot;&gt;SELECT&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; &quot;&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;convert&lt;/span&gt;&lt;span style=&quot;color: navy; &quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: blue; &quot;&gt;varchar&lt;/span&gt;&lt;span style=&quot;color: navy; &quot;&gt;,&lt;/span&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;getdate&lt;/span&gt;&lt;span style=&quot;color: navy; &quot;&gt;(),&lt;/span&gt; 109&lt;span style=&quot;color: navy; &quot;&gt;)&lt;/span&gt; &lt;span style=&quot;color: green; &quot;&gt;-- Oct 23 2016 11:10:33:993AM (or PM)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0); font-weight: bold; &quot;&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; color: blue; &quot;&gt;SELECT&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; &quot;&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;convert&lt;/span&gt;&lt;span style=&quot;color: navy; &quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: blue; &quot;&gt;varchar&lt;/span&gt;&lt;span style=&quot;color: navy; &quot;&gt;,&lt;/span&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;getdate&lt;/span&gt;&lt;span style=&quot;color: navy; &quot;&gt;(),&lt;/span&gt; 110&lt;span style=&quot;color: navy; &quot;&gt;)&lt;/span&gt; &lt;span style=&quot;color: green; &quot;&gt;-- 10-23-2016&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0); font-weight: bold; &quot;&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; color: blue; &quot;&gt;SELECT&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; &quot;&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;convert&lt;/span&gt;&lt;span style=&quot;color: navy; &quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: blue; &quot;&gt;varchar&lt;/span&gt;&lt;span style=&quot;color: navy; &quot;&gt;,&lt;/span&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;getdate&lt;/span&gt;&lt;span style=&quot;color: navy; &quot;&gt;(),&lt;/span&gt; 111&lt;span style=&quot;color: navy; &quot;&gt;)&lt;/span&gt; &lt;span style=&quot;color: green; &quot;&gt;-- 2016/10/23&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0); font-weight: bold; &quot;&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; color: blue; &quot;&gt;SELECT&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; &quot;&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;convert&lt;/span&gt;&lt;span style=&quot;color: navy; &quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: blue; &quot;&gt;varchar&lt;/span&gt;&lt;span style=&quot;color: navy; &quot;&gt;,&lt;/span&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;getdate&lt;/span&gt;&lt;span style=&quot;color: navy; &quot;&gt;(),&lt;/span&gt; 112&lt;span style=&quot;color: navy; &quot;&gt;)&lt;/span&gt; &lt;span style=&quot;color: green; &quot;&gt;-- 20161023&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0); font-weight: bold; &quot;&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; color: blue; &quot;&gt;SELECT&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; &quot;&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;convert&lt;/span&gt;&lt;span style=&quot;color: navy; &quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: blue; &quot;&gt;varchar&lt;/span&gt;&lt;span style=&quot;color: navy; &quot;&gt;,&lt;/span&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;getdate&lt;/span&gt;&lt;span style=&quot;color: navy; &quot;&gt;(),&lt;/span&gt; 113&lt;span style=&quot;color: navy; &quot;&gt;)&lt;/span&gt; &lt;span style=&quot;color: green; &quot;&gt;-- 23 Oct 2016 06:10:55:383&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0); font-weight: bold; &quot;&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; color: blue; &quot;&gt;SELECT&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; &quot;&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;convert&lt;/span&gt;&lt;span style=&quot;color: navy; &quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: blue; &quot;&gt;varchar&lt;/span&gt;&lt;span style=&quot;color: navy; &quot;&gt;,&lt;/span&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;getdate&lt;/span&gt;&lt;span style=&quot;color: navy; &quot;&gt;(),&lt;/span&gt; 114&lt;span style=&quot;color: navy; &quot;&gt;)&lt;/span&gt; &lt;span style=&quot;color: green; &quot;&gt;-- 06:10:55:383(24h)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0); font-weight: bold; &quot;&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; color: blue; &quot;&gt;SELECT&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; &quot;&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;convert&lt;/span&gt;&lt;span style=&quot;color: navy; &quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: blue; &quot;&gt;varchar&lt;/span&gt;&lt;span style=&quot;color: navy; &quot;&gt;,&lt;/span&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;getdate&lt;/span&gt;&lt;span style=&quot;color: navy; &quot;&gt;(),&lt;/span&gt; 120&lt;span style=&quot;color: navy; &quot;&gt;)&lt;/span&gt; &lt;span style=&quot;color: green; &quot;&gt;-- 2016-10-23 06:10:55(24h)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0); font-weight: bold; &quot;&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; color: blue; &quot;&gt;SELECT&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; &quot;&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;convert&lt;/span&gt;&lt;span style=&quot;color: navy; &quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: blue; &quot;&gt;varchar&lt;/span&gt;&lt;span style=&quot;color: navy; &quot;&gt;,&lt;/span&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;getdate&lt;/span&gt;&lt;span style=&quot;color: navy; &quot;&gt;(),&lt;/span&gt; 121&lt;span style=&quot;color: navy; &quot;&gt;)&lt;/span&gt; &lt;span style=&quot;color: green; &quot;&gt;-- 2016-10-23 06:10:55.383&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0); font-weight: bold; &quot;&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; color: blue; &quot;&gt;SELECT&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; &quot;&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;convert&lt;/span&gt;&lt;span style=&quot;color: navy; &quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: blue; &quot;&gt;varchar&lt;/span&gt;&lt;span style=&quot;color: navy; &quot;&gt;,&lt;/span&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;getdate&lt;/span&gt;&lt;span style=&quot;color: navy; &quot;&gt;(),&lt;/span&gt; 126&lt;span style=&quot;color: navy; &quot;&gt;)&lt;/span&gt; &lt;span style=&quot;color: green; &quot;&gt;-- 2016-10-23T06:10:55.383&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0); font-weight: bold; &quot;&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; &quot;&gt;&lt;span style=&quot;color: green; &quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; &quot;&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: 17px; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0); font-weight: bold; &quot;&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; color: blue; &quot;&gt;SELECT&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; &quot;&gt; [Date] &lt;span style=&quot;color: gray; &quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;    CAST&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: red; &quot;&gt;&#39;20120228&#39;&lt;/span&gt; &lt;span style=&quot;color: blue; &quot;&gt;AS&lt;/span&gt; &lt;span style=&quot;color: blue; &quot;&gt;date&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;) &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; color: green; &quot;&gt;        -- 2012-02-28&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: 17px; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0); font-weight: bold; &quot;&gt;&lt;span class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt; &quot;&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; color: blue; &quot;&gt;SELECT&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; &quot;&gt; [Datetime] &lt;span style=&quot;color: gray; &quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;CAST&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: red; &quot;&gt;&#39;20120228&#39;&lt;/span&gt; &lt;span style=&quot;color: blue; &quot;&gt;AS&lt;/span&gt; &lt;span style=&quot;color: blue; &quot;&gt;datetime&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/span&gt; &lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; color: green; &quot;&gt;     -- 2012-02-28 00:00:00.000&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0); font-weight: bold; &quot;&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; color: blue; &quot;&gt;SELECT&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; &quot;&gt; [Datetime] &lt;span style=&quot;color: gray; &quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;CAST&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: red; &quot;&gt;&#39;20120228&#39;&lt;/span&gt; &lt;span style=&quot;color: blue; &quot;&gt;AS&lt;/span&gt; &lt;span style=&quot;color: blue; &quot;&gt;smalldatetime&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;)&lt;/span&gt;&lt;/span&gt; &lt;span style=&quot;line-height: 14px; font-family: &#39;Courier New&#39;; font-size: 10pt; color: green; &quot;&gt;-- 2012-02-28 00:00:00&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0); font-weight: bold; &quot;&gt;&lt;span style=&quot;line-height: 14px; font-family: &#39;Courier New&#39;; font-size: 10pt; color: green; &quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; &quot;&gt;&lt;span style=&quot;line-height: 14px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: normal; &quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0); font-weight: bold; &quot;&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; color: blue; &quot;&gt;DECLARE&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; &quot;&gt; @sDate &lt;span style=&quot;color: blue; &quot;&gt;varchar&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(&lt;/span&gt;10&lt;span style=&quot;color: gray; &quot;&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0); font-weight: bold; &quot;&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; color: blue; &quot;&gt;SET&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; &quot;&gt; @sDate &lt;span style=&quot;color: gray; &quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: red; &quot;&gt;&#39;2010/03/15&#39;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0); font-weight: bold; &quot;&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; color: green; &quot;&gt;-- DATEDIFF (delta) between two dates in months&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0); font-weight: bold; &quot;&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; color: blue; &quot;&gt;SELECT&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; &quot;&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;GETDATE&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(),&lt;/span&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;DATEDIFF&lt;/span&gt;&lt;span style=&quot;color: blue; &quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: fuchsia; &quot;&gt;MONTH&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;,&lt;/span&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;GETDATE&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(),&lt;/span&gt; @sDate&lt;span style=&quot;color: gray; &quot;&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0); font-weight: bold; &quot;&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; color: blue; &quot;&gt;SELECT&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; &quot;&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;GETDATE&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(),&lt;/span&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;DATEDIFF&lt;/span&gt;&lt;span style=&quot;color: blue; &quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: fuchsia; &quot;&gt;MONTH&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;,&lt;/span&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;GETDATE&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(),&lt;/span&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;CAST&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(&lt;/span&gt;@sDate &lt;span style=&quot;color: blue; &quot;&gt;as&lt;/span&gt; &lt;span style=&quot;color: blue; &quot;&gt;datetime&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;))&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0); font-weight: bold; &quot;&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; color: blue; &quot;&gt;SELECT&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; &quot;&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;GETDATE&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(),&lt;/span&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;DATEDIFF&lt;/span&gt;&lt;span style=&quot;color: blue; &quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: fuchsia; &quot;&gt;MONTH&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;,&lt;/span&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;GETDATE&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(),&lt;/span&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;CONVERT&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: blue; &quot;&gt;datetime&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;,&lt;/span&gt;@sDate&lt;span style=&quot;color: gray; &quot;&gt;))&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0); font-weight: bold; &quot;&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; color: blue; &quot;&gt;SELECT&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; &quot;&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;GETDATE&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(),&lt;/span&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;DATEDIFF&lt;/span&gt;&lt;span style=&quot;color: blue; &quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: fuchsia; &quot;&gt;MONTH&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;,&lt;/span&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;GETDATE&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(),&lt;/span&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;CONVERT&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: blue; &quot;&gt;datetime&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;,&lt;/span&gt;@sDate&lt;span style=&quot;color: gray; &quot;&gt;,&lt;/span&gt;111&lt;span style=&quot;color: gray; &quot;&gt;))&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0); font-weight: bold; &quot;&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; color: green; &quot;&gt;-- Seme results for above: 2008-12-29 11:04:51.097    15&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0); font-weight: bold; &quot;&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; color: green; &quot;&gt; &lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0); font-weight: bold; &quot;&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; color: green; &quot;&gt;-- SQL convert to datetime with wrong style (111 correct, 112 incorrect)&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0); font-weight: bold; &quot;&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; color: blue; &quot;&gt;SELECT&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; &quot;&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;GETDATE&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(),&lt;/span&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;DATEDIFF&lt;/span&gt;&lt;span style=&quot;color: blue; &quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: fuchsia; &quot;&gt;MONTH&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;,&lt;/span&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;GETDATE&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(),&lt;/span&gt; &lt;span style=&quot;color: fuchsia; &quot;&gt;CONVERT&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: blue; &quot;&gt;datetime&lt;/span&gt;&lt;span style=&quot;color: gray; &quot;&gt;,&lt;/span&gt;@sDate&lt;span style=&quot;color: gray; &quot;&gt;,&lt;/span&gt;112&lt;span style=&quot;color: gray; &quot;&gt;))&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(0, 0, 0); font-weight: bold; &quot;&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; &quot;&gt;&lt;span style=&quot;color: gray; &quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot;    style=&quot;font-weight: bold; &quot;&gt;Above SQL query is very much helpfull for me. I refer this from &lt;a href=&quot;http://www.sqlusa.com/bestpractices2005/sqlserverstringtodate/&quot;&gt;sqlusa.com&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='http://nkmytechnologies.blogspot.com/feeds/5002820921802105812/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nkmytechnologies.blogspot.com/2011/03/date-conversion-in-sql.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6833741015620783493/posts/default/5002820921802105812'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6833741015620783493/posts/default/5002820921802105812'/><link rel='alternate' type='text/html' href='http://nkmytechnologies.blogspot.com/2011/03/date-conversion-in-sql.html' title='Date Conversion in SQL'/><author><name>kethare</name><uri>http://www.blogger.com/profile/17450459444835201876</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6833741015620783493.post-7980468885276207432</id><published>2011-02-22T15:08:00.000-08:00</published><updated>2011-02-22T15:11:43.340-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="SQL"/><title type='text'>An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)</title><content type='html'>&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgGDNLOxxzvCZDHSFhujSm5m5_m-fZclFwexsvHSonzNW8LDU3SBVwJXsTbXiaJ_ocKk05yyT0uLrRwvqM0JqPpQKI680x00oN57gu4XABjUQyiKquAAlr0Q4v2u1sOs4oz0BX3MWeBb0A/s1600/Error+3241.png&quot;&gt;&lt;img style=&quot;display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 97px;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgGDNLOxxzvCZDHSFhujSm5m5_m-fZclFwexsvHSonzNW8LDU3SBVwJXsTbXiaJ_ocKk05yyT0uLrRwvqM0JqPpQKI680x00oN57gu4XABjUQyiKquAAlr0Q4v2u1sOs4oz0BX3MWeBb0A/s320/Error+3241.png&quot; border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5576655111459926306&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: rgb(44, 44, 41); font-family: Tahoma; font-size: 11px; &quot;&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;Today i tried to restore the backup Database to another SQL Server 2008 R2, but i got the error as&lt;/p&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;&lt;em style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-position: initial initial; background-repeat: initial initial; &quot;&gt;&quot;An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)&quot;&lt;/em&gt;&lt;/p&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;&lt;em style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-position: initial initial; background-repeat: initial initial; &quot;&gt;Additional information:&lt;br /&gt;The media family on device &#39;Backupfile.bak&#39; is incorrectly formed. SQL Server cannot process this media family.&lt;br /&gt;RESTORE HEADERONLY is terminating abnormally. (Microsoft SQL Server, Error: 3241)&lt;/em&gt;&lt;/p&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;&lt;em style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-position: initial initial; background-repeat: initial initial; &quot;&gt;&lt;br /&gt;&lt;/em&gt;&lt;/p&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;&lt;strong style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-position: initial initial; background-repeat: initial initial; &quot;&gt;&lt;em style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-position: initial initial; background-repeat: initial initial; &quot;&gt;Reason For Failur&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;The backup was corrupted. The file was transferred using FTP in text mode rather than binary mode.&lt;/p&gt;&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://nkmytechnologies.blogspot.com/feeds/7980468885276207432/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nkmytechnologies.blogspot.com/2011/02/exception-occurred-while-executing.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6833741015620783493/posts/default/7980468885276207432'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6833741015620783493/posts/default/7980468885276207432'/><link rel='alternate' type='text/html' href='http://nkmytechnologies.blogspot.com/2011/02/exception-occurred-while-executing.html' title='An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)'/><author><name>kethare</name><uri>http://www.blogger.com/profile/17450459444835201876</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgGDNLOxxzvCZDHSFhujSm5m5_m-fZclFwexsvHSonzNW8LDU3SBVwJXsTbXiaJ_ocKk05yyT0uLrRwvqM0JqPpQKI680x00oN57gu4XABjUQyiKquAAlr0Q4v2u1sOs4oz0BX3MWeBb0A/s72-c/Error+3241.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6833741015620783493.post-5904940801905985968</id><published>2011-02-19T10:22:00.000-08:00</published><updated>2011-02-19T10:30:22.810-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="win app"/><title type='text'>Format Data in the Windows Forms DataGridView Control</title><content type='html'>Useful coding for formation the cells in datagridview in &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/f9x2790s.aspx&quot;&gt;MSDN site&lt;/a&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; &quot;&gt;&lt;h3 class=&quot;procedureSubHeading&quot; style=&quot;font-family: &#39;Segoe UI&#39;, Verdana, Arial; font-size: 1.077em; color: rgb(63, 82, 156); font-weight: bold; &quot;&gt;To enable wordwrap in text-based cells&lt;/h3&gt;&lt;div&gt;&lt;pre style=&quot;padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: Consolas, Courier, monospace; word-break: break-all; word-wrap: break-word; font-style: normal; font-weight: normal; overflow-x: auto; overflow-y: auto; &quot;&gt;&lt;span style=&quot;color: blue; &quot;&gt;this&lt;/span&gt;.dataGridView1.DefaultCellStyle.WrapMode =     DataGridViewTriState.True;&lt;/pre&gt;&lt;pre style=&quot;padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; word-break: break-all; word-wrap: break-word; font-style: normal; font-weight: normal; overflow-x: auto; overflow-y: auto; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;white-space: normal; &quot;&gt;&lt;h3 class=&quot;procedureSubHeading&quot; style=&quot;font-family: &#39;Segoe UI&#39;, Verdana, Arial; font-size: 1.077em; color: rgb(63, 82, 156); font-weight: bold; &quot;&gt;To specify the text alignment of DataGridView cells&lt;/h3&gt;&lt;div&gt;&lt;pre style=&quot;padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: Consolas, Courier, monospace; word-break: break-all; word-wrap: break-word; font-style: normal; font-weight: normal; overflow-x: auto; overflow-y: auto; &quot;&gt;&lt;span style=&quot;color: blue; &quot;&gt;this&lt;/span&gt;.dataGridView1.Columns[&lt;span style=&quot;color: rgb(163, 21, 21); &quot;&gt;&quot;CustomerName&quot;&lt;/span&gt;].DefaultCellStyle     .Alignment = DataGridViewContentAlignment.MiddleRight;&lt;/pre&gt;&lt;pre style=&quot;padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; word-break: break-all; word-wrap: break-word; font-style: normal; font-weight: normal; overflow-x: auto; overflow-y: auto; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;white-space: normal; &quot;&gt;&lt;h3 class=&quot;procedureSubHeading&quot; style=&quot;font-family: &#39;Segoe UI&#39;, Verdana, Arial; font-size: 1.077em; color: rgb(63, 82, 156); font-weight: bold; &quot;&gt;To customize the display of null database values&lt;/h3&gt;&lt;div&gt;&lt;pre style=&quot;padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: Consolas, Courier, monospace; word-break: break-all; word-wrap: break-word; font-style: normal; font-weight: normal; overflow-x: auto; overflow-y: auto; &quot;&gt;&lt;span style=&quot;color: blue; &quot;&gt;this&lt;/span&gt;.dataGridView1.DefaultCellStyle.NullValue = &lt;span style=&quot;color: rgb(163, 21, 21); &quot;&gt;&quot;no entry&quot;&lt;/span&gt;;&lt;/pre&gt;&lt;pre style=&quot;padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; word-break: break-all; word-wrap: break-word; font-style: normal; font-weight: normal; overflow-x: auto; overflow-y: auto; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;white-space: normal; &quot;&gt;&lt;h3 class=&quot;procedureSubHeading&quot; style=&quot;font-family: &#39;Segoe UI&#39;, Verdana, Arial; font-size: 1.077em; color: rgb(63, 82, 156); font-weight: bold; &quot;&gt;To format currency and date values&lt;/h3&gt;&lt;div&gt;&lt;pre style=&quot;padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: Consolas, Courier, monospace; word-break: break-all; word-wrap: break-word; font-style: normal; font-weight: normal; overflow-x: auto; overflow-y: auto; &quot;&gt;&lt;span style=&quot;color: blue; &quot;&gt;this&lt;/span&gt;.dataGridView1.Columns[&lt;span style=&quot;color: rgb(163, 21, 21); &quot;&gt;&quot;UnitPrice&quot;&lt;/span&gt;].DefaultCellStyle.Format = &lt;span style=&quot;color: rgb(163, 21, 21); &quot;&gt;&quot;c&quot;&lt;/span&gt;; &lt;span style=&quot;color: blue; &quot;&gt;this&lt;/span&gt;.dataGridView1.Columns[&lt;span style=&quot;color: rgb(163, 21, 21); &quot;&gt;&quot;ShipDate&quot;&lt;/span&gt;].DefaultCellStyle.Format = &lt;span style=&quot;color: rgb(163, 21, 21); &quot;&gt;&quot;d&quot;&lt;/span&gt;;&lt;/pre&gt;&lt;pre style=&quot;padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: Consolas, Courier, monospace; word-break: break-all; word-wrap: break-word; font-style: normal; font-weight: normal; overflow-x: auto; overflow-y: auto; &quot;&gt;&lt;br /&gt;&lt;/pre&gt;&lt;pre style=&quot;padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; word-break: break-all; word-wrap: break-word; font-style: normal; font-weight: normal; overflow-x: auto; overflow-y: auto; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; &gt;And also as below&lt;/span&gt;&lt;/pre&gt;&lt;pre style=&quot;padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: Consolas, Courier, monospace; word-break: break-all; word-wrap: break-word; font-style: normal; font-weight: normal; overflow-x: auto; overflow-y: auto; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: rgb(51, 51, 51); font-family: &#39;Segoe UI&#39;, &#39;Lucida Grande&#39;, Verdana, Arial, Helvetica, sans-serif; line-height: 16px; white-space: normal; &quot;&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0cm; margin-right: 0cm; margin-bottom: 0pt; margin-left: 0cm; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; list-style-type: none; text-decoration: none; text-align: left; &quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: 新宋体; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 9pt; &quot;&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;  &lt;/span&gt;dataGridView1.Columns[0].DefaultCellStyle.Format = &lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(163, 21, 21); &quot;&gt;&quot;dd&#39;/&#39;MM&#39;/&#39;yyyy&quot;&lt;/span&gt;;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0cm; margin-right: 0cm; margin-bottom: 0pt; margin-left: 0cm; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; list-style-type: none; text-decoration: none; text-align: left; &quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: 新宋体; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 9pt; &quot;&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;            &lt;/span&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: green; &quot;&gt;//Get 13/12/2007&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0cm; margin-right: 0cm; margin-bottom: 0pt; margin-left: 0cm; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; list-style-type: none; text-decoration: none; text-align: left; &quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: 新宋体; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 9pt; &quot;&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;            &lt;/span&gt;dataGridView1.Columns[1].DefaultCellStyle.Format = &lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(163, 21, 21); &quot;&gt;&quot;dd&#39;/&#39;MM&#39;/&#39;yyyy hh:mm:ss tt&quot;&lt;/span&gt;;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0cm; margin-right: 0cm; margin-bottom: 0pt; margin-left: 0cm; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; list-style-type: none; text-decoration: none; text-align: left; &quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: 新宋体; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 9pt; &quot;&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;            &lt;/span&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: green; &quot;&gt;//Get 13/12/2007 5:00:11 PM&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/span&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/span&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/span&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nkmytechnologies.blogspot.com/feeds/5904940801905985968/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nkmytechnologies.blogspot.com/2011/02/format-data-in-windows-forms.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6833741015620783493/posts/default/5904940801905985968'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6833741015620783493/posts/default/5904940801905985968'/><link rel='alternate' type='text/html' href='http://nkmytechnologies.blogspot.com/2011/02/format-data-in-windows-forms.html' title='Format Data in the Windows Forms DataGridView Control'/><author><name>kethare</name><uri>http://www.blogger.com/profile/17450459444835201876</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6833741015620783493.post-7747187434273651072</id><published>2011-02-19T10:05:00.000-08:00</published><updated>2011-02-19T10:22:21.043-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="win app"/><title type='text'>validate Datagridview column</title><content type='html'>If you want to validate the column in the datagridview then you can choose  &quot;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: rgb(51, 51, 51); font-family: &#39;Segoe UI&#39;, &#39;Lucida Grande&#39;, Verdana, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 16px; &quot;&gt;CellValidating&quot;&lt;/span&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: rgb(51, 51, 51); font-family: &#39;Segoe UI&#39;, &#39;Lucida Grande&#39;, Verdana, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 16px; &quot;&gt;&lt;/span&gt;&lt;b&gt; Sample Codeing is as below&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: collapse; line-height: 18px; font-weight: normal; &quot;&gt;&lt;pre class=&quot;lang-cs prettyprint&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(238, 238, 238); overflow-x: auto; overflow-y: auto; width: auto; max-height: 600px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 16px; border-collapse: separate; white-space: normal; font-size: 12px;&quot;&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; margin-top: 0in; margin-right: 0in; margin-bottom: 0pt; margin-left: 0in; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; list-style-type: none; text-decoration: none; line-height: normal; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: rgb(51, 51, 51); font-family: &#39;Segoe UI&#39;, &#39;Lucida Grande&#39;, Verdana, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 16px; &quot;&gt; private void dataGridView1_CellValidating(object sender, DataGridViewCellValidatingEventArgs e)&lt;br /&gt;       {&lt;br /&gt;           DataGridViewTextBoxCell cell = dataGridView1[e.ColumnIndex, e.RowIndex] as DataGridViewTextBoxCell;&lt;br /&gt;&lt;br /&gt;           if (cell != null)&lt;br /&gt;           {&lt;br /&gt;               char[] chars = e.FormattedValue.ToString().ToCharArray();&lt;br /&gt;               foreach (char c in chars)&lt;br /&gt;               {&lt;br /&gt;                   if (char.IsDigit(c) == false)&lt;br /&gt;                   {&lt;br /&gt;                       MessageBox.Show(&quot;You have to enter digits only&quot;);&lt;br /&gt;                     &lt;br /&gt;                       e.Cancel = true;&lt;br /&gt;                       break;&lt;br /&gt;                   }&lt;br /&gt;               }&lt;br /&gt;           }&lt;br /&gt;       }&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 16px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;Suppose if you want to validate after pressing enter, then you can use as below&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: collapse; font-family: Arial, &#39;Liberation Sans&#39;, &#39;DejaVu Sans&#39;, sans-serif; font-size: 14px; line-height: 18px; &quot;&gt;&lt;pre class=&quot;lang-cs prettyprint&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(238, 238, 238); font-family: Consolas, Menlo, Monaco, &#39;Lucida Console&#39;, &#39;Liberation Mono&#39;, &#39;DejaVu Sans Mono&#39;, &#39;Bitstream Vera Sans Mono&#39;, &#39;Courier New&#39;, monospace, serif; overflow-x: auto; overflow-y: auto; width: auto; max-height: 600px; background-position: initial initial; background-repeat: initial initial; &quot;&gt;&lt;code style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(238, 238, 238); font-family: Consolas, Menlo, Monaco, &#39;Lucida Console&#39;, &#39;Liberation Mono&#39;, &#39;DejaVu Sans Mono&#39;, &#39;Bitstream Vera Sans Mono&#39;, &#39;Courier New&#39;, monospace, serif; background-position: initial initial; background-repeat: initial initial; &quot;&gt;&lt;span class=&quot;kwd&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 139); background-position: initial initial; background-repeat: initial initial; &quot;&gt;protected&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; &quot;&gt; &lt;/span&gt;&lt;span class=&quot;kwd&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 139); background-position: initial initial; background-repeat: initial initial; &quot;&gt;override&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; &quot;&gt; bool &lt;/span&gt;&lt;span class=&quot;typ&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(43, 145, 175); background-position: initial initial; background-repeat: initial initial; &quot;&gt;ProcessDialogKey&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; &quot;&gt;(&lt;/span&gt;&lt;span class=&quot;typ&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(43, 145, 175); background-position: initial initial; background-repeat: initial initial; &quot;&gt;Keys&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; &quot;&gt; keyData&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; &quot;&gt;)&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; &quot;&gt;&lt;br /&gt;    &lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; &quot;&gt;{&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; &quot;&gt;&lt;br /&gt;        &lt;/span&gt;&lt;span class=&quot;kwd&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 139); background-position: initial initial; background-repeat: initial initial; &quot;&gt;if&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; &quot;&gt; &lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; &quot;&gt;(&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; &quot;&gt;keyData &lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; &quot;&gt;==&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; &quot;&gt; &lt;/span&gt;&lt;span class=&quot;typ&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(43, 145, 175); background-position: initial initial; background-repeat: initial initial; &quot;&gt;Keys&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; &quot;&gt;.&lt;/span&gt;&lt;span class=&quot;typ&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(43, 145, 175); background-position: initial initial; background-repeat: initial initial; &quot;&gt;Enter&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; &quot;&gt;)&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; &quot;&gt;&lt;br /&gt;        &lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; &quot;&gt;{&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; &quot;&gt;&lt;br /&gt;            &lt;/span&gt;&lt;span class=&quot;typ&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(43, 145, 175); background-position: initial initial; background-repeat: initial initial; &quot;&gt;DataGridViewCell&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; &quot;&gt; currentCell &lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; &quot;&gt;=&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; &quot;&gt; &lt;/span&gt;&lt;span class=&quot;typ&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(43, 145, 175); background-position: initial initial; background-repeat: initial initial; &quot;&gt;CurrentCell&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; &quot;&gt;;&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; &quot;&gt;&lt;br /&gt;            &lt;/span&gt;&lt;span class=&quot;typ&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(43, 145, 175); background-position: initial initial; background-repeat: initial initial; &quot;&gt;EndEdit&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; &quot;&gt;();&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; &quot;&gt;&lt;br /&gt;            &lt;/span&gt;&lt;span class=&quot;typ&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(43, 145, 175); background-position: initial initial; background-repeat: initial initial; &quot;&gt;CurrentCell&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; &quot;&gt; &lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; &quot;&gt;=&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; &quot;&gt; &lt;/span&gt;&lt;span class=&quot;kwd&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 139); background-position: initial initial; background-repeat: initial initial; &quot;&gt;null&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; &quot;&gt;;&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; &quot;&gt;&lt;br /&gt;            &lt;/span&gt;&lt;span class=&quot;typ&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(43, 145, 175); background-position: initial initial; background-repeat: initial initial; &quot;&gt;CurrentCell&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; &quot;&gt; &lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; &quot;&gt;=&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; &quot;&gt; currentCell&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; &quot;&gt;;&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; &quot;&gt;&lt;br /&gt;            &lt;/span&gt;&lt;span class=&quot;kwd&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 139); background-position: initial initial; background-repeat: initial initial; &quot;&gt;return&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; &quot;&gt; &lt;/span&gt;&lt;span class=&quot;kwd&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 139); background-position: initial initial; background-repeat: initial initial; &quot;&gt;true&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; &quot;&gt;;&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; &quot;&gt;&lt;br /&gt;        &lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; &quot;&gt;}&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; &quot;&gt;&lt;br /&gt;        &lt;/span&gt;&lt;span class=&quot;kwd&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 139); background-position: initial initial; background-repeat: initial initial; &quot;&gt;return&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; &quot;&gt; &lt;/span&gt;&lt;span class=&quot;kwd&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 139); background-position: initial initial; background-repeat: initial initial; &quot;&gt;base&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; &quot;&gt;.&lt;/span&gt;&lt;span class=&quot;typ&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(43, 145, 175); background-position: initial initial; background-repeat: initial initial; &quot;&gt;ProcessDialogKey&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; &quot;&gt;(&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; &quot;&gt;keyData&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; &quot;&gt;);&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; &quot;&gt;&lt;br /&gt;    &lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(0, 0, 0); background-position: initial initial; background-repeat: initial initial; &quot;&gt;}&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;else you can also use EditControlShowing event&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: collapse; font-family: Arial, &#39;Liberation Sans&#39;, &#39;DejaVu Sans&#39;, sans-serif; font-size: 14px; line-height: 18px; &quot;&gt;&lt;pre class=&quot;lang-cs prettyprint&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(238, 238, 238); font-family: Consolas, Menlo, Monaco, &#39;Lucida Console&#39;, &#39;Liberation Mono&#39;, &#39;DejaVu Sans Mono&#39;, &#39;Bitstream Vera Sans Mono&#39;, &#39;Courier New&#39;, monospace, serif; overflow-x: auto; overflow-y: auto; width: auto; max-height: 600px; background-position: initial initial; background-repeat: initial initial; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: rgb(51, 51, 51); font-family: &#39;Segoe UI&#39;, &#39;Lucida Grande&#39;, Verdana, Arial, Helvetica, sans-serif; line-height: 16px; font-size: small; border-collapse: separate; white-space: normal; &quot;&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0in; margin-right: 0in; margin-bottom: 0pt; margin-left: 0in; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; list-style-type: none; text-decoration: none; line-height: normal; &quot;&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: 新宋体; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 9pt; &quot;&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: blue; &quot;&gt;void&lt;/span&gt; dataGridView1_EditingControlShowing(&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: blue; &quot;&gt;object&lt;/span&gt; sender,&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0in; margin-right: 0in; margin-bottom: 0pt; margin-left: 0in; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; list-style-type: none; text-decoration: none; line-height: normal; &quot;&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: 新宋体; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 9pt; &quot;&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;                 &lt;/span&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: teal; &quot;&gt;DataGridViewEditingControlShowingEventArgs&lt;/span&gt; e)&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0in; margin-right: 0in; margin-bottom: 0pt; margin-left: 0in; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; list-style-type: none; text-decoration: none; line-height: normal; &quot;&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: 新宋体; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 9pt; &quot;&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;            &lt;/span&gt;{&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0in; margin-right: 0in; margin-bottom: 0pt; margin-left: 0in; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; list-style-type: none; text-decoration: none; line-height: normal; &quot;&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: 新宋体; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 9pt; &quot;&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;                &lt;/span&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: blue; &quot;&gt;if&lt;/span&gt; (&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: blue; &quot;&gt;this&lt;/span&gt;.dataGridView1.CurrentCell.ColumnIndex == 0)&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0in; margin-right: 0in; margin-bottom: 0pt; margin-left: 0in; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; list-style-type: none; text-decoration: none; line-height: normal; &quot;&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: 新宋体; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 9pt; &quot;&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;                &lt;/span&gt;{&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0in; margin-right: 0in; margin-bottom: 0pt; margin-left: 0in; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; list-style-type: none; text-decoration: none; line-height: normal; &quot;&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: 新宋体; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 9pt; &quot;&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;                    &lt;/span&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: blue; &quot;&gt;if&lt;/span&gt; (e.Control &lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: blue; &quot;&gt;is&lt;/span&gt; &lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: teal; &quot;&gt;TextBox&lt;/span&gt;)&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0in; margin-right: 0in; margin-bottom: 0pt; margin-left: 0in; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; list-style-type: none; text-decoration: none; line-height: normal; &quot;&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: 新宋体; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 9pt; &quot;&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt; &lt;/span&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;                   &lt;/span&gt;{&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0in; margin-right: 0in; margin-bottom: 0pt; margin-left: 0in; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; list-style-type: none; text-decoration: none; line-height: normal; &quot;&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: 新宋体; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 9pt; &quot;&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;                        &lt;/span&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: teal; &quot;&gt;TextBox&lt;/span&gt; tb = e.Control &lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: blue; &quot;&gt;as&lt;/span&gt; &lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: teal; &quot;&gt;TextBox&lt;/span&gt;;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0in; margin-right: 0in; margin-bottom: 0pt; margin-left: 0in; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; list-style-type: none; text-decoration: none; line-height: normal; &quot;&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: 新宋体; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 9pt; &quot;&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;                        &lt;/span&gt;tb.KeyPress -= &lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: blue; &quot;&gt;new&lt;/span&gt; &lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: teal; &quot;&gt;KeyPressEventHandler&lt;/span&gt;(tb_KeyPress);&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0in; margin-right: 0in; margin-bottom: 0pt; margin-left: 0in; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; list-style-type: none; text-decoration: none; line-height: normal; &quot;&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: 新宋体; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 9pt; &quot;&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;                        &lt;/span&gt;tb.KeyPress += &lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: blue; &quot;&gt;new&lt;/span&gt; &lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: teal; &quot;&gt;KeyPressEventHandler&lt;/span&gt;(tb_KeyPress);&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0in; margin-right: 0in; margin-bottom: 0pt; margin-left: 0in; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; list-style-type: none; text-decoration: none; line-height: normal; &quot;&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: 新宋体; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 9pt; &quot;&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;                    &lt;/span&gt;}&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0in; margin-right: 0in; margin-bottom: 0pt; margin-left: 0in; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; list-style-type: none; text-decoration: none; line-height: normal; &quot;&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: 新宋体; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 9pt; &quot;&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;                &lt;/span&gt;}&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0in; margin-right: 0in; margin-bottom: 0pt; margin-left: 0in; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; list-style-type: none; text-decoration: none; line-height: normal; &quot;&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: 新宋体; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 9pt; &quot;&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;            &lt;/span&gt;}&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0in; margin-right: 0in; margin-bottom: 0pt; margin-left: 0in; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; list-style-type: none; text-decoration: none; line-height: normal; &quot;&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: 新宋体; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 9pt; &quot;&gt;&lt;/span&gt; &lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0in; margin-right: 0in; margin-bottom: 0pt; margin-left: 0in; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; list-style-type: none; text-decoration: none; line-height: normal; &quot;&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: 新宋体; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 9pt; &quot;&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;            &lt;/span&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: blue; &quot;&gt;void&lt;/span&gt; tb_KeyPress(&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: blue; &quot;&gt;object&lt;/span&gt; sender, &lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: teal; &quot;&gt;KeyPressEventArgs&lt;/span&gt; e)&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0in; margin-right: 0in; margin-bottom: 0pt; margin-left: 0in; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; list-style-type: none; text-decoration: none; line-height: normal; &quot;&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: 新宋体; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 9pt; &quot;&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;            &lt;/span&gt;{&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0in; margin-right: 0in; margin-bottom: 0pt; margin-left: 0in; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; list-style-type: none; text-decoration: none; line-height: normal; &quot;&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: 新宋体; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 9pt; &quot;&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;                &lt;/span&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: blue; &quot;&gt;if&lt;/span&gt; (!(&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: blue; &quot;&gt;char&lt;/span&gt;.IsDigit(e.KeyChar)))&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0in; margin-right: 0in; margin-bottom: 0pt; margin-left: 0in; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; list-style-type: none; text-decoration: none; line-height: normal; &quot;&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: 新宋体; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 9pt; &quot;&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;                &lt;/span&gt;{&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0in; margin-right: 0in; margin-bottom: 0pt; margin-left: 0in; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; list-style-type: none; text-decoration: none; line-height: normal; &quot;&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: 新宋体; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 9pt; &quot;&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;                    &lt;/span&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: teal; &quot;&gt;Keys&lt;/span&gt; key = (&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: teal; &quot;&gt;Keys&lt;/span&gt;)e.KeyChar;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0in; margin-right: 0in; margin-bottom: 0pt; margin-left: 0in; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; list-style-type: none; text-decoration: none; line-height: normal; &quot;&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: 新宋体; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 9pt; &quot;&gt;&lt;/span&gt; &lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0in; margin-right: 0in; margin-bottom: 0pt; margin-left: 0in; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; list-style-type: none; text-decoration: none; line-height: normal; &quot;&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: 新宋体; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 9pt; &quot;&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;                    &lt;/span&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: blue; &quot;&gt;if&lt;/span&gt; (!(key == &lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: teal; &quot;&gt;Keys&lt;/span&gt;.Back || key == &lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: teal; &quot;&gt;Keys&lt;/span&gt;.Delete))&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0in; margin-right: 0in; margin-bottom: 0pt; margin-left: 0in; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; list-style-type: none; text-decoration: none; line-height: normal; &quot;&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: 新宋体; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 9pt; &quot;&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;                    &lt;/span&gt;{&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0in; margin-right: 0in; margin-bottom: 0pt; margin-left: 0in; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; list-style-type: none; text-decoration: none; line-height: normal; &quot;&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: 新宋体; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 9pt; &quot;&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;                        &lt;/span&gt;e.Handled = &lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: blue; &quot;&gt;true&lt;/span&gt;;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0in; margin-right: 0in; margin-bottom: 0pt; margin-left: 0in; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; list-style-type: none; text-decoration: none; line-height: normal; &quot;&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: 新宋体; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 9pt; &quot;&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;                    &lt;/span&gt;}&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0in; margin-right: 0in; margin-bottom: 0pt; margin-left: 0in; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; list-style-type: none; text-decoration: none; line-height: normal; &quot;&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: 新宋体; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 9pt; &quot;&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;                &lt;/span&gt;}&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0in; margin-right: 0in; margin-bottom: 0pt; margin-left: 0in; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; list-style-type: none; text-decoration: none; line-height: normal; &quot;&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: 新宋体; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 9pt; &quot;&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;            &lt;/span&gt;}&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0in; margin-right: 0in; margin-bottom: 0pt; margin-left: 0in; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; list-style-type: none; text-decoration: none; line-height: normal; &quot;&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: 新宋体; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 9pt; &quot;&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; font-family: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;        &lt;/span&gt;}&lt;/span&gt;&lt;/p&gt;&lt;/span&gt;&lt;/pre&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 16px; font-size: 12px;&quot;&gt;&lt;p class=&quot;MsoNormal&quot; align=&quot;left&quot; style=&quot;border-style: initial; border-color: initial; font-weight: inherit; font-style: inherit; margin-top: 0in; margin-right: 0in; margin-bottom: 0pt; margin-left: 0in; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; list-style-type: none; text-decoration: none; line-height: normal; &quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/span&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nkmytechnologies.blogspot.com/feeds/7747187434273651072/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nkmytechnologies.blogspot.com/2011/02/validate-datagridview-column.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6833741015620783493/posts/default/7747187434273651072'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6833741015620783493/posts/default/7747187434273651072'/><link rel='alternate' type='text/html' href='http://nkmytechnologies.blogspot.com/2011/02/validate-datagridview-column.html' title='validate Datagridview column'/><author><name>kethare</name><uri>http://www.blogger.com/profile/17450459444835201876</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6833741015620783493.post-8532833323555498710</id><published>2011-02-13T04:24:00.000-08:00</published><updated>2011-02-13T04:42:19.909-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="tricks"/><title type='text'>Multiplication trick</title><content type='html'>&lt;div&gt;To make the multiplication with some trick&lt;/div&gt;&lt;div&gt;&lt;b&gt;12*13=?&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Take first digit from each side&lt;/div&gt;&lt;div&gt;1*1=&lt;b&gt;1&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Then make cross multiple with other digit and sum the result&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;(1*3)+(1*2)=&lt;b&gt;5&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;finally take multiple of last digit in both the side&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;2*3=6&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;now con cat all the result will give you the result&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;1+5+&lt;b&gt;6&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Similarly for little bit complex digit&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;56*98=?&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;(5*9)=&lt;b&gt;45&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;(5*8)+(6*9)=&lt;b&gt;94&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;(6*8)=&lt;b&gt;48&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;Here while you join the result some time you can find more than one digit as in this case, if so you have to add the highest position of each result with other.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;In our case, you have to combine 45 with 95, here 95 is two digit number and not single digit so add &lt;b&gt;9&lt;/b&gt; it with &lt;b&gt;45&lt;/b&gt;  which result as below &lt;b&gt;54&lt;/b&gt; now combine remaining one digit &lt;b&gt;4&lt;/b&gt; with this &lt;b&gt;54.&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;544&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;similarly for last one&lt;/div&gt;&lt;div&gt;&lt;b&gt;544+48=&gt; 54(4+4)8=&gt;5488&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;so the result is &lt;b&gt;56*98=5488&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nkmytechnologies.blogspot.com/feeds/8532833323555498710/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nkmytechnologies.blogspot.com/2011/02/multiplication-trick.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6833741015620783493/posts/default/8532833323555498710'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6833741015620783493/posts/default/8532833323555498710'/><link rel='alternate' type='text/html' href='http://nkmytechnologies.blogspot.com/2011/02/multiplication-trick.html' title='Multiplication trick'/><author><name>kethare</name><uri>http://www.blogger.com/profile/17450459444835201876</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6833741015620783493.post-8967593121442855968</id><published>2011-02-03T22:29:00.000-08:00</published><updated>2011-02-03T22:30:28.532-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="SQL"/><title type='text'>Create identity to create table with data</title><content type='html'>&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Tahoma; font-size: 11px; color: rgb(44, 44, 41); &quot;&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;Normally we can&#39;t create  the identity in the existing column, it must be created while creating the table. Suppose if you have a data in the table you want to add the identity in the table, we can do it in indirect way as below.&lt;/p&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;Consider the table as &lt;strong style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-position: initial initial; background-repeat: initial initial; &quot;&gt;table1 &lt;/strong&gt;and it contain a column as &lt;strong style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-position: initial initial; background-repeat: initial initial; &quot;&gt;column1&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;Now am rename the table1 as table1_new as below&lt;/p&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;&lt;strong style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-position: initial initial; background-repeat: initial initial; &quot;&gt;sp_rename &#39;table1&#39;,&#39;table1_new&#39;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;Now create a new table as &lt;strong style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-position: initial initial; background-repeat: initial initial; &quot;&gt;table1&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;&lt;strong style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-position: initial initial; background-repeat: initial initial; &quot;&gt;create table &lt;strong style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-position: initial initial; background-repeat: initial initial; &quot;&gt;table1&lt;/strong&gt;(column1 int primary key identity(1,1))&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;then turn off identity&lt;/p&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;&lt;strong style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-position: initial initial; background-repeat: initial initial; &quot;&gt;set identity_insert table1 on&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;Now copy all data from old table to new table as below&lt;/p&gt;&lt;div id=&quot;_mcePaste&quot; style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-position: initial initial; background-repeat: initial initial; &quot;&gt;&lt;strong style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-position: initial initial; background-repeat: initial initial; &quot;&gt;insert into table1(column1 )&lt;/strong&gt;&lt;/div&gt;&lt;div id=&quot;_mcePaste&quot; style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-position: initial initial; background-repeat: initial initial; &quot;&gt;&lt;strong style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-position: initial initial; background-repeat: initial initial; &quot;&gt;select column1 from table1&lt;/strong&gt;&lt;/div&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;Now turnon the identity&lt;/p&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;&lt;strong style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-position: initial initial; background-repeat: initial initial; &quot;&gt;set identity_insert &lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-weight: normal; background-position: initial initial; background-repeat: initial initial; &quot;&gt;&lt;strong style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-position: initial initial; background-repeat: initial initial; &quot;&gt;table1 &lt;/strong&gt;&lt;/span&gt;off&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;Find the max value of column&lt;/p&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;&lt;strong style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-position: initial initial; background-repeat: initial initial; &quot;&gt;select MAX(column1) from table1&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;Reseed the identity as below&lt;/p&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;&lt;strong style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-position: initial initial; background-repeat: initial initial; &quot;&gt;DBCC CHECKIDENT (table1, RESEED, 220);&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;Now you can make use of the table along with identity as before&lt;/p&gt;&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://nkmytechnologies.blogspot.com/feeds/8967593121442855968/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nkmytechnologies.blogspot.com/2011/02/create-identity-to-create-table-with.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6833741015620783493/posts/default/8967593121442855968'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6833741015620783493/posts/default/8967593121442855968'/><link rel='alternate' type='text/html' href='http://nkmytechnologies.blogspot.com/2011/02/create-identity-to-create-table-with.html' title='Create identity to create table with data'/><author><name>kethare</name><uri>http://www.blogger.com/profile/17450459444835201876</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6833741015620783493.post-8467718096522227713</id><published>2011-02-03T22:27:00.000-08:00</published><updated>2011-02-03T22:29:01.184-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="dh"/><title type='text'>Custom Paging API</title><content type='html'>&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Tahoma; font-size: 11px; color: rgb(44, 44, 41); &quot;&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;Normally in Win Application you have Paging option is available only for moving to Next or Previous record, and move to First or Last Record. Suppose if you want to set page wise navigation then you have to go for custom paging.&lt;/p&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;In codeplex you can find &lt;a href=&quot;http://dh.codeplex.com/&quot; style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(128, 125, 122); background-position: initial initial; background-repeat: initial initial; &quot;&gt;CustomPaging API &lt;/a&gt;this is an alpha release, they provide an set of inbuild methods for Record Navigation, and page navigation. You can make use this  &lt;a href=&quot;http://dh.codeplex.com/&quot; style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(128, 125, 122); background-position: initial initial; background-repeat: initial initial; &quot;&gt;CustomPaging API &lt;/a&gt;to any Application both Windows or Web Application. You can download this  &lt;a href=&quot;http://dh.codeplex.com/&quot; style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(128, 125, 122); background-position: initial initial; background-repeat: initial initial; &quot;&gt;CustomPaging API &lt;/a&gt;form here &lt;a href=&quot;http://dh.codeplex.com/releases/view/59097&quot; style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(128, 125, 122); background-position: initial initial; background-repeat: initial initial; &quot;&gt;[Click Here To Download]&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;&lt;strong style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-position: initial initial; background-repeat: initial initial; &quot;&gt;Class Description&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;Available Function in &lt;strong style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-position: initial initial; background-repeat: initial initial; &quot;&gt;dsPaging&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;&lt;strong style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-position: initial initial; background-repeat: initial initial; &quot;&gt;Properties&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;1) NumberOfRecordPerPage&lt;/p&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;&lt;strong style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-position: initial initial; background-repeat: initial initial; &quot;&gt;Note:-&lt;/strong&gt; This NumberOfRecordPerPage must be specify before you call any static method from below for paging at first time. This property hold how many number of records can disply per page.&lt;/p&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;&lt;strong style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-position: initial initial; background-repeat: initial initial; &quot;&gt;Static Methods&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;1)  List&lt;int&gt; &lt;strong style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-position: initial initial; background-repeat: initial initial; &quot;&gt;nextRow&lt;/strong&gt;(int curentgridindex, int currentpage, int totalrowcount)&lt;/p&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;2) List&lt;int&gt; &lt;strong style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-position: initial initial; background-repeat: initial initial; &quot;&gt;previuosRow&lt;/strong&gt;(int curentgridindex, int currentpage, int totalrowcount)&lt;/p&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;3)  List&lt;int&gt; &lt;strong style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-position: initial initial; background-repeat: initial initial; &quot;&gt;nextPage&lt;/strong&gt;(int curentgridindex, int currentpage, int totalrowcount)&lt;/p&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;4)   List&lt;int&gt; &lt;strong style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-position: initial initial; background-repeat: initial initial; &quot;&gt;previousPage&lt;/strong&gt;(int currentpage, int totalrowcount)&lt;/p&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;5)  List&lt;int&gt; &lt;strong style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-position: initial initial; background-repeat: initial initial; &quot;&gt;LastRecord&lt;/strong&gt;(int totalrowcount)&lt;/p&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;6)  List&lt;int&gt; &lt;strong style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-position: initial initial; background-repeat: initial initial; &quot;&gt;FirstRecord&lt;/strong&gt;()&lt;/p&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;7 )  List&lt;int&gt; &lt;strong style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-position: initial initial; background-repeat: initial initial; &quot;&gt;RefreshRow&lt;/strong&gt;(int curentgridindex, int currentpage, int totalrowcount)&lt;/p&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;8 )  List&lt;int&gt; &lt;strong style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-position: initial initial; background-repeat: initial initial; &quot;&gt;GetPagePosition&lt;/strong&gt;(int rowindex, int totalNumberofRow)&lt;/p&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;Note:-&lt;/p&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;Here &lt;strong style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-position: initial initial; background-repeat: initial initial; &quot;&gt;curentgridindex:-&lt;/strong&gt; Refer Current Select index of the grid&lt;/p&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;&lt;strong style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-position: initial initial; background-repeat: initial initial; &quot;&gt;currentpage:- &lt;/strong&gt;Current Page that is displayed on the grid&lt;/p&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;&lt;strong style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-position: initial initial; background-repeat: initial initial; &quot;&gt;totalrowcount:- &lt;/strong&gt;Total number of record that holds (Full row count and not per page row count)&lt;/p&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;&lt;strong style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-position: initial initial; background-repeat: initial initial; &quot;&gt;rowindex:- &lt;/strong&gt;Same as &lt;strong style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-position: initial initial; background-repeat: initial initial; &quot;&gt;Currentgridindex.&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;&lt;strong style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-position: initial initial; background-repeat: initial initial; &quot;&gt;Sample Code:&lt;/strong&gt;&lt;/p&gt;&lt;div id=&quot;_mcePaste&quot; style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-position: initial initial; background-repeat: initial initial; &quot;&gt;//Move to Next Row&lt;/div&gt;&lt;div id=&quot;_mcePaste&quot; style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-position: initial initial; background-repeat: initial initial; &quot;&gt;private void NextRow_Click(object sender, EventArgs e)&lt;/div&gt;&lt;div id=&quot;_mcePaste&quot; style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-position: initial initial; background-repeat: initial initial; &quot;&gt;{&lt;/div&gt;&lt;div id=&quot;_mcePaste&quot; style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-position: initial initial; background-repeat: initial initial; &quot;&gt;int totalrowcount = ds.Tables[0].Rows.Count;&lt;/div&gt;&lt;div id=&quot;_mcePaste&quot; style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-position: initial initial; background-repeat: initial initial; &quot;&gt;dsPaging.NumberOfRecordPerPage = Convert.ToInt32(textBox1.Text);&lt;/div&gt;&lt;div id=&quot;_mcePaste&quot; style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-position: initial initial; background-repeat: initial initial; &quot;&gt;List&lt;int&gt; poition = dsPaging.nextRow(currentindex, currentpage, totalrowcount);&lt;/div&gt;&lt;div id=&quot;_mcePaste&quot; style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-position: initial initial; background-repeat: initial initial; &quot;&gt;currentindex = poition[0];&lt;/div&gt;&lt;div id=&quot;_mcePaste&quot; style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-position: initial initial; background-repeat: initial initial; &quot;&gt;currentpage = poition[1];&lt;/div&gt;&lt;div id=&quot;_mcePaste&quot; style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-position: initial initial; background-repeat: initial initial; &quot;&gt;Noofrow = poition[2];&lt;/div&gt;&lt;div id=&quot;_mcePaste&quot; style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-position: initial initial; background-repeat: initial initial; &quot;&gt;ReFillGrid();&lt;/div&gt;&lt;div id=&quot;_mcePaste&quot; style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-position: initial initial; background-repeat: initial initial; &quot;&gt;}&lt;/div&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;Any bug or Paging API question are always welcome.&lt;/p&gt;&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://nkmytechnologies.blogspot.com/feeds/8467718096522227713/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nkmytechnologies.blogspot.com/2011/02/custom-paging-api.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6833741015620783493/posts/default/8467718096522227713'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6833741015620783493/posts/default/8467718096522227713'/><link rel='alternate' type='text/html' href='http://nkmytechnologies.blogspot.com/2011/02/custom-paging-api.html' title='Custom Paging API'/><author><name>kethare</name><uri>http://www.blogger.com/profile/17450459444835201876</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6833741015620783493.post-3038599848739111768</id><published>2011-02-03T22:25:00.000-08:00</published><updated>2011-02-03T22:27:03.780-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Inspirational"/><title type='text'>22 Ways to Become Spectacularly Inspirational</title><content type='html'>&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: x-small; color: rgb(102, 102, 102); -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; &gt;1. Do important work vs. merely offering opinions.&lt;/span&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; &gt;2. Lift people up vs. tear others down.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; &gt;3. Use the words of leadership vs. the language of victimhood.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; &gt;4. Don’t worry about getting the credit for getting things done.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; &gt;5. Become part of the solution rather than part of the problem.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; &gt;6. Take your health to a level called superfit.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; &gt;7. Commit to mastery of your craft instead of accepting mediocrity in your work.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; &gt;8. Associate with people whose lives you want to be living.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; &gt;9. Study for an hour a day. Double your learning and you’ll triple your success.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; &gt;10. Run your own race. “No one can possibly achieve real and lasting success by being a conformist,” wrote billionaire J. Paul Getty&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; &gt;11. Do something small yet scary every single day.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; &gt;12. Lead Without a Title.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; &gt;13. Focus on people’s strengths vs. obsessing around their weaknesses.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; &gt;14. Remember that potential unused turns into pain. So dedicate yourself to expressing your best.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; &gt;15. Smile more.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; &gt;16. Listen more.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; &gt;17. Read the autobiography of Nelson Mandela.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; &gt;18. Reflect on the words of Eleanor Roosevelt who said: “Great minds discuss ideas; Average minds discuss events; Small minds discuss people.”&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; &gt;19. Persist longer than the critics suggest you should.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; &gt;20. Say “please” and “thank you”.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; &gt;21. Love your loved ones.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; &gt;22. Do work that matters.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-family: Arial; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; line-height: 17px; &quot;&gt;Resource : &lt;a href=&quot;http://archive.aweber.com/rscomnewsletter/mgRR/h/22_Ways_to_Become.htm&quot; target=&quot;_blank&quot; style=&quot;color: rgb(41, 112, 166); text-decoration: none; &quot;&gt;RobinSharma&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://nkmytechnologies.blogspot.com/feeds/3038599848739111768/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nkmytechnologies.blogspot.com/2011/02/22-ways-to-become-spectacularly.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6833741015620783493/posts/default/3038599848739111768'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6833741015620783493/posts/default/3038599848739111768'/><link rel='alternate' type='text/html' href='http://nkmytechnologies.blogspot.com/2011/02/22-ways-to-become-spectacularly.html' title='22 Ways to Become Spectacularly Inspirational'/><author><name>kethare</name><uri>http://www.blogger.com/profile/17450459444835201876</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6833741015620783493.post-2100152700015968167</id><published>2010-11-15T00:58:00.000-08:00</published><updated>2010-11-15T02:59:36.306-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Sharepoint"/><title type='text'>How to add new site collection in separate content database</title><content type='html'>http://blogs.msdn.com/b/mcsnoiwb/archive/2007/08/20/how-to-create-site-collection-in-a-specific-content-database.aspx</content><link rel='replies' type='application/atom+xml' href='http://nkmytechnologies.blogspot.com/feeds/2100152700015968167/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nkmytechnologies.blogspot.com/2010/11/how-to-add-new-site-collection-in.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6833741015620783493/posts/default/2100152700015968167'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6833741015620783493/posts/default/2100152700015968167'/><link rel='alternate' type='text/html' href='http://nkmytechnologies.blogspot.com/2010/11/how-to-add-new-site-collection-in.html' title='How to add new site collection in separate content database'/><author><name>kethare</name><uri>http://www.blogger.com/profile/17450459444835201876</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6833741015620783493.post-6847153849029757995</id><published>2010-11-11T22:07:00.000-08:00</published><updated>2010-11-11T22:24:26.562-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Sharepoint"/><title type='text'>How can i play multiple media files in moss2007</title><content type='html'>Am in the  situation i need to run different media file(*.flv, *.wma, *.dat etc...) in my Sharepoint portal. Media player web part help me to achieve my goals. I download  &lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Segoe UI&#39;, &#39;Microsoft Sans Serif&#39;, Arial, Geneva, sans-serif; font-size: 13px; color: rgb(48, 51, 45); &quot;&gt;&lt;a class=&quot;FileNameLink&quot; href=&quot;http://mpwp.codeplex.com/releases/38012/download/99311&quot; id=&quot;fileDownload0&quot; tabindex=&quot;9&quot; style=&quot;text-decoration: underline; color: rgb(206, 139, 16); &quot;&gt;MediaPlayerWebpart.dll&lt;/a&gt; &lt;/span&gt;and i make use of it.&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;Small introduction about &#39;Media Player Web part&#39;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; color: rgb(48, 51, 45); &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; &gt;The Media Player Web Part makes it easier to integrate media into SharePoint.It is a universal Media Player Web Part.It queries a media player HTML template from a SharePoint list located anywhere in your farm.Media-file URL, size, title, description, autoplay options can be set.&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; &gt;&lt;br /&gt;&lt;/span&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nkmytechnologies.blogspot.com/feeds/6847153849029757995/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nkmytechnologies.blogspot.com/2010/11/how-can-i-play-multiple-media-files-in.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6833741015620783493/posts/default/6847153849029757995'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6833741015620783493/posts/default/6847153849029757995'/><link rel='alternate' type='text/html' href='http://nkmytechnologies.blogspot.com/2010/11/how-can-i-play-multiple-media-files-in.html' title='How can i play multiple media files in moss2007'/><author><name>kethare</name><uri>http://www.blogger.com/profile/17450459444835201876</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6833741015620783493.post-1923180923400711471</id><published>2010-11-11T00:01:00.001-08:00</published><updated>2010-11-11T00:01:48.682-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="General"/><title type='text'>FAQ</title><content type='html'>&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; &quot;&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Access&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Access World Forum&lt;/span&gt; &lt;a href=&quot;http://www.access-programmers.co.uk/forums/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://www.access-programmers.co.uk/forums/&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Utter Access Discussion &lt;a href=&quot;http://www.utteraccess.com/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;www.utteraccess.com&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;AspDotNetStorefront&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;a href=&quot;http://forums.aspdotnetstorefront.com/&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;http://forums.aspdotnetstorefront.com/&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;BizTalk&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;MSDN forum &lt;a href=&quot;http://forums.microsoft.com/MSDN/default.aspx?ForumGroupID=398&amp;amp;SiteID=1&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span&gt;http://forums.microsoft.com/MSDN/default.aspx?ForumGroupID=398&amp;amp;SiteID=1&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;BlogEngine.NET&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://www.blogengineforum.net/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://www.blogengineforum.net/&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://www.codeplex.com/blogengine/Thread/List.aspx&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://www.codeplex.com/blogengine/Thread/List.aspx&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.blogengineforum.net/&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://www.blogengineforum.net/&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Bug Reports and Suggestions for Microsoft&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Posting suggestions, bug reports etc to Microsoft at &lt;a href=&quot;https://connect.microsoft.com/dashboard/?wa=wsignin1.0&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span&gt;https://connect.microsoft.com/dashboard/?wa=wsignin1.0&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;Visual Studio 2008 Bug Submission Form &lt;a target=&quot;_blank&quot; href=&quot;https://connect.microsoft.com/VisualStudio/feedback/CreateFeedbackForm.aspx?FeedbackFormConfigurationID=3792&amp;amp;FeedbackType=1&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;https://connect.microsoft.com/VisualStudio/feedback/CreateFeedbackForm.aspx?FeedbackFormConfigurationID=3792&amp;amp;FeedbackType=1&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;Visual Studio 2008 Suggestion form &lt;a target=&quot;_blank&quot; href=&quot;https://connect.microsoft.com/VisualStudio/feedback/CreateFeedbackForm.aspx?FeedbackFormConfigurationID=3793&amp;amp;FeedbackType=2&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;https://connect.microsoft.com/VisualStudio/feedback/CreateFeedbackForm.aspx?FeedbackFormConfigurationID=3793&amp;amp;FeedbackType=2&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Cassini Web Server&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;a href=&quot;http://ultidev.com/Forums/default.aspx&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;http://ultidev.com/Forums/default.aspx&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Cat.Net (static code checker for SQL and XSS Injection)&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://social.msdn.microsoft.com/Forums/en-US/catnet/threads&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://social.msdn.microsoft.com/Forums/en-US/catnet/threads&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Cheat Sheets&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.mikesdotnetting.com/ArticleType/5&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://www.mikesdotnetting.com/ArticleType/5&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.addedbytes.com/cheat-sheets/css-cheat-sheet/&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://www.addedbytes.com/cheat-sheets/css-cheat-sheet/&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span style=&quot;font-weight: bold; &quot;&gt;&lt;span style=&quot;font-weight: bold; &quot;&gt;CkEditor&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://cksource.com/forums/viewforum.php?f=6/&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://cksource.com/forums/viewforum.php?f=6/&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://fckeditor.biz/&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span&gt;http://fckeditor.biz/&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Classic ASP&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://forums.iis.net/1032.aspx&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span&gt;http://forums.iis.net/1032.aspx&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;a href=&quot;http://www.sitepoint.com/forums/forumdisplay.php?f=148&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://www.sitepoint.com/forums/forumdisplay.php?f=148&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;a href=&quot;http://www.asp101.com/resources/aspforum_revisions.asp%20&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://www.aspmessageboard.com/forumdisplay.php?s=1b5dc094ec23fdf421f86fe4e1af36f8&amp;amp;f=4&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;a href=&quot;http://p2p.wrox.com/asp-3-classic-asp-active-server-pages-3-0-440/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://p2p.wrox.com/asp-3-classic-asp-active-server-pages-3-0-440/&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://groups.google.com/group/microsoft.public.inetserver.asp.general&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://groups.google.com/group/microsoft.public.inetserver.asp.general&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;a href=&quot;http://www.tek-tips.com/threadminder.cfm?pid=333&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://www.tek-tips.com/threadminder.cfm?pid=333&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Code Converters (convert VB to C# and C# to VB)&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://converter.telerik.com/&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span&gt;http://converter.telerik.com/&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://www.developerfusion.com/tools/convert/csharp-to-vb/&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://www.developerfusion.com/tools/convert/csharp-to-vb/&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://www.dotnetspider.com/convert/Csharp-To-Vb.aspx&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://www.dotnetspider.com/convert/Csharp-To-Vb.aspx&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Cognos&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.tek-tips.com/threadminder.cfm?pid=401&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://www.tek-tips.com/threadminder.cfm?pid=401&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.cognoise.com/main/&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://www.cognoise.com/main/&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.bi-dw.info/cognos/forums.htm&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://www.bi-dw.info/cognos/forums.htm&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.topix.com/forum/com/cogn&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://www.topix.com/forum/com/cogn&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Commerce Server&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://social.msdn.microsoft.com/Forums/en/category/commserver/&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://social.msdn.microsoft.com/Forums/en/category/commserver/&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;ComponentArt&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;a href=&quot;http://www.componentart.com/community/forums/default.aspx&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;http://www.componentart.com/community/forums/default.aspx&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Cross Browser Compliance&lt;/span&gt;&lt;br /&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.anybrowser.org/campaign/forum/&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://www.anybrowser.org/campaign/forum/&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Cruise Control&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;a href=&quot;http://old.nabble.com/CruiseControl-f2425.html&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;http://old.nabble.com/CruiseControl-f2425.html&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Crystal Reports&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;a href=&quot;http://www.access-programmers.co.uk/forums/forumdisplay.php?f=65&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://www.access-programmers.co.uk/forums/forumdisplay.php?f=65 &lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.crystalreportsbook.com/forum/default.asp&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://www.crystalreportsbook.com/forum/default.asp&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.codeguru.com/forum/forumdisplay.php?f=64&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://www.codeguru.com/forum/forumdisplay.php?f=64&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.tek-tips.com/threadminder.cfm?pid=149&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://www.tek-tips.com/threadminder.cfm?pid=149&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;CSS (Cascading Style Sheets)&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;CSS Layout Techniques: for Fun and Profit  &lt;/span&gt;&lt;a href=&quot;http://glish.com/css/&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;http://glish.com/css/&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;C#&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;MSDN&lt;/span&gt;        &lt;a href=&quot;http://forums.microsoft.com/msdn/default.aspx?siteid=1&amp;amp;ForumGroupID=9&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://forums.microsoft.com/msdn/default.aspx?siteid=1&amp;amp;ForumGroupID=9&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;C# Corner&lt;/span&gt; &lt;a href=&quot;http://www.c-sharpcorner.com/Forums/%20&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://www.c-sharpcorner.com/Forums/ &lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Delphi&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt; For queries on Delphi see &lt;a href=&quot;http://www.delphiforums.com/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span&gt;http://www.delphiforums.com/&lt;/span&gt;&lt;/a&gt; &lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Developer Express&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;a href=&quot;http://community.devexpress.com/forums/&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;http://community.devexpress.com/forums/&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Dojo&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://o.dojotoolkit.org/forum&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://o.dojotoolkit.org/forum&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Doloto&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://social.msdn.microsoft.com/Forums/en-US/doloto/threads&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://social.msdn.microsoft.com/Forums/en-US/doloto/threads&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Dot Less&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;a href=&quot;http://groups.google.com/group/dotless&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;http://groups.google.com/group/dotless&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Dot Net&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;MSDN Dot Net forum see &lt;a href=&quot;http://forums.microsoft.com/MSDN/default.aspx?ForumGroupID=12&amp;amp;SiteID=1&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span&gt;http://forums.microsoft.com/MSDN/default.aspx?ForumGroupID=12&amp;amp;SiteID=1&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;DotnetNuke&lt;/span&gt;&lt;br /&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://www.dotnetnuke.com/tabid/795/Default.aspx&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://www.dotnetnuke.com/tabid/795/Default.aspx&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Dreamwaver&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://forums.adobe.com/community/dreamweaver&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://forums.adobe.com/community/dreamweaver&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.dreamweaverclub.com/forum/&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://www.dreamweaverclub.com/forum/&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://forums.tutorialized.com/dreamweaver-84/&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://forums.tutorialized.com/dreamweaver-84/&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://forums.creativecow.net/adobedreamweaver&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://forums.creativecow.net/adobedreamweaver&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.tek-tips.com/threadminder.cfm?pid=248&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://www.tek-tips.com/threadminder.cfm?pid=248&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Dundas Chart&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;a href=&quot;http://support2.dundas.com/forum/&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;http://support2.dundas.com/forum/&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Entity Framework&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://social.msdn.microsoft.com/forums/en-US/adodotnetentityframework/threads/&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;http://social.msdn.microsoft.com/forums/en-US/adodotnetentityframework/threads/&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Expression Web&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://social.expression.microsoft.com/Forums/en-US/web/threads&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://social.expression.microsoft.com/Forums/en-US/web/threads&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://www.expression-web-designer-help.com/forum/&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://www.expression-web-designer-help.com/forum/&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Facebook&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;a href=&quot;http://developers.facebook.com/&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;http://developers.facebook.com/&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;FckEditor - see CKEditor&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;FFMPEG&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://ubuntuforums.org/tags.php?tag=ffmpeg&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://ubuntuforums.org/tags.php?tag=ffmpeg&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Firebird&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://forums.devshed.com/firebird-sql-development-61/&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://forums.devshed.com/firebird-sql-development-61/&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://old.nabble.com/Firebird-f4394.html&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://old.nabble.com/Firebird-f4394.html&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Flash&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Adobe &lt;a href=&quot;http://www.adobe.com/cfusion/webforums/forum/index.cfm?forumid=15&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://www.adobe.com/cfusion/webforums/forum/index.cfm?forumid=15&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://www.flashmove.com/board/index.php&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;Flashmove http://www.flashmove.com/board/index.php&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Flashkirt &lt;a href=&quot;http://board.flashkit.com/board/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://board.flashkit.com/board/&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Foxpro&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.universalthread.com/&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://www.universalthread.com/&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://www.foxite.com/&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;www.foxite.com&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://tek-tips.com/threadminder.cfm?pid=184&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://tek-tips.com/threadminder.cfm?pid=184&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://social.msdn.microsoft.com/Forums/en-US/visualfoxprogeneral/threads&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://social.msdn.microsoft.com/Forums/en-US/visualfoxprogeneral/threads&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Free Asp.Net Web Hosting&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://www.brinkster.com/&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://www.brinkster.com/&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://www.somee.com/&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://www.somee.com/&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;FreeTextBox&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://freetextbox.com/forums/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://freetextbox.com/forums/&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;FXCOP&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://social.msdn.microsoft.com/Forums/en-US/vstscode/threads?sort=lastpostdesc&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;http://social.msdn.microsoft.com/Forums/en-US/vstscode/threads?sort=lastpostdesc&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;F#&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://cs.hubfs.net/forums/default.aspx&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://cs.hubfs.net/forums/default.aspx&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Generic Programming Sites&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://stackoverflow.com/&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://stackoverflow.com/&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;GhostDoc&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://community.submain.com/forums/30/ShowForum.aspx&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://community.submain.com/forums/30/ShowForum.aspx &lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Git&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;a href=&quot;http://old.nabble.com/git-f12403.html&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;http://old.nabble.com/git-f12403.html&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://n2.nabble.com/git-f661346.html&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://n2.nabble.com/git-f661346.html&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Googlemaps&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;a href=&quot;http://groups.google.com/group/Google-Maps-API&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;http://groups.google.com/group/Google-Maps-API&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;a href=&quot;http://groups.google.com/group/Google-Maps&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;http://groups.google.com/group/Google-Maps&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;IIS and Classic Asp&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;IIS &lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://www.iis.net/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://www.iis.net/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://forums.iis.net/&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;IISFAQ &lt;a target=&quot;_blank&quot; href=&quot;http://www.iisfaq.com/default.aspx?tabid=2679&amp;amp;g=topics&amp;amp;f=8&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://www.iisfaq.com/default.aspx?tabid=2679&amp;amp;g=topics&amp;amp;f=8&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Devshed &lt;a target=&quot;_blank&quot; href=&quot;http://forums.devshed.com/iis-97/&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://forums.devshed.com/iis-97/&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;AspFree &lt;a target=&quot;_blank&quot; href=&quot;http://forums.aspfree.com/microsoft-iis-12/&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://forums.aspfree.com/microsoft-iis-12/&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Infragistics&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://news.infragistics.com/forums/default.aspx&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;http://news.infragistics.com/forums/default.aspx&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Internet Explorer&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://social.msdn.microsoft.com/Forums/en-US/category/iedevelopment&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://social.msdn.microsoft.com/Forums/en-US/category/iedevelopment&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://social.answers.microsoft.com/Forums/en-US/InternetExplorer/threads&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://social.answers.microsoft.com/Forums/en-US/InternetExplorer/threads&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;iTextSharp&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://www.nabble.com/iTextSharp-f4188.html&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://www.nabble.com/iTextSharp-f4188.html&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Java&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://forums.sun.com/forum.jspa?forumID=31&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://forums.sun.com/forum.jspa?forumID=31&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.java-forums.org/&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://www.java-forums.org/&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.javaranch.com/&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://www.javaranch.com/&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.javaprogrammingforums.com/&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://www.javaprogrammingforums.com/&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.tek-tips.com/threadminder.cfm?pid=269&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://www.tek-tips.com/threadminder.cfm?pid=269&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;jQuery&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://docs.jquery.com/Discussion&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://docs.jquery.com/Discussion&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;JSON&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.progdigy.com/forums/viewforum.php?f=5&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://codingforums.com/forumdisplay.php?f=15&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.progdigy.com/forums/viewforum.php?f=5&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://www.progdigy.com/forums/viewforum.php?f=5&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;LINQ&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;MSDN Linq - &lt;a href=&quot;http://forums.microsoft.com/MSDN/ShowForum.aspx?siteid=1&amp;amp;ForumID=123&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://forums.microsoft.com/MSDN/ShowForum.aspx?siteid=1&amp;amp;ForumID=123&lt;br /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;LinqPad&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://forums.oreilly.com/category/22/C-3-0-in-a-Nutshell/&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://forums.oreilly.com/category/22/C-3-0-in-a-Nutshell/&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Live Meeting&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://social.technet.microsoft.com/Forums/en/onlineserviceslivemeeting/threads&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://social.technet.microsoft.com/Forums/en/onlineserviceslivemeeting/threads&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;MBUnit&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://groups.google.com/group/mbunituser&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://groups.google.com/group/mbunituser&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Microsoft Charting Control&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;a href=&quot;http://social.msdn.microsoft.com/Forums/en-US/MSWinWebChart/threads/&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;http://social.msdn.microsoft.com/Forums/en-US/MSWinWebChart/threads/&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Microsoft Infopath&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;a href=&quot;http://social.technet.microsoft.com/Forums/en/sharepointinfopath/threads&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;http://social.technet.microsoft.com/Forums/en/sharepointinfopath/threads&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;a href=&quot;http://msdn.microsoft.com/en-us/office/aa905445.aspx&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;http://msdn.microsoft.com/en-us/office/aa905445.aspx&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;a href=&quot;http://social.msdn.microsoft.com/forums/en-US/sharepointinfopath/threads/&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;http://social.msdn.microsoft.com/forums/en-US/sharepointinfopath/threads/&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;a href=&quot;http://www.infopathdev.com/&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;http://www.infopathdev.com/&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Microsoft Office&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://www.microsoft.com/office/community/en-us/flyoutoverview.mspx&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://www.microsoft.com/office/community/en-us/flyoutoverview.mspx&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://www.tek-tips.com/threadminder.cfm?pid=68%20&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://www.tek-tips.com/threadminder.cfm?pid=68&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://community.compuserve.com/n/pfx/forum.aspx?folderId=1&amp;amp;listMode=13&amp;amp;nav=messages&amp;amp;webtag=ws-msoffice&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://community.compuserve.com/n/pfx/forum.aspx?folderId=1&amp;amp;listMode=13&amp;amp;nav=messages&amp;amp;webtag=ws-msoffice&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://www.msofficeforums.com/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://www.msofficeforums.com/&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Microsoft Project&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://forums.techarena.in/microsoft-project/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://forums.techarena.in/microsoft-project/&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;span style=&quot;font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.msproject.com/newsgroups.htm&quot; style=&quot;color: rgb(3, 78, 250); text-decoration: underline; font-size: 11px; font-family: verdana; &quot;&gt;Microsoft Project NewsGroups&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;span style=&quot;font-size: 9pt; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.mpug.org/&quot; style=&quot;color: rgb(3, 78, 250); text-decoration: underline; font-size: 11px; font-family: verdana; &quot;&gt;Microsoft Project User Group (European)&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;span style=&quot;font-size: 9pt; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.mpug.org/&quot; style=&quot;color: rgb(3, 78, 250); text-decoration: underline; font-size: 11px; font-family: verdana; &quot;&gt;Microsoft Project User Group (UK &amp;amp; International)&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://www.tek-tips.com/threadminder.cfm?pid=913&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://www.tek-tips.com/threadminder.cfm?pid=913&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://www.eng-tips.com/threadminder.cfm?pid=776&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://www.eng-tips.com/threadminder.cfm?pid=776&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://forums.techarena.in/microsoft-project/&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://forums.techarena.in/microsoft-project/&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;MOQ&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;span style=&quot;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; &quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://groups.google.com/group/moqdisc&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://groups.google.com/group/moqdisc&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://www.moq.org/forum/essayindex.html&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://www.moq.org/forum/essayindex.html&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;MySQL&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://forums.mysql.com/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://forums.mysql.com/&lt;br /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.dbforums.com/mysql/&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;http://www.dbforums.com/mysql/&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://www.tek-tips.com/threadminder.cfm?pid=436&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://www.tek-tips.com/threadminder.cfm?pid=436&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://forums.devshed.com/forumdisplay.php?forumid=4&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://forums.devshed.com/forumdisplay.php?forumid=4&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;NANT Forum&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;a href=&quot;http://www.nabble.com/NAnt-f15390.html&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;http://www.nabble.com/NAnt-f15390.html &lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;NHbernate&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://forum.hibernate.org/viewforum.php?f=25&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://forum.hibernate.org/viewforum.php?f=25&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;NOPCommerce&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://www.nopcommerce.com/Boards/&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://www.nopcommerce.com/Boards/&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;a href=&quot;http://strivingprogrammers.com/boards/f/11/nopcommerce-project.aspx&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;http://strivingprogrammers.com/boards/f/11/nopcommerce-project.aspx&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Notepad++&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://sourceforge.net/projects/notepad-plus/forums&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://sourceforge.net/projects/notepad-plus/forums&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Open Source Projects and Libraries&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt; &lt;a href=&quot;http://www.codeplex.com/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span&gt;http://www.codeplex.com/&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Oracle&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://www.dba-oracle.com/oracle_forum.htm&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span&gt;http://www.dba-oracle.com/oracle_forum.htm &lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://forums.oracle.com/forums/category.jspa?categoryID=13&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span&gt;http://forums.oracle.com/forums/category.jspa?categoryID=13&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://www.dba-oracle.com/oracle_forum.htm&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span&gt;http://www.dba-oracle.com/oracle_forum.htm&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Pex&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;a href=&quot;http://social.msdn.microsoft.com/Forums/en-US/pex/threads/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;h&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;ttp://social.msdn.microsoft.com/Forums/en-US/pex/threads/&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;PHP&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://forums.devnetwork.net/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://forums.devnetwork.net/ &lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://www.phpfreaks.com/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://www.phpfreaks.com/&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://phpbuilder.com/board/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://phpbuilder.com/board/&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://www.sitepoint.com/forums/forumdisplay.php?f=34&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://www.sitepoint.com/forums/forumdisplay.php?f=34&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Powershell&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;a href=&quot;http://www.microsoft.com/communities/newsgroups/list/en-us/default.aspx?dg=microsoft.public.windows.powershell&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;http://www.microsoft.com/communities/newsgroups/list/en-us/default.aspx?dg=microsoft.public.windows.powershell&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;a href=&quot;http://www.powershellcommunity.org/Forums/tabid/54/Default.aspx&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;http://www.powershellcommunity.org/Forums/tabid/54/Default.aspx&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;a href=&quot;http://social.technet.microsoft.com/Forums/en/winserverpowershell/threads&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;http://social.technet.microsoft.com/Forums/en/winserverpowershell/threads&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;a href=&quot;http://www.scriptinganswers.com/forum2/forum_topics.asp?FID=27&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;http://www.scriptinganswers.com/forum2/forum_topics.asp?FID=27&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://www.vistax64.com/powershell/&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://www.vistax64.com/powershell/&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Print XML&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;a href=&quot;http://www.princexml.com/bb/viewforum.php?f=5&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;http://www.princexml.com/bb/viewforum.php?f=5&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Regular Expressions&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://regexadvice.com/Forums/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://regexadvice.com/Forums/&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://forums.devnetwork.net/viewforum.php?f=38&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://forums.devnetwork.net/viewforum.php?f=38&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://www.aspmessageboard.com/forumdisplay.php?s=e84ecbea18a040c34e9a07f632e3f72d&amp;amp;f=15&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://www.aspmessageboard.com/forumdisplay.php?s=e84ecbea18a040c34e9a07f632e3f72d&amp;amp;f=15&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Sharepoint&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Technet Sharepoint forum &lt;a href=&quot;http://social.technet.microsoft.com/Forums/en-US/category/sharepoint/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://social.technet.microsoft.com/Forums/en-US/category/sharepoint/&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Tec-Tips Sharepoint forum  &lt;a href=&quot;http://www.tek-tips.com/threadminder.cfm?pid=820&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span&gt;http://www.tek-tips.com/threadminder.cfm?pid=820&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;MSDN Sharepoint forum - &lt;a href=&quot;http://forums.microsoft.com/MSDN/default.aspx?ForumGroupID=328&amp;amp;SiteID=1&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span&gt;http://forums.microsoft.com/MSDN/default.aspx?ForumGroupID=328&amp;amp;SiteID=1&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Sharepoint User Group - &lt;a href=&quot;http://www.sharepointforum.com/en-US/Pages/default.aspx&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span&gt;http://www.sharepointforum.com/en-US/Pages/default.aspx&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Codeplex Sharepoint forum - &lt;a href=&quot;http://www.codeplex.com/SPFORUMS&quot; title=&quot;Codeplex Sharepoint&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span&gt;http://www.codeplex.com/SPFORUMS&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a target=&quot;_self&quot; href=&quot;http://social.msdn.microsoft.com/forums/en-US/category/sharepoint/&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://social.msdn.microsoft.com/forums/en-US/category/sharepoint/&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Sharpdevelop&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://community.sharpdevelop.net/forums/&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://community.sharpdevelop.net/forums/&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Siebel&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://siebel.ittoolbox.com/groups/technical-functional/siebel-dev-l/&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://siebel.ittoolbox.com/groups/technical-functional/siebel-dev-l/&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Silverlight&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt; Silverlight &lt;a href=&quot;http://silverlight.net/default.aspx&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span&gt;http://silverlight.net/default.aspx&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Smart Devices&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;MSDN &lt;a href=&quot;http://social.msdn.microsoft.com/forums/en-US/vssmartdevicesvbcs/threads/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://social.msdn.microsoft.com/forums/en-US/vssmartdevicesvbcs/threads/&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Source Control (including Source Safe)&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://social.msdn.microsoft.com/Forums/en-US/vssourcecontrol/threads&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://social.msdn.microsoft.com/Forums/en-US/vssourcecontrol/threads&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://forums.dynamsoft.com/microsoft-visual-sourcesafe-vss-forum-f17.html&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://forums.dynamsoft.com/microsoft-visual-sourcesafe-vss-forum-f17.html&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;SQL Compact/Mobile&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;a href=&quot;http://social.msdn.microsoft.com/forums/en-US/sqlce/threads/&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;http://social.msdn.microsoft.com/forums/en-US/sqlce/threads/&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;SQL Server:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;SQL Server Team &lt;a href=&quot;http://www.sqlteam.com/forums/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span&gt;http://www.sqlteam.com/forums/&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;SQL Server Central &lt;a href=&quot;http://www.sqlservercentral.com/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span&gt;http://www.sqlservercentral.com/&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;SQL Server at MSDN &lt;a href=&quot;http://forums.microsoft.com/MSDN/default.aspx?ForumGroupID=19&amp;amp;SiteID=1&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;a title=&quot;http://social.msdn.microsoft.com/Forums/en-US/categories&quot; href=&quot;http://social.msdn.microsoft.com/Forums/en-US/categories&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://social.msdn.microsoft.com/Forums/en-US/categories (page down to the SQL section)&lt;br /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;SQL at TEk-TIPS &lt;a target=&quot;_blank&quot; href=&quot;http://tek-tips.com/threadminder.cfm?pid=183&amp;amp;page=1&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://tek-tips.com/threadminder.cfm?pid=183&amp;amp;page=1&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Less Than Dot &lt;/span&gt;&lt;a href=&quot;http://forum.lessthandot.com/viewforum.php?f=17&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;http://forum.lessthandot.com/viewforum.php?f=17&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;SQL Server Express&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://social.msdn.microsoft.com/Forums/en-GB/sqlexpress/threads&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;http://social.msdn.microsoft.com/Forums/en-GB/sqlexpress/threads&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;SQL Server Setup and Getting Started&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://social.msdn.microsoft.com/Forums/en-GB/sqlgetstarted/threads&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;http://social.msdn.microsoft.com/Forums/en-GB/sqlgetstarted/threads&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;SSAS&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://social.msdn.microsoft.com/Forums/en-GB/sqlanalysisservices/thread&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://social.msdn.microsoft.com/Forums/en-GB/sqlanalysisservices/thread&lt;/a&gt;s&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;SSIS&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://social.technet.microsoft.com/Forums/en-US/sqlintegrationservices/threads&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://social.technet.microsoft.com/Forums/en-US/sqlintegrationservices/threads&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;SSRS&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://social.msdn.microsoft.com/Forums/en-GB/sqlreportingservices/threads&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://social.msdn.microsoft.com/Forums/en-GB/sqlreportingservices/threads&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;StyleCop (a.k.a. CodeCop)&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt; &lt;a href=&quot;http://code.msdn.microsoft.com/sourceanalysis&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://code.msdn.microsoft.com/sourceanalysis&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;SugarCRM&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;a href=&quot;http://www.sugarcrm.com/forums/&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;http://www.sugarcrm.com/forums/&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;SVN&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://www.svnforum.org/&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://www.svnforum.org/&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://subversion.wandisco.com/&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://subversion.wandisco.com/&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Sybase&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.sybase.com/detail_list?id=11507&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;http://www.sybase.com/detail_list?id=11507&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.ap.sybase.com/jive3/index.jspa?categoryID=1&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;http://www.ap.sybase.com/jive3/index.jspa?categoryID=1&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.tek-tips.com/threadminder.cfm?pid=187&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;http://www.tek-tips.com/threadminder.cfm?pid=187&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.dbforums.com/sybase/&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;http://www.dbforums.com/sybase/&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://forums.tutorialized.com/sybase-114/&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;http://forums.tutorialized.com/sybase-114/&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Terminal Services&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://forums.msterminalservices.org/&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;http://forums.msterminalservices.org/&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://social.technet.microsoft.com/Forums/en/winserverTS/threads&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;http://social.technet.microsoft.com/Forums/en/winserverTS/threads&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;TinyMCE&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://tinymce.moxiecode.com/punbb/index.php&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://tinymce.moxiecode.com/punbb/index.php &lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Telerik Controls&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.telerik.com/community/forums.aspx&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;http://www.telerik.com/community/forums.aspx&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Tortoise SVN&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.svnforum.org/&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://www.svnforum.org/&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Ultidev&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://ultidev.com/Forums/Default.aspx?g=forum&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://ultidev.com/Forums/Default.aspx?g=forum&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Umbraco&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://forum.umbraco.org/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://forum.umbraco.org/&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;b&gt;Unity&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;a href=&quot;http://unity.codeplex.com/discussions&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;b&gt;http://unity.codeplex.com/discussions&lt;/b&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Upload Source Projects to&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://www.codeproject.com/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://www.codeproject.com&lt;/a&gt; &lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://www.codeplex.com/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://www.codeplex.com/&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://www.sourceforge.org/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://www.sourceforge.org&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;VideoLAN&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://forum.videolan.org/&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://forum.videolan.org/&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Visual Basic&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;a href=&quot;http://social.msdn.microsoft.com/Forums/en-US/category/visualbasic/&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;http://social.msdn.microsoft.com/Forums/en-US/category/visualbasic/&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.xtremevbtalk.com/&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://www.xtremevbtalk.com/&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.codeguru.com/forum/forumdisplay.php?f=42&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;http://www.codeguru.com/forum/forumdisplay.php?f=42&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.vbforums.com/&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;http://www.vbforums.com/&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Visual Studio Debugger&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://social.msdn.microsoft.com/Forums/en/vsdebug/threads&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://social.msdn.microsoft.com/Forums/en/vsdebug/threads&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Visual Studio Express Edition&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://social.msdn.microsoft.com/Forums/en/Vsexpressvb/threads&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://social.msdn.microsoft.com/Forums/en/Vsexpressvb/threads&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Visual Source Safe (VSS)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Visual Source Safe Forum &lt;a href=&quot;http://social.msdn.microsoft.com/Forums/en-US/vssourcecontrol/threads/&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span&gt;http://social.msdn.microsoft.com/Forums/en-US/vssourcecontrol/threads/&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Visual Studio Team System (VSTS)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;a href=&quot;http://social.msdn.microsoft.com/forums/en-US/category/vsts/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;http://social.msdn.microsoft.com/forums/en-US/category/vsts/&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Visual Studio Team Version Database Version&lt;/span&gt;&lt;br /&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;a href=&quot;http://social.msdn.microsoft.com/Forums/en-US/vstsdb/threads/&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;MSDN http://social.msdn.microsoft.com/Forums/en-US/vstsdb/threads/&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Visual Studio Extensibility&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;VS Extensibility forum &lt;a href=&quot;http://social.msdn.microsoft.com/forums/en-US/vsx/threads/&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span&gt;http://social.msdn.microsoft.com/forums/en-US/vsx/threads/&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Visual Studio and .NET Framework documentation&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://social.msdn.microsoft.com/Forums/en-US/devdocs/threads&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://social.msdn.microsoft.com/Forums/en-US/devdocs/threads&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;VSTO Visual Studio Tools for Office&lt;/span&gt;&lt;br /&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;MSDN &lt;a href=&quot;http://social.msdn.microsoft.com/forums/en-US/vsto/threads/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://social.msdn.microsoft.com/forums/en-US/vsto/threads/&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Web Hosting:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Web Hosting &lt;a href=&quot;http://www.webhostingtalk.com/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span&gt;http://www.webhostingtalk.com/&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Windows 7&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;a href=&quot;http://social.technet.microsoft.com/Forums/en/category/w7itpro/&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;http://social.technet.microsoft.com/Forums/en/category/w7itpro/&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;a href=&quot;http://www.sevenforums.com/&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;http://www.sevenforums.com/&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;a href=&quot;http://windows7forums.com/&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;http://windows7forums.com/&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;a href=&quot;http://www.w7forums.com/&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;http://www.w7forums.com/&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Windows Azure Development&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://social.msdn.microsoft.com/Forums/en/category/azure/&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://social.msdn.microsoft.com/Forums/en/category/azure&lt;/a&gt;/&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Windows Communication Foundation (WCF)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://social.msdn.microsoft.com/forums/en-US/wcf/threads/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://social.msdn.microsoft.com/forums/en-US/wcf/threads/&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;a href=&quot;http://msdn.microsoft.com/wcf&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;span&gt;&lt;a href=&quot;http://msdn.microsoft.com/wcf/&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://msdn.microsoft.com/wcf/&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Windows Forms&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;MSDN  &lt;a href=&quot;http://social.msdn.microsoft.com/Forums/en-US/category/windowsforms/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span&gt;http://social.msdn.microsoft.com/Forums/en-US/category/windowsforms/&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://windowsclient.net/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://windowsclient.net/&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Windows Mobile&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;MSDN &lt;a href=&quot;https://forums.microsoft.com/windowsmobile/default.aspx?siteid=65&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;https://forums.microsoft.com/windowsmobile/default.aspx?siteid=65 &lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;PDA Street &lt;a href=&quot;http://www.pdastreet.com/forums/forumdisplay.php?f=4&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://www.pdastreet.com/forums/forumdisplay.php?f=4&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Windows Presentation Form (WPF)&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;MSDN  &lt;a href=&quot;http://social.msdn.microsoft.com/forums/en-US/wpf/threads/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://social.msdn.microsoft.com/forums/en-US/wpf/threads/&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Code Guru &lt;a href=&quot;http://www.codeguru.com/forum/forumdisplay.php?f=99&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://www.codeguru.com/forum/forumdisplay.php?f=99&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Code Project &lt;a href=&quot;http://www.codeproject.com/script/Forums/View.aspx?fid=1004114&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://www.codeproject.com/script/Forums/View.aspx?fid=1004114&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Windows Server 2008&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Windows Server 2008 &lt;a href=&quot;http://windows2008forum.com/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://windows2008forum.com/ &lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;TekTips &lt;a href=&quot;http://www.tek-tips.com/threadminder.cfm?pid=1674&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://www.tek-tips.com/threadminder.cfm?pid=1674&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Computing.Net &lt;a href=&quot;http://www.computing.net/forum/windows2008/1.html&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://www.computing.net/forum/windows2008/1.html&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Windows Services&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt; &lt;a target=&quot;_blank&quot; href=&quot;http://social.msdn.microsoft.com/Forums/en-US/windowsgeneraldevelopmentissues/threads&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span style=&quot;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; text-align: left; &quot;&gt;&lt;span&gt;http://social.msdn.microsoft.com/Forums/en-US/windowsgeneraldevelopmentissues/threads&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt; (and other general windows issues without a specific forum)&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Windows SysInternals&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://forum.sysinternals.com/default.asp&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://forum.sysinternals.com/default.asp&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Windows Workflow&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;a href=&quot;http://social.msdn.microsoft.com/forums/en-US/windowsworkflowfoundation/threads/%20&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;http://social.msdn.microsoft.com/forums/en-US/windowsworkflowfoundation/threads/ &lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Windsor Castle&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://forum.castleproject.org/index.php&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://forum.castleproject.org/index.php&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;Yet Another Forum&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;font-size: 1em; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;&lt;a href=&quot;http://forum.yetanotherforum.net/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(3, 78, 250); &quot;&gt;http://forum.yetanotherforum.net/ &lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/span&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nkmytechnologies.blogspot.com/feeds/1923180923400711471/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nkmytechnologies.blogspot.com/2010/11/faq.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6833741015620783493/posts/default/1923180923400711471'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6833741015620783493/posts/default/1923180923400711471'/><link rel='alternate' type='text/html' href='http://nkmytechnologies.blogspot.com/2010/11/faq.html' title='FAQ'/><author><name>kethare</name><uri>http://www.blogger.com/profile/17450459444835201876</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6833741015620783493.post-2006298405734553486</id><published>2010-11-10T23:13:00.000-08:00</published><updated>2010-11-11T00:03:01.440-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Sharepoint"/><title type='text'>Sharepoint UserProfile Sync. links</title><content type='html'>&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Verdana; font-size: 11px; line-height: 15px; &quot;&gt;&lt;h3 style=&quot;font-size: 1.5em; font-family: Segoe, Verdana, sans-serif; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 13px; margin-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-color: transparent; border-right-color: transparent; border-bottom-color: transparent; border-left-color: transparent; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; line-height: 1.2em; color: rgb(65, 54, 114); background-position: 0% 0%; background-repeat: no-repeat no-repeat; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/h3&gt;&lt;div&gt;1) &lt;a href=&quot;http://social.msdn.microsoft.com/Forums/en/sharepoint2010general/thread/adf1c861-0bd4-436f-9744-f85d229eace5&quot;&gt;http://social.msdn.microsoft.com/Forums/en/sharepoint2010general/thread/adf1c861-0bd4-436f-9744-f85d229eace5&lt;/a&gt;&lt;/div&gt;&lt;div&gt;2) &lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Georgia, serif; line-height: normal; font-size: 16px; &quot;&gt;&lt;a href=&quot;http://social.msdn.microsoft.com/Forums/en/sharepointdevelopment/thread/a6e5daf1-fb7d-4e80-93f5-3b0f9218c2a0&quot;&gt;http://social.msdn.microsoft.com/Forums/en/sharepointdevelopment/thread/a6e5daf1-fb7d-4e80-93f5-3b0f9218c2a0&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;3) &lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Georgia, serif; line-height: normal; font-size: 16px; &quot;&gt;&lt;a href=&quot;http://stsadm.blogspot.com/2007/08/stsadm-commands_09.html&quot;&gt;http://stsadm.blogspot.com/2007/08/stsadm-commands_09.html&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;4) &lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Georgia, serif; line-height: normal; font-size: 16px; &quot;&gt;&lt;a href=&quot;http://www.marcvalk.net/2010/04/sp2010-user-profile-synchronization-service-will-not-start/&quot;&gt;http://www.marcvalk.net/2010/04/sp2010-user-profile-synchronization-service-will-not-start/&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;5) &lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Georgia, serif; line-height: normal; font-size: 16px; &quot;&gt;&lt;a href=&quot;http://blog.jussipalo.com/2010/02/sp2010-fimsynchronizationservice-errors.html&quot;&gt;http://blog.jussipalo.com/2010/02/sp2010-fimsynchronizationservice-errors.html&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;6) &lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Georgia, serif; line-height: normal; font-size: 16px; &quot;&gt;&lt;a href=&quot;http://blogs.technet.com/b/tothesharepoint/archive/2010/01/22/3307662.aspx&quot;&gt;http://blogs.technet.com/b/tothesharepoint/archive/2010/01/22/3307662.aspx&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;7) &lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Georgia, serif; line-height: normal; font-size: 16px; &quot;&gt;&lt;a href=&quot;http://sharepoint.mindsharpblogs.com/Kathy/archive/2009/11/20/Configuring-User-Profiles-in-SharePoint-Server-2010.aspx&quot;&gt;http://sharepoint.mindsharpblogs.com/Kathy/archive/2009/11/20/Configuring-User-Profiles-in-SharePoint-Server-2010.aspx&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://nkmytechnologies.blogspot.com/feeds/2006298405734553486/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nkmytechnologies.blogspot.com/2010/11/sharepoint-userprofile-sync-links.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6833741015620783493/posts/default/2006298405734553486'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6833741015620783493/posts/default/2006298405734553486'/><link rel='alternate' type='text/html' href='http://nkmytechnologies.blogspot.com/2010/11/sharepoint-userprofile-sync-links.html' title='Sharepoint UserProfile Sync. links'/><author><name>kethare</name><uri>http://www.blogger.com/profile/17450459444835201876</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6833741015620783493.post-4230474847676387041</id><published>2010-11-08T22:44:00.000-08:00</published><updated>2010-11-11T22:29:47.342-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Sharepoint"/><title type='text'>Programatically copy document from list to library</title><content type='html'>&lt;div&gt;&lt;br /&gt;Using this below code you can &lt;a href=&quot;http://kethare.in/?p=56&quot;&gt;copy the document from list to library&lt;/a&gt;, with in the same web application. The logic is as below&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiWQzNil6whD90K86e-lXwMnlIpCTXJ8izZLeBmERvw2-U6YpghthINQAwfjNhBfEVu7WrsGs0w_MV5H6K16J2DlX3V1tt19Yh7-o5xYKW74D_XPSZFaL6noJj4HB_yOkLYDk4buD6n90o/s1600/CopyDocumentFrom+list+to+Library.png&quot;&gt;&lt;img style=&quot;display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 112px;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiWQzNil6whD90K86e-lXwMnlIpCTXJ8izZLeBmERvw2-U6YpghthINQAwfjNhBfEVu7WrsGs0w_MV5H6K16J2DlX3V1tt19Yh7-o5xYKW74D_XPSZFaL6noJj4HB_yOkLYDk4buD6n90o/s320/CopyDocumentFrom+list+to+Library.png&quot; border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5537437497950512914&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;Source :Kethare.in&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nkmytechnologies.blogspot.com/feeds/4230474847676387041/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nkmytechnologies.blogspot.com/2010/11/programatically-copy-document-from-list.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6833741015620783493/posts/default/4230474847676387041'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6833741015620783493/posts/default/4230474847676387041'/><link rel='alternate' type='text/html' href='http://nkmytechnologies.blogspot.com/2010/11/programatically-copy-document-from-list.html' title='Programatically copy document from list to library'/><author><name>kethare</name><uri>http://www.blogger.com/profile/17450459444835201876</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiWQzNil6whD90K86e-lXwMnlIpCTXJ8izZLeBmERvw2-U6YpghthINQAwfjNhBfEVu7WrsGs0w_MV5H6K16J2DlX3V1tt19Yh7-o5xYKW74D_XPSZFaL6noJj4HB_yOkLYDk4buD6n90o/s72-c/CopyDocumentFrom+list+to+Library.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6833741015620783493.post-4931387389748605631</id><published>2010-11-08T22:42:00.001-08:00</published><updated>2010-11-11T22:30:48.449-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Sharepoint"/><title type='text'>Upload the Document Programmatically to SharePoint Library</title><content type='html'>&lt;div&gt;The below code will &lt;a href=&quot;http://kethare.in/?p=53&quot;&gt;Upload the document from server drive to SharePoint Library&lt;/a&gt;, using SPDocumentLibrary class&lt;/div&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhs4vtVz5etxiEhyphenhyphen5riwQm3zY_OmFhyphenhyphenGibIt-8DPH8FdEKK8bFG1Ht4kYIlPGyM2XOQFLC9HBQhy-6K5hyphenhyphenCEq-VceSqR9M5JZUOFgFpQE_Kg87rPFS012vnK8D4F0V8F36QqEbrmJy031s/s1600/UploadDocumentToLibrary.jpg&quot;&gt;&lt;img style=&quot;display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 141px;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhs4vtVz5etxiEhyphenhyphen5riwQm3zY_OmFhyphenhyphenGibIt-8DPH8FdEKK8bFG1Ht4kYIlPGyM2XOQFLC9HBQhy-6K5hyphenhyphenCEq-VceSqR9M5JZUOFgFpQE_Kg87rPFS012vnK8D4F0V8F36QqEbrmJy031s/s320/UploadDocumentToLibrary.jpg&quot; border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5537436972004652610&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;Source: kethare.in&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nkmytechnologies.blogspot.com/feeds/4931387389748605631/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nkmytechnologies.blogspot.com/2010/11/upload-document-programmatically-to.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6833741015620783493/posts/default/4931387389748605631'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6833741015620783493/posts/default/4931387389748605631'/><link rel='alternate' type='text/html' href='http://nkmytechnologies.blogspot.com/2010/11/upload-document-programmatically-to.html' title='Upload the Document Programmatically to SharePoint Library'/><author><name>kethare</name><uri>http://www.blogger.com/profile/17450459444835201876</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhs4vtVz5etxiEhyphenhyphen5riwQm3zY_OmFhyphenhyphenGibIt-8DPH8FdEKK8bFG1Ht4kYIlPGyM2XOQFLC9HBQhy-6K5hyphenhyphenCEq-VceSqR9M5JZUOFgFpQE_Kg87rPFS012vnK8D4F0V8F36QqEbrmJy031s/s72-c/UploadDocumentToLibrary.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6833741015620783493.post-1832464686741386481</id><published>2010-11-08T22:34:00.000-08:00</published><updated>2010-11-11T22:32:13.995-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Sharepoint"/><title type='text'>Download the Sharepoint List Attachment</title><content type='html'>&lt;div&gt;&lt;p style=&quot;background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; background-position: initial initial; background-repeat: initial initial; &quot;&gt;&lt;span style=&quot;font-size: 10pt; font-family: Tahoma, sans-serif; color: rgb(44, 44, 41); &quot;&gt;You can &lt;a href=&quot;http://kethare.in/?p=49&quot;&gt;download the attachment from the any SharePoint List to your local drive&lt;/a&gt; in your Server using the following code. Based on the article from Microsoft &quot;&lt;/span&gt;&lt;a href=&quot;http://support.microsoft.com/kb/929259&quot;&gt;&lt;span style=&quot;font-size: 10pt; font-family: Tahoma, sans-serif; &quot;&gt;How to Programmatically Download attachment from list items in WSS&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-size: 10pt; font-family: Tahoma, sans-serif; color: rgb(44, 44, 41); &quot;&gt;&quot; i iterate the list item and also i checked for Exist of attachment for each list item.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; background-position: initial initial; background-repeat: initial initial; &quot;&gt;&lt;span style=&quot;font-size: 10pt; font-family: Tahoma, sans-serif; color: rgb(44, 44, 41); &quot;&gt;Inherited Web-part Class and create the button control and attach the click event, in the &quot;CreateChildControls&quot; method as below code&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjvVw0jdkRKWjNU0ZYY3QkTGI-630Y2AAUf9OD68VcJcOIq5VYmdVkD2eS0dFSBure5q1CKN9oqIVPznirYdqN5xMqdzpe9y_BfzWK__nwY-SnJ1hnfncVcFsMNgv4_nej6g-_3ZK2Gfes/s1600/DownloadAttachmentFromList1.png&quot;&gt;&lt;img style=&quot;display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 271px;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjvVw0jdkRKWjNU0ZYY3QkTGI-630Y2AAUf9OD68VcJcOIq5VYmdVkD2eS0dFSBure5q1CKN9oqIVPznirYdqN5xMqdzpe9y_BfzWK__nwY-SnJ1hnfncVcFsMNgv4_nej6g-_3ZK2Gfes/s320/DownloadAttachmentFromList1.png&quot; border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5537434938634868194&quot; /&gt;&lt;/a&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; background-position: initial initial; background-repeat: initial initial; &quot;&gt;                                           &lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Tahoma, sans-serif; font-size: 13px; color: rgb(44, 44, 41); &quot;&gt;(Click on above image to Enlarge the Image)&lt;/span&gt;&lt;/p&gt;&lt;pstyle=&quot;background-image: initial=&quot;&quot;&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px;&quot;&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;background:white&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;span style=&quot;font-size:10.0pt;font-family:&amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; color:#2C2C29&quot;&gt;Now write the code to download the attachment from the List as below in the Button Click event Method&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjPEy3_l4YQlmU35G9BO1yzN_spDe09vxE2fP0HDjoJ9WZWGYyzFptzWfeaLKVlWOOUXXc5Dw_DVr4K0mw9UZowDULPpq7xZDa6xMheGvSrSIYyORa7RmP8jq2m8uDh6dsbaA90kZcxC6A/s1600/DownloadAttachmentFromList2.png&quot;&gt;&lt;img style=&quot;display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 166px;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjPEy3_l4YQlmU35G9BO1yzN_spDe09vxE2fP0HDjoJ9WZWGYyzFptzWfeaLKVlWOOUXXc5Dw_DVr4K0mw9UZowDULPpq7xZDa6xMheGvSrSIYyORa7RmP8jq2m8uDh6dsbaA90kZcxC6A/s320/DownloadAttachmentFromList2.png&quot; border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5537435181658612562&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;span style=&quot;font-size:10.0pt;line-height:115%; font-family:&amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:Calibri;mso-fareast-theme-font: minor-latin;color:#2C2C29;mso-ansi-language:EN-US;mso-fareast-language:EN-US; mso-bidi-language:AR-SA&quot;&gt;                                            (Click on &lt;/span&gt;&lt;span style=&quot;font-size:10.0pt; line-height:115%;font-family:&amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family: Calibri;mso-fareast-theme-font:minor-latin;color:#807D7A;mso-ansi-language: EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;mso-no-proof:yes&quot;&gt;above&lt;/span&gt;&lt;span style=&quot;font-size:10.0pt;line-height:115%;font-family:&amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;color:#2C2C29; mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA&quot;&gt; image to Enlarge the Image)&lt;/span&gt;&lt;br /&gt;&lt;/pstyle=&quot;background-image:&gt;&lt;div&gt;&lt;pstyle=&quot;background-image: initial=&quot;&quot;&gt;&lt;p style=&quot;background:white&quot;&gt;&lt;span style=&quot;font-size:10.0pt;font-family:&amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; color:#2C2C29&quot;&gt;Now you create a custom web-part for download the attachment of the list. Create Strong key and build the class deploy it in your Server and update the Web.Config. Add it in web-part gallery and edit the page select the web-part to download attachment. that it. When you click on the web-part, it will automatically download all attachment  to the specified path. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;background:white&quot;&gt;&lt;span style=&quot;font-size:10.0pt;font-family:&amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; color:#2C2C29&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;background:white&quot;&gt;&lt;span style=&quot;font-size:10.0pt;font-family:&amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; color:#2C2C29&quot;&gt;Source :Kethare.in&lt;/span&gt;&lt;/p&gt;&lt;/pstyle=&quot;background-image:&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nkmytechnologies.blogspot.com/feeds/1832464686741386481/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nkmytechnologies.blogspot.com/2010/11/download-sharepoint-list-attachment.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6833741015620783493/posts/default/1832464686741386481'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6833741015620783493/posts/default/1832464686741386481'/><link rel='alternate' type='text/html' href='http://nkmytechnologies.blogspot.com/2010/11/download-sharepoint-list-attachment.html' title='Download the Sharepoint List Attachment'/><author><name>kethare</name><uri>http://www.blogger.com/profile/17450459444835201876</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjvVw0jdkRKWjNU0ZYY3QkTGI-630Y2AAUf9OD68VcJcOIq5VYmdVkD2eS0dFSBure5q1CKN9oqIVPznirYdqN5xMqdzpe9y_BfzWK__nwY-SnJ1hnfncVcFsMNgv4_nej6g-_3ZK2Gfes/s72-c/DownloadAttachmentFromList1.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6833741015620783493.post-1714475949532548383</id><published>2010-10-29T04:18:00.001-07:00</published><updated>2010-10-29T04:23:04.486-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Sharepoint"/><title type='text'>How to Hide SharePoint Column based on user login in Newform.aspx</title><content type='html'>&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Tahoma; font-size: 11px; color: rgb(44, 44, 41); &quot;&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;For last two days i scratch my head, to hide the required column based on the user login in NewForm.aspx and EditForm.aspx of the list. Initially i tried it by using SharePoint designer without using code and later i tried by using inline code but am unable to achieve it , even though i have an option to achieve.&lt;/p&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;Finally i achieved hiding of share-point column based on user login in NewForm.aspx and EditForm.aspx by creating custom Webpart.&lt;/p&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;Create a Class Library in Visual studio and add reference &#39;System.Web&#39;, &#39;Microsoft.SharePoint&#39;. In the class file include the required namespace specify below.&lt;/p&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj-LsiS4cAyRhWQCUcGB80nzyQtm9glpoHU5-kv0aEdJFo_HVfD_8MPu80NPWgpVvCgTVZJXQk-WfXI2t2NT5Z3gqL_SJvSLreQVzFyswHktvD2R-Ek7_gxWpm9PZS5KfLLoMz6cqzHKGc/s1600/namespace1.png&quot;&gt;&lt;img style=&quot;display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 204px;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj-LsiS4cAyRhWQCUcGB80nzyQtm9glpoHU5-kv0aEdJFo_HVfD_8MPu80NPWgpVvCgTVZJXQk-WfXI2t2NT5Z3gqL_SJvSLreQVzFyswHktvD2R-Ek7_gxWpm9PZS5KfLLoMz6cqzHKGc/s320/namespace1.png&quot; border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5533426374676939570&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Add the below code&lt;br /&gt;&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj5E73W1IQNJWnwvH36gddsJ-ypv9_Uu3Jvt4-6pIOckTGeoTR1-dk6Anf4Cb0tsTujXrE41EUA0ZtkSqpIleOuEAeW2ehghCMPRc0EjP0F7zpyasjpzHUsntfrV5h407Z8862Z_OlXNj0/s1600/code.png&quot;&gt;&lt;img style=&quot;display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 117px;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj5E73W1IQNJWnwvH36gddsJ-ypv9_Uu3Jvt4-6pIOckTGeoTR1-dk6Anf4Cb0tsTujXrE41EUA0ZtkSqpIleOuEAeW2ehghCMPRc0EjP0F7zpyasjpzHUsntfrV5h407Z8862Z_OlXNj0/s320/code.png&quot; border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5533426599213510770&quot; /&gt;&lt;/a&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Tahoma; font-size: 11px; color: rgb(44, 44, 41); &quot;&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;Create the Strong Name Key in Visual Studio and build the project and deploy the code in Assembly and add the Source Safe tag in web.config under which site you want to enable this web part. Now Activate the web-part under Web-part gallery from the top site.&lt;/p&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;Now add the custom web part in the NewForm or EditForm page where you want to hide the control. That all&lt;/p&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;To know about &lt;a href=&quot;http://kethare.in/?p=22&quot; style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(128, 125, 122); background-position: initial initial; background-repeat: initial initial; &quot;&gt;Custom Web part Click here&lt;/a&gt;&lt;/p&gt;&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://nkmytechnologies.blogspot.com/feeds/1714475949532548383/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nkmytechnologies.blogspot.com/2010/10/how-to-hide-sharepoint-column-based-on.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6833741015620783493/posts/default/1714475949532548383'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6833741015620783493/posts/default/1714475949532548383'/><link rel='alternate' type='text/html' href='http://nkmytechnologies.blogspot.com/2010/10/how-to-hide-sharepoint-column-based-on.html' title='How to Hide SharePoint Column based on user login in Newform.aspx'/><author><name>kethare</name><uri>http://www.blogger.com/profile/17450459444835201876</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj-LsiS4cAyRhWQCUcGB80nzyQtm9glpoHU5-kv0aEdJFo_HVfD_8MPu80NPWgpVvCgTVZJXQk-WfXI2t2NT5Z3gqL_SJvSLreQVzFyswHktvD2R-Ek7_gxWpm9PZS5KfLLoMz6cqzHKGc/s72-c/namespace1.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6833741015620783493.post-7448539306611751223</id><published>2010-10-27T08:01:00.000-07:00</published><updated>2010-10-27T08:17:11.256-07:00</updated><title type='text'>Stsadm operations</title><content type='html'>&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom:0in;margin-bottom:.0001pt;line-height: 12.9pt;background:white&quot;&gt;&lt;span style=&quot;font-size:9.0pt;font-family:Symbol; mso-ascii-font-family:Georgia;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;·&lt;/span&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;  &lt;/span&gt;&lt;b&gt;Activatefeature&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom:0in;margin-bottom:.0001pt;line-height: 12.9pt;background:white&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;; mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;; color:black&quot;&gt;         &lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Activates a feature in the feature collection.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom:0in;margin-bottom:.0001pt;line-height: 12.9pt;background:white&quot;&gt;&lt;span style=&quot;font-size:9.0pt;font-family:Symbol; mso-ascii-font-family:Georgia;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;·&lt;/span&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;  &lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span style=&quot;font-size:9.0pt; mso-bidi-font-size:11.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Addalternatedomain                                &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom:0in;margin-bottom:.0001pt;line-height: 12.9pt;background:white&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size:9.0pt;mso-bidi-font-size: 11.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;          &lt;/span&gt; &lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Adds an internal URL and maps it to one of the five URL zones of a Web application or external                      resource.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom:0in;margin-bottom:.0001pt;line-height: 12.9pt;background:white&quot;&gt;&lt;span style=&quot;font-size:9.0pt;font-family:Symbol; mso-ascii-font-family:Georgia;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;·&lt;/span&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;  &lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span style=&quot;font-size:9.0pt; mso-bidi-font-size:11.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Addcontentdb                                                &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom:0in;margin-bottom:.0001pt;line-height: 12.9pt;background:white&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size:9.0pt;mso-bidi-font-size: 11.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;span style=&quot;mso-tab-count: 1&quot;&gt;                &lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-size:8.0pt;font-family: &amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Creates a new content database or adds a database that needs to be upgraded when the &lt;/span&gt;&lt;span style=&quot;font-size:8.0pt; mso-bidi-font-size:11.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black; mso-bidi-font-weight:bold&quot;&gt;url&lt;/span&gt;&lt;span style=&quot;font-size:8.0pt;font-family: &amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt; and &lt;/span&gt;&lt;span style=&quot;font-size:8.0pt; mso-bidi-font-size:11.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black; mso-bidi-font-weight:bold&quot;&gt;databasename&lt;/span&gt;&lt;span style=&quot;font-size:8.0pt; font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt; parameters are specified.&lt;/span&gt;&lt;b&gt;&lt;span style=&quot;font-size:9.0pt;mso-bidi-font-size:11.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;; mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;; color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom:0in;margin-bottom:.0001pt;line-height: 12.9pt;background:white&quot;&gt;&lt;span style=&quot;font-size:9.0pt;font-family:Symbol; mso-ascii-font-family:Georgia;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;·&lt;/span&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;  &lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span style=&quot;font-size:9.0pt; mso-bidi-font-size:11.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Adddataconnectionfile&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom:0in;margin-bottom:.0001pt;line-height: 12.9pt;background:white&quot;&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;; mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;; color:black&quot;&gt;&lt;span style=&quot;mso-tab-count:1&quot;&gt;                &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size:8.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Adds a new DataConnectionFile to the DataConnectionFiles collection for InfoPath Forms Services.&lt;/span&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;; mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;; color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom:0in;margin-bottom:.0001pt;line-height: 12.9pt;background:white&quot;&gt;&lt;span style=&quot;font-size:9.0pt;font-family:Symbol; mso-ascii-font-family:Georgia;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;·&lt;/span&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;  &lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span style=&quot;font-size:9.0pt; mso-bidi-font-size:11.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Add-ecsfiletrustedlocation&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom:0in;margin-bottom:.0001pt;text-indent: .5in;line-height:12.9pt;background:white&quot;&gt;&lt;span style=&quot;font-size:8.0pt; font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Lets an administrator add a file to the trusted location list.&lt;/span&gt;&lt;span style=&quot;font-size:9.0pt; font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom:0in;margin-bottom:.0001pt;line-height: 12.9pt;background:white&quot;&gt;&lt;span style=&quot;font-size:9.0pt;font-family:Symbol; mso-ascii-font-family:Georgia;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;·&lt;/span&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;  &lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span style=&quot;font-size:9.0pt; mso-bidi-font-size:11.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Add-ecssafedataprovider&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom:0in;margin-bottom:.0001pt;line-height: 12.9pt;background:white&quot;&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;; mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;; color:black&quot;&gt;&lt;span style=&quot;mso-tab-count:1&quot;&gt;                &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size:8.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Lets an administrator add a supported provider type to the safe provider list.&lt;/span&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom:0in;margin-bottom:.0001pt;line-height: 12.9pt;background:white&quot;&gt;&lt;span style=&quot;font-size:9.0pt;font-family:Symbol; mso-ascii-font-family:Georgia;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;·&lt;/span&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;  &lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span style=&quot;font-size:9.0pt; mso-bidi-font-size:11.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Add-ecstrusteddataconnectionlibrary&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom:0in;margin-bottom:.0001pt;text-indent: .5in;line-height:12.9pt;background:white&quot;&gt;&lt;span style=&quot;font-size:8.0pt; font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Adds a trusted data connection to a library.&lt;/span&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;; mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;; color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom:0in;margin-bottom:.0001pt;line-height: 12.9pt;background:white&quot;&gt;&lt;span style=&quot;font-size:9.0pt;font-family:Symbol; mso-ascii-font-family:Georgia;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;·&lt;/span&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;  &lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span style=&quot;font-size:9.0pt; mso-bidi-font-size:11.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Add-ecsuserdefinedfunction&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom:0in;margin-bottom:.0001pt;line-height: 12.9pt;background:white&quot;&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;; mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;; color:black&quot;&gt;&lt;span style=&quot;mso-tab-count:1&quot;&gt;                &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size:8.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Adds a user defined function.&lt;/span&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;; mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;; color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom:0in;margin-bottom:.0001pt;line-height: 12.9pt;background:white&quot;&gt;&lt;span style=&quot;font-size:9.0pt;font-family:Symbol; mso-ascii-font-family:Georgia;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;·&lt;/span&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;  &lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span style=&quot;font-size:9.0pt; mso-bidi-font-size:11.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Addexemptuseragent&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom:0in;margin-bottom:.0001pt;line-height: 12.9pt;background:white&quot;&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;; mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;; color:black&quot;&gt;&lt;span style=&quot;mso-tab-count:1&quot;&gt;                &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size:8.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Adds a user agent, which is typically in the form of a search bot, to receive the XML file that contains the data of the form for indexing instead of the HTML rendering of the form.&lt;/span&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;; mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;; color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom:0in;margin-bottom:.0001pt;line-height: 12.9pt;background:white&quot;&gt;&lt;span style=&quot;font-size:9.0pt;font-family:Symbol; mso-ascii-font-family:Georgia;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;·&lt;/span&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;  &lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span style=&quot;font-size:9.0pt; mso-bidi-font-size:11.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Addpath&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom:0in;margin-bottom:.0001pt;text-indent: .5in;line-height:12.9pt;background:white&quot;&gt;&lt;span style=&quot;font-size:8.0pt; font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Adds a managed path inclusion to a Web application.&lt;/span&gt;&lt;span style=&quot;font-size:9.0pt;font-family: &amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom:0in;margin-bottom:.0001pt;line-height: 12.9pt;background:white&quot;&gt;&lt;span style=&quot;font-size:9.0pt;font-family:Symbol; mso-ascii-font-family:Georgia;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;·&lt;/span&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;span style=&quot;mso-spacerun:yes&quot;&gt;  &lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span style=&quot;font-size:9.0pt; mso-bidi-font-size:11.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Addpermissionpolicy&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom:0in;margin-bottom:.0001pt;line-height: 12.9pt;background:white&quot;&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;; mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;; color:black&quot;&gt;&lt;span style=&quot;mso-tab-count:1&quot;&gt;                &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size:8.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Adds a user to a policy role for the Web application based on the specified permission level name and corresponding zone.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom:0in;margin-bottom:.0001pt;line-height: 12.9pt;background:white&quot;&gt;&lt;span style=&quot;font-size:8.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;; mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;; color:black&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpFirst&quot; style=&quot;margin-bottom:0in;margin-bottom:.0001pt; mso-add-space:auto;text-indent:-.25in;line-height:12.9pt;mso-list:l0 level1 lfo1; background:white&quot;&gt;&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-size:9.0pt;font-family: Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:black&quot;&gt;&lt;span style=&quot;mso-list:Ignore&quot;&gt;·&lt;span style=&quot;font:7.0pt &amp;quot;Times New Roman&amp;quot;&quot;&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;b&gt;&lt;span style=&quot;font-size:8.0pt;mso-bidi-font-size: 11.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Addsolution&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;line-height:12.9pt;background:white&quot;&gt;&lt;span style=&quot;font-size:8.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Adds a solution file to the solution store.&lt;/span&gt;&lt;span style=&quot;font-size:9.0pt; font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;text-indent:-.25in;line-height:12.9pt;mso-list:l0 level1 lfo1; background:white&quot;&gt;&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-size:9.0pt;font-family: Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:black&quot;&gt;&lt;span style=&quot;mso-list:Ignore&quot;&gt;·&lt;span style=&quot;font:7.0pt &amp;quot;Times New Roman&amp;quot;&quot;&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;b&gt;&lt;span style=&quot;font-size:8.0pt;mso-bidi-font-size: 11.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Addtemplate&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;line-height:12.9pt;background:white&quot;&gt;&lt;span style=&quot;font-size:8.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Adds a site template to the template gallery.&lt;/span&gt;&lt;span style=&quot;font-size:9.0pt; font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;text-indent:-.25in;line-height:12.9pt;mso-list:l0 level1 lfo1; background:white&quot;&gt;&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-size:9.0pt;font-family: Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:black&quot;&gt;&lt;span style=&quot;mso-list:Ignore&quot;&gt;·&lt;span style=&quot;font:7.0pt &amp;quot;Times New Roman&amp;quot;&quot;&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;b&gt;&lt;span style=&quot;font-size:8.0pt;mso-bidi-font-size: 11.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Adduser&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;line-height:12.9pt;background:white&quot;&gt;&lt;span style=&quot;font-size:8.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Adds a user account to the specified site collection and assigns it to the specified site group.&lt;/span&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;; mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;; color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;text-indent:-.25in;line-height:12.9pt;mso-list:l0 level1 lfo1; background:white&quot;&gt;&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-size:9.0pt;font-family: Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:black&quot;&gt;&lt;span style=&quot;mso-list:Ignore&quot;&gt;·&lt;span style=&quot;font:7.0pt &amp;quot;Times New Roman&amp;quot;&quot;&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;b&gt;&lt;span style=&quot;font-size:8.0pt;mso-bidi-font-size: 11.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Authentication&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;line-height:12.9pt;background:white&quot;&gt;&lt;span style=&quot;font-size:8.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Authentication provides the user identity input to the authorization process which determines what actions the current user is allowed to perform on a given object.&lt;/span&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;text-indent:-.25in;line-height:12.9pt;mso-list:l0 level1 lfo1; background:white&quot;&gt;&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-size:9.0pt;font-family: Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:black&quot;&gt;&lt;span style=&quot;mso-list:Ignore&quot;&gt;·&lt;span style=&quot;font:7.0pt &amp;quot;Times New Roman&amp;quot;&quot;&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;b&gt;&lt;span style=&quot;font-size:8.0pt;mso-bidi-font-size: 11.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Backup&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;line-height:12.9pt;background:white&quot;&gt;&lt;span style=&quot;font-size:8.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Describes how to back up a site collection, an individual database, a Web application, or an entire farm.&lt;/span&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;; mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;; color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;text-indent:-.25in;line-height:12.9pt;mso-list:l0 level1 lfo1; background:white&quot;&gt;&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-size:9.0pt;font-family: Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:black&quot;&gt;&lt;span style=&quot;mso-list:Ignore&quot;&gt;·&lt;span style=&quot;font:7.0pt &amp;quot;Times New Roman&amp;quot;&quot;&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;b&gt;&lt;span style=&quot;font-size:8.0pt;mso-bidi-font-size: 11.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Backuphistory&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;line-height:12.9pt;background:white&quot;&gt;&lt;span style=&quot;font-size:8.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Displays a history of backup and restore operations that have been run.&lt;/span&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;text-indent:-.25in;line-height:12.9pt;mso-list:l0 level1 lfo1; background:white&quot;&gt;&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-size:9.0pt;font-family: Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:black&quot;&gt;&lt;span style=&quot;mso-list:Ignore&quot;&gt;·&lt;span style=&quot;font:7.0pt &amp;quot;Times New Roman&amp;quot;&quot;&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;b&gt;&lt;span style=&quot;font-size:8.0pt;mso-bidi-font-size: 11.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Creategroup&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;line-height:12.9pt;background:white&quot;&gt;&lt;span style=&quot;font-size:8.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Lets site collection administrators create new groups from any site collection.&lt;/span&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;text-indent:-.25in;line-height:12.9pt;mso-list:l0 level1 lfo1; background:white&quot;&gt;&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-size:9.0pt;font-family: Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:black&quot;&gt;&lt;span style=&quot;mso-list:Ignore&quot;&gt;·&lt;span style=&quot;font:7.0pt &amp;quot;Times New Roman&amp;quot;&quot;&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;b&gt;&lt;span style=&quot;font-size:8.0pt;mso-bidi-font-size: 11.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Createsite&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;line-height:12.9pt;background:white&quot;&gt;&lt;span style=&quot;font-size:8.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Creates a site collection at the specified Uniform Resource Locator (URL) with the specified user as site collection owner and site collection administrator.&lt;/span&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;text-indent:-.25in;line-height:12.9pt;mso-list:l0 level1 lfo1; background:white&quot;&gt;&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-size:9.0pt;font-family: Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:black&quot;&gt;&lt;span style=&quot;mso-list:Ignore&quot;&gt;·&lt;span style=&quot;font:7.0pt &amp;quot;Times New Roman&amp;quot;&quot;&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;b&gt;&lt;span style=&quot;font-size:8.0pt;mso-bidi-font-size: 11.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Deletecontentdb&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;line-height:12.9pt;background:white&quot;&gt;&lt;span style=&quot;font-size:8.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Detaches a content database when the Web application, database name, and database server are specified.&lt;/span&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;; mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;; color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;text-indent:-.25in;line-height:12.9pt;mso-list:l0 level1 lfo1; background:white&quot;&gt;&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-size:9.0pt;font-family: Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:black&quot;&gt;&lt;span style=&quot;mso-list:Ignore&quot;&gt;·&lt;span style=&quot;font:7.0pt &amp;quot;Times New Roman&amp;quot;&quot;&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;b&gt;&lt;span style=&quot;font-size:8.0pt;mso-bidi-font-size: 11.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Deleteconfigdb&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;line-height:12.9pt;background:white&quot;&gt;&lt;span style=&quot;font-size:8.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Unprovisions the local machine from the farm and deletes the configuration database (but does not drop the configuration database).&lt;/span&gt;&lt;span style=&quot;font-size:9.0pt; font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;text-indent:-.25in;line-height:12.9pt;mso-list:l0 level1 lfo1; background:white&quot;&gt;&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-size:9.0pt;font-family: Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:black&quot;&gt;&lt;span style=&quot;mso-list:Ignore&quot;&gt;·&lt;span style=&quot;font:7.0pt &amp;quot;Times New Roman&amp;quot;&quot;&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;b&gt;&lt;span style=&quot;font-size:8.0pt;mso-bidi-font-size: 11.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Deletegroup&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;line-height:12.9pt;background:white&quot;&gt;&lt;span style=&quot;font-size:8.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Deletes a group created in Microsoft Office SharePoint Server 2007.&lt;/span&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;text-indent:-.25in;line-height:12.9pt;mso-list:l0 level1 lfo1; background:white&quot;&gt;&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-size:9.0pt;font-family: Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:black&quot;&gt;&lt;span style=&quot;mso-list:Ignore&quot;&gt;·&lt;span style=&quot;font:7.0pt &amp;quot;Times New Roman&amp;quot;&quot;&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;b&gt;&lt;span style=&quot;font-size:8.0pt;mso-bidi-font-size: 11.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Deletesite&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;line-height:12.9pt;background:white&quot;&gt;&lt;span style=&quot;font-size:8.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Deletes the site collection with the specified URL from the Web application.&lt;/span&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;text-indent:-.25in;line-height:12.9pt;mso-list:l0 level1 lfo1; background:white&quot;&gt;&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-size:9.0pt;font-family: Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:black&quot;&gt;&lt;span style=&quot;mso-list:Ignore&quot;&gt;·&lt;span style=&quot;font:7.0pt &amp;quot;Times New Roman&amp;quot;&quot;&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;b&gt;&lt;span style=&quot;font-size:8.0pt;mso-bidi-font-size: 11.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Deletesolution&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;line-height:12.9pt;background:white&quot;&gt;&lt;span style=&quot;font-size:8.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Removes a Windows SharePoint Services Solution Package (*.wsp) from the solution store.&lt;/span&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;text-indent:-.25in;line-height:12.9pt;mso-list:l0 level1 lfo1; background:white&quot;&gt;&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-size:9.0pt;font-family: Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:black&quot;&gt;&lt;span style=&quot;mso-list:Ignore&quot;&gt;·&lt;span style=&quot;font:7.0pt &amp;quot;Times New Roman&amp;quot;&quot;&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;b&gt;&lt;span style=&quot;font-size:8.0pt;mso-bidi-font-size: 11.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Deletessp&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;line-height:12.9pt;background:white&quot;&gt;&lt;span style=&quot;font-size:8.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Deletes a Shared Services Provider (SSP) in a Web application when the &lt;/span&gt;&lt;b&gt;&lt;span style=&quot;font-size:8.0pt;mso-bidi-font-size:11.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;; mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;; color:black&quot;&gt;title&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-size:8.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;; mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;; color:black&quot;&gt; parameter is specified.&lt;/span&gt;&lt;span style=&quot;font-size:9.0pt; font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;text-indent:-.25in;line-height:12.9pt;mso-list:l0 level1 lfo1; background:white&quot;&gt;&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-size:9.0pt;font-family: Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:black&quot;&gt;&lt;span style=&quot;mso-list:Ignore&quot;&gt;·&lt;span style=&quot;font:7.0pt &amp;quot;Times New Roman&amp;quot;&quot;&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;b&gt;&lt;span style=&quot;font-size:8.0pt;mso-bidi-font-size: 11.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Deletessptimerjob&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;line-height:12.9pt;background:white&quot;&gt;&lt;span style=&quot;font-size:8.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Deletes all of the timer jobs in the Shared Services Provider (SSP).&lt;/span&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;text-indent:-.25in;line-height:12.9pt;mso-list:l0 level1 lfo1; background:white&quot;&gt;&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-size:9.0pt;font-family: Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:black&quot;&gt;&lt;span style=&quot;mso-list:Ignore&quot;&gt;·&lt;span style=&quot;font:7.0pt &amp;quot;Times New Roman&amp;quot;&quot;&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;b&gt;&lt;span style=&quot;font-size:8.0pt;mso-bidi-font-size: 11.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Deletetemplate&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;line-height:12.9pt;background:white&quot;&gt;&lt;span style=&quot;font-size:8.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Deletes a specified site template from the site template gallery.&lt;/span&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;text-indent:-.25in;line-height:12.9pt;mso-list:l0 level1 lfo1; background:white&quot;&gt;&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-size:9.0pt;font-family: Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:black&quot;&gt;&lt;span style=&quot;mso-list:Ignore&quot;&gt;·&lt;span style=&quot;font:7.0pt &amp;quot;Times New Roman&amp;quot;&quot;&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;b&gt;&lt;span style=&quot;font-size:8.0pt;mso-bidi-font-size: 11.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Deleteuser&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;line-height:12.9pt;background:white&quot;&gt;&lt;span style=&quot;font-size:8.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Deletes a user account from the specified site collection and specified site.&lt;/span&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;text-indent:-.25in;line-height:12.9pt;mso-list:l0 level1 lfo1; background:white&quot;&gt;&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-size:9.0pt;font-family: Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:black&quot;&gt;&lt;span style=&quot;mso-list:Ignore&quot;&gt;·&lt;span style=&quot;font:7.0pt &amp;quot;Times New Roman&amp;quot;&quot;&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;b&gt;&lt;span style=&quot;font-size:8.0pt;mso-bidi-font-size: 11.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Deleteweb&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;line-height:12.9pt;background:white&quot;&gt;&lt;span style=&quot;font-size:8.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Deletes a subsite using the specified Uniform Resource Locator (URL).&lt;/span&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;text-indent:-.25in;line-height:12.9pt;mso-list:l0 level1 lfo1; background:white&quot;&gt;&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-size:9.0pt;font-family: Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:black&quot;&gt;&lt;span style=&quot;mso-list:Ignore&quot;&gt;·&lt;span style=&quot;font:7.0pt &amp;quot;Times New Roman&amp;quot;&quot;&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;b&gt;&lt;span style=&quot;font-size:8.0pt;mso-bidi-font-size: 11.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Deploysolution&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;line-height:12.9pt;background:white&quot;&gt;&lt;span style=&quot;font-size:8.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Deploys files related to a solution from the configuration database to individual front-end Web servers in the farm.&lt;/span&gt;&lt;span style=&quot;font-size:9.0pt; font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;text-indent:-.25in;line-height:12.9pt;mso-list:l0 level1 lfo1; background:white&quot;&gt;&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-size:9.0pt;font-family: Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:black&quot;&gt;&lt;span style=&quot;mso-list:Ignore&quot;&gt;·&lt;span style=&quot;font:7.0pt &amp;quot;Times New Roman&amp;quot;&quot;&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;b&gt;&lt;span style=&quot;font-size:8.0pt;mso-bidi-font-size: 11.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Displaysolution&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;line-height:12.9pt;background:white&quot;&gt;&lt;span style=&quot;font-size:8.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Displays specific solution or Web Part information in a solution store.&lt;/span&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpLast&quot; style=&quot;margin-bottom:0in;margin-bottom:.0001pt; mso-add-space:auto;text-indent:-.25in;line-height:12.9pt;mso-list:l0 level1 lfo1; background:white&quot;&gt;&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-size:9.0pt;font-family: Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:black&quot;&gt;&lt;span style=&quot;mso-list:Ignore&quot;&gt;·&lt;span style=&quot;font:7.0pt &amp;quot;Times New Roman&amp;quot;&quot;&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;b&gt;&lt;span style=&quot;font-size:8.0pt;mso-bidi-font-size: 11.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Editssp&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top:0in;margin-right:.7pt;margin-bottom:0in; margin-left:49.6pt;margin-bottom:.0001pt;line-height:normal&quot;&gt;&lt;span style=&quot;font-size:8.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Allows the site collection administrator for the Shared Services Administration site to perform the following functions:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top:0in;margin-right:7.5pt;margin-bottom:0in; margin-left:63.2pt;margin-bottom:.0001pt;text-indent:-.25in;line-height:140%; mso-list:l1 level1 lfo2;tab-stops:list 84.9pt&quot;&gt;&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-size:10.0pt;mso-bidi-font-size:8.0pt;line-height:140%;font-family: Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:black&quot;&gt;&lt;span style=&quot;mso-list:Ignore&quot;&gt;·&lt;span style=&quot;font:7.0pt &amp;quot;Times New Roman&amp;quot;&quot;&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-size:8.0pt;line-height:140%; font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Change the databases that a Shared Services Provider (SSP) uses.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top:0in;margin-right:7.5pt;margin-bottom:0in; margin-left:63.2pt;margin-bottom:.0001pt;text-indent:-.25in;line-height:140%; mso-list:l1 level1 lfo2;tab-stops:list 84.9pt&quot;&gt;&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-size:10.0pt;mso-bidi-font-size:8.0pt;line-height:140%;font-family: Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:black&quot;&gt;&lt;span style=&quot;mso-list:Ignore&quot;&gt;·&lt;span style=&quot;font:7.0pt &amp;quot;Times New Roman&amp;quot;&quot;&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-size:8.0pt;line-height:140%; font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Change the SQL credentials associated with the SSP databases.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top:0in;margin-right:7.5pt;margin-bottom:0in; margin-left:63.2pt;margin-bottom:.0001pt;text-indent:-.25in;line-height:140%; mso-list:l1 level1 lfo2;tab-stops:list 84.9pt&quot;&gt;&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-size:10.0pt;mso-bidi-font-size:8.0pt;line-height:140%;font-family: Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:black&quot;&gt;&lt;span style=&quot;mso-list:Ignore&quot;&gt;·&lt;span style=&quot;font:7.0pt &amp;quot;Times New Roman&amp;quot;&quot;&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-size:8.0pt;line-height:140%; font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Modify the service account credentials.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top:0in;margin-right:7.5pt;margin-bottom:0in; margin-left:63.2pt;margin-bottom:.0001pt;text-indent:-.25in;line-height:140%; mso-list:l1 level1 lfo2;tab-stops:list 84.9pt&quot;&gt;&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-size:10.0pt;mso-bidi-font-size:8.0pt;line-height:140%;font-family: Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:black&quot;&gt;&lt;span style=&quot;mso-list:Ignore&quot;&gt;·&lt;span style=&quot;font:7.0pt &amp;quot;Times New Roman&amp;quot;&quot;&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-size:8.0pt;line-height:140%; font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Rename an SSP&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpFirst&quot; style=&quot;margin-bottom:0in;margin-bottom:.0001pt; mso-add-space:auto;text-indent:-.25in;line-height:12.9pt;mso-list:l0 level1 lfo1; background:white&quot;&gt;&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-size:9.0pt;font-family: Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:black&quot;&gt;&lt;span style=&quot;mso-list:Ignore&quot;&gt;·&lt;span style=&quot;font:7.0pt &amp;quot;Times New Roman&amp;quot;&quot;&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;b&gt;&lt;span style=&quot;font-size:8.0pt;mso-bidi-font-size: 11.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Email&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;line-height:12.9pt;background:white&quot;&gt;&lt;span style=&quot;font-size:8.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Sets the e-mail configuration settings for your server.&lt;/span&gt;&lt;span style=&quot;font-size: 9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;text-indent:-.25in;line-height:12.9pt;mso-list:l0 level1 lfo1; background:white&quot;&gt;&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-size:9.0pt;font-family: Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:black&quot;&gt;&lt;span style=&quot;mso-list:Ignore&quot;&gt;·&lt;span style=&quot;font:7.0pt &amp;quot;Times New Roman&amp;quot;&quot;&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;b&gt;&lt;span style=&quot;font-size:8.0pt;mso-bidi-font-size: 11.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Export&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;line-height:12.9pt;background:white&quot;&gt;&lt;span style=&quot;font-size:8.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Exports site and subsite data from your Microsoft Office SharePoint Server 2007 installation.&lt;/span&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;; mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;; color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;text-indent:-.25in;line-height:12.9pt;mso-list:l0 level1 lfo1; background:white&quot;&gt;&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-size:9.0pt;font-family: Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:black&quot;&gt;&lt;span style=&quot;mso-list:Ignore&quot;&gt;·&lt;span style=&quot;font:7.0pt &amp;quot;Times New Roman&amp;quot;&quot;&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;b&gt;&lt;span style=&quot;font-size:8.0pt;mso-bidi-font-size: 11.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Import&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;line-height:12.9pt;background:white&quot;&gt;&lt;span style=&quot;font-size:8.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Imports site and subsite data from your Microsoft Office SharePoint Server 2007 installation.&lt;/span&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;; mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;; color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;text-indent:-.25in;line-height:12.9pt;mso-list:l0 level1 lfo1; background:white&quot;&gt;&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-size:9.0pt;font-family: Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:black&quot;&gt;&lt;span style=&quot;mso-list:Ignore&quot;&gt;·&lt;span style=&quot;font:7.0pt &amp;quot;Times New Roman&amp;quot;&quot;&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;b&gt;&lt;span style=&quot;font-size:8.0pt;mso-bidi-font-size: 11.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Installfeature&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;line-height:12.9pt;background:white&quot;&gt;&lt;span style=&quot;font-size:8.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Installs a feature.&lt;/span&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;; mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;; color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;text-indent:-.25in;line-height:12.9pt;mso-list:l0 level1 lfo1; background:white&quot;&gt;&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-size:9.0pt;font-family: Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:black&quot;&gt;&lt;span style=&quot;mso-list:Ignore&quot;&gt;·&lt;span style=&quot;font:7.0pt &amp;quot;Times New Roman&amp;quot;&quot;&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;b&gt;&lt;span style=&quot;font-size:8.0pt;mso-bidi-font-size: 11.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Renameserver&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;line-height:12.9pt;background:white&quot;&gt;&lt;span style=&quot;font-size:8.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Changes the name of the specified server in the configuration database.&lt;/span&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;text-indent:-.25in;line-height:12.9pt;mso-list:l0 level1 lfo1; background:white&quot;&gt;&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-size:9.0pt;font-family: Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:black&quot;&gt;&lt;span style=&quot;mso-list:Ignore&quot;&gt;·&lt;span style=&quot;font:7.0pt &amp;quot;Times New Roman&amp;quot;&quot;&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;b&gt;&lt;span style=&quot;font-size:8.0pt;mso-bidi-font-size: 11.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Renamesite&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;line-height:12.9pt;background:white&quot;&gt;&lt;span style=&quot;font-size:8.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Changes a URL of a host-named site collection to a new URL.&lt;/span&gt;&lt;span style=&quot;font-size: 9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;text-indent:-.25in;line-height:12.9pt;mso-list:l0 level1 lfo1; background:white&quot;&gt;&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-size:9.0pt;font-family: Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:black&quot;&gt;&lt;span style=&quot;mso-list:Ignore&quot;&gt;·&lt;span style=&quot;font:7.0pt &amp;quot;Times New Roman&amp;quot;&quot;&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;b&gt;&lt;span style=&quot;font-size:8.0pt;mso-bidi-font-size: 11.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Renameweb&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;line-height:12.9pt;background:white&quot;&gt;&lt;span style=&quot;font-size:8.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Changes the URL of a subsite.&lt;/span&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;; mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;; color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;text-indent:-.25in;line-height:12.9pt;mso-list:l0 level1 lfo1; background:white&quot;&gt;&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-size:9.0pt;font-family: Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:black&quot;&gt;&lt;span style=&quot;mso-list:Ignore&quot;&gt;·&lt;span style=&quot;font:7.0pt &amp;quot;Times New Roman&amp;quot;&quot;&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;b&gt;&lt;span style=&quot;font-size:8.0pt;mso-bidi-font-size: 11.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Restore&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-top:0in;margin-right:.7pt; margin-bottom:0in;margin-left:.5in;margin-bottom:.0001pt;mso-add-space:auto; line-height:12.9pt;background:white&quot;&gt;&lt;span style=&quot;font-size:8.0pt;font-family: &amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Explains how a restoration of a site collection, an individual database, a Web application, or an entire farm is performed.&lt;/span&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;text-indent:-.25in;line-height:12.9pt;mso-list:l0 level1 lfo1; background:white&quot;&gt;&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-size:9.0pt;font-family: Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:black&quot;&gt;&lt;span style=&quot;mso-list:Ignore&quot;&gt;·&lt;span style=&quot;font:7.0pt &amp;quot;Times New Roman&amp;quot;&quot;&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;b&gt;&lt;span style=&quot;font-size:8.0pt;mso-bidi-font-size: 11.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Restoressp&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;line-height:12.9pt;background:white&quot;&gt;&lt;span style=&quot;font-size:8.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Creates a Shared Service Provider using a restored database.&lt;/span&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;text-indent:-.25in;line-height:12.9pt;mso-list:l0 level1 lfo1; background:white&quot;&gt;&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-size:9.0pt;font-family: Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:black&quot;&gt;&lt;span style=&quot;mso-list:Ignore&quot;&gt;·&lt;span style=&quot;font:7.0pt &amp;quot;Times New Roman&amp;quot;&quot;&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;b&gt;&lt;span style=&quot;font-size:8.0pt;mso-bidi-font-size: 11.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Retractsolution&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;line-height:12.9pt;background:white&quot;&gt;&lt;span style=&quot;font-size:8.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Retracts the specified solution’s deployment, and removes files from the front-end Web server.&lt;/span&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;; mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;; color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;text-indent:-.25in;line-height:12.9pt;mso-list:l0 level1 lfo1; background:white&quot;&gt;&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-size:9.0pt;font-family: Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:black&quot;&gt;&lt;span style=&quot;mso-list:Ignore&quot;&gt;·&lt;span style=&quot;font:7.0pt &amp;quot;Times New Roman&amp;quot;&quot;&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;b&gt;&lt;span style=&quot;font-size:8.0pt;mso-bidi-font-size: 11.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Scanforfeatures&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;line-height:12.9pt;background:white&quot;&gt;&lt;span style=&quot;font-size:8.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Scans for new features in the file system, and if new features are present, installs them.&lt;/span&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;; mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;; color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;text-indent:-.25in;line-height:12.9pt;mso-list:l0 level1 lfo1; background:white&quot;&gt;&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-size:9.0pt;font-family: Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:black&quot;&gt;&lt;span style=&quot;mso-list:Ignore&quot;&gt;·&lt;span style=&quot;font:7.0pt &amp;quot;Times New Roman&amp;quot;&quot;&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;b&gt;&lt;span style=&quot;font-size:8.0pt;mso-bidi-font-size: 11.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Setconfigdb&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;line-height:12.9pt;background:white&quot;&gt;&lt;span style=&quot;font-size:8.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Creates a new configuration database in a farm or joins the local computer to an existing farm&#39;s configuration database.&lt;/span&gt;&lt;span style=&quot;font-size:9.0pt;font-family: &amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;text-indent:-.25in;line-height:12.9pt;mso-list:l0 level1 lfo1; background:white&quot;&gt;&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-size:9.0pt;font-family: Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:black&quot;&gt;&lt;span style=&quot;mso-list:Ignore&quot;&gt;·&lt;span style=&quot;font:7.0pt &amp;quot;Times New Roman&amp;quot;&quot;&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;b&gt;&lt;span style=&quot;font-size:8.0pt;mso-bidi-font-size: 11.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Setdefaultssp&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;line-height:12.9pt;background:white&quot;&gt;&lt;span style=&quot;font-size:8.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Sets a Shared Services Provider (SSP) as the default SSP in a farm.&lt;/span&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;text-indent:-.25in;line-height:12.9pt;mso-list:l0 level1 lfo1; background:white&quot;&gt;&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-size:9.0pt;font-family: Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:black&quot;&gt;&lt;span style=&quot;mso-list:Ignore&quot;&gt;·&lt;span style=&quot;font:7.0pt &amp;quot;Times New Roman&amp;quot;&quot;&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;b&gt;&lt;span style=&quot;font-size:8.0pt;mso-bidi-font-size: 11.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Setlogginglevel&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;line-height:12.9pt;background:white&quot;&gt;&lt;span style=&quot;font-size:8.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Sets the Windows event log and trace log logging level for one or more diagnostic logging categories registered in the farm.&lt;/span&gt;&lt;span style=&quot;font-size:9.0pt; font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;text-indent:-.25in;line-height:12.9pt;mso-list:l0 level1 lfo1; background:white&quot;&gt;&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-size:9.0pt;font-family: Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:black&quot;&gt;&lt;span style=&quot;mso-list:Ignore&quot;&gt;·&lt;span style=&quot;font:7.0pt &amp;quot;Times New Roman&amp;quot;&quot;&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;b&gt;&lt;span style=&quot;font-size:8.0pt;mso-bidi-font-size: 11.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Setsitelock&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;line-height:12.9pt;background:white&quot;&gt;&lt;span style=&quot;font-size:8.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Sets a value that specifies whether the site collection is locked and unavailable for read or write access.&lt;/span&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;; mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;; color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;text-indent:-.25in;line-height:12.9pt;mso-list:l0 level1 lfo1; background:white&quot;&gt;&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-size:9.0pt;font-family: Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:black&quot;&gt;&lt;span style=&quot;mso-list:Ignore&quot;&gt;·&lt;span style=&quot;font:7.0pt &amp;quot;Times New Roman&amp;quot;&quot;&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;b&gt;&lt;span style=&quot;font-size:8.0pt;mso-bidi-font-size: 11.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Siteowner&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;line-height:12.9pt;background:white&quot;&gt;&lt;span style=&quot;font-size:8.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Sets the primary or secondary administrator of a site collection.&lt;/span&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;text-indent:-.25in;line-height:12.9pt;mso-list:l0 level1 lfo1; background:white&quot;&gt;&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-size:9.0pt;font-family: Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:black&quot;&gt;&lt;span style=&quot;mso-list:Ignore&quot;&gt;·&lt;span style=&quot;font:7.0pt &amp;quot;Times New Roman&amp;quot;&quot;&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;b&gt;&lt;span style=&quot;font-size:8.0pt;mso-bidi-font-size: 11.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Setworkflowconfig&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;line-height:12.9pt;background:white&quot;&gt;&lt;span style=&quot;font-size:8.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Enables or disables the workflow settings&lt;/span&gt;&lt;span style=&quot;font-size:9.0pt; font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;text-indent:-.25in;line-height:12.9pt;mso-list:l0 level1 lfo1; background:white&quot;&gt;&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-size:9.0pt;font-family: Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:black&quot;&gt;&lt;span style=&quot;mso-list:Ignore&quot;&gt;·&lt;span style=&quot;font:7.0pt &amp;quot;Times New Roman&amp;quot;&quot;&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;b&gt;&lt;span style=&quot;font-size:8.0pt;mso-bidi-font-size: 11.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Upgradesolution&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;line-height:12.9pt;background:white&quot;&gt;&lt;span style=&quot;font-size:8.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Upgrades an existing solution. The solution to be upgraded could be either deployed or not deployed; however, the &lt;/span&gt;&lt;b&gt;&lt;span style=&quot;font-size:8.0pt;mso-bidi-font-size: 11.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;immediate&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-size:8.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt; or &lt;/span&gt;&lt;b&gt;&lt;span style=&quot;font-size:8.0pt;mso-bidi-font-size:11.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;; mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;; color:black&quot;&gt;time&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-size:8.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;; mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;; color:black&quot;&gt; parameters apply only if the solution has been deployed.&lt;/span&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;margin-bottom:0in;margin-bottom: .0001pt;mso-add-space:auto;text-indent:-.25in;line-height:12.9pt;mso-list:l0 level1 lfo1; background:white&quot;&gt;&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-size:9.0pt;font-family: Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:black&quot;&gt;&lt;span style=&quot;mso-list:Ignore&quot;&gt;·&lt;span style=&quot;font:7.0pt &amp;quot;Times New Roman&amp;quot;&quot;&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;b&gt;&lt;span style=&quot;font-size:8.0pt;mso-bidi-font-size: 11.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Userrole&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-size:9.0pt;font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpLast&quot; style=&quot;margin-bottom:0in;margin-bottom:.0001pt; mso-add-space:auto;text-indent:.5in;line-height:12.9pt;background:white&quot;&gt;&lt;span style=&quot;font-size:8.0pt;font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;Adds or deletes permission levels to site groups.&lt;/span&gt;&lt;span style=&quot;font-size:9.0pt; font-family:&amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;color:black&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='http://nkmytechnologies.blogspot.com/feeds/7448539306611751223/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nkmytechnologies.blogspot.com/2010/10/stsadm-operations.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6833741015620783493/posts/default/7448539306611751223'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6833741015620783493/posts/default/7448539306611751223'/><link rel='alternate' type='text/html' href='http://nkmytechnologies.blogspot.com/2010/10/stsadm-operations.html' title='Stsadm operations'/><author><name>kethare</name><uri>http://www.blogger.com/profile/17450459444835201876</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6833741015620783493.post-1196319100129229218</id><published>2010-10-27T06:54:00.000-07:00</published><updated>2010-10-27T07:14:09.074-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Sharepoint"/><title type='text'>How to create Custom webpart in sharepoint</title><content type='html'>&lt;img src=&quot;http://kethare.in/wp-content/uploads/2010/10/Createproject1.bmp&quot; alt=&quot;Createproject&quot; /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Tahoma; font-size: 11px; color: rgb(44, 44, 41); &quot;&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;To Get Started with creating Custom Web Part for MOSS 2007 in Microsoft Visual Studio 2008, Open the IDE and create a new C# project, Select Class Library as Project Type. Name It&lt;em style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-position: initial initial; background-repeat: initial initial; &quot;&gt;.&lt;/em&gt;&lt;/p&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;Add references to System.Web, Microsoft.Sharepoint.dll&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiiy-IFlfS9ScK62DckpxJldt3AWvKCV7pUr2G26jfQsTo_E_-WxbsoeKmwFbSaciJ6XcgIOfkOVIAgL7P3XaTusq9hvqK62KA43PG7Ehsv_7ObMzjJnBIurVFykbz-GPhqHnE_3zC8_Ek/s1600/Add-reference.bmp&quot;&gt;&lt;img style=&quot;display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 267px;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiiy-IFlfS9ScK62DckpxJldt3AWvKCV7pUr2G26jfQsTo_E_-WxbsoeKmwFbSaciJ6XcgIOfkOVIAgL7P3XaTusq9hvqK62KA43PG7Ehsv_7ObMzjJnBIurVFykbz-GPhqHnE_3zC8_Ek/s320/Add-reference.bmp&quot; border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5532724621381959298&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt; Extend the MyNewWebPart Class from the WebPart Class ( System.Web.UI.WebControls.WebParts.WebPart), and add the code as shown below. The CreateChildren Control would create and add controls to current class. In the below coding I have only added a WebControl.Calender Object. The RenderControl Method is an override for the WebPart Base Class and calls the RenderChildren Method, this causes the Children Controls to be rendered on the Particular HtmlTextWriter passed as a parameter to the method.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj3iUeEBqB2Vjp6qSzob7VCmQBy-gE9OH0KYEnC_5DXLOxjTGj-w77bCIQZSSdPL6SOwTYZIU7Tl004_Hpk6QqEELw18M096ugcWAVyXqnK0_cEI7A22usY1dpSBUaM5AmUiYc9rvHTCL8/s1600/Code-for-custom-webpart.bmp&quot;&gt;&lt;img style=&quot;display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 293px;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj3iUeEBqB2Vjp6qSzob7VCmQBy-gE9OH0KYEnC_5DXLOxjTGj-w77bCIQZSSdPL6SOwTYZIU7Tl004_Hpk6QqEELw18M096ugcWAVyXqnK0_cEI7A22usY1dpSBUaM5AmUiYc9rvHTCL8/s320/Code-for-custom-webpart.bmp&quot; border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5532725230813853394&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; &quot;&gt;Now, strongly name it, Build the dll, and use sn-t or reflector to find the public key token.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiL0mTxjfcK8Av-s0a1m6Y_A1Ivg3gdv4Hrwgj9SEqrENjmTVqXrYAYrmaE8C-Q4S9pPxDFyuJN9uSxodaE_BM7OqDNoEv-DmxHNPBvPmLJbchBGtTYLlPiqJ_L81obt9JFiDDw_dSKPA0/s1600/Signthecode.jpg&quot;&gt;&lt;img style=&quot;display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 85px;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiL0mTxjfcK8Av-s0a1m6Y_A1Ivg3gdv4Hrwgj9SEqrENjmTVqXrYAYrmaE8C-Q4S9pPxDFyuJN9uSxodaE_BM7OqDNoEv-DmxHNPBvPmLJbchBGtTYLlPiqJ_L81obt9JFiDDw_dSKPA0/s320/Signthecode.jpg&quot; border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5532725595392086674&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Tahoma; font-size: 11px; color: rgb(44, 44, 41); &quot;&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;After that follow the below steps to deploy&lt;/p&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;1)  Now you have to deploy to your website, so locate the Sharepoint WebSite you wish to deploy this webpart in. This can be done via the IIS Manager under administrative tools. The default ones would be virtual directories that look like GUIDs under &quot;C:\INETPUB\WWROOT\WSS\&lt;guid&gt;&quot;.&lt;/guid&gt;&lt;/p&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;2)  Place the dll under the bin directory in the virtual directory.&lt;/p&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;3) Under the same virtual directory, find the web.config, and add the following to the SafeControls section -  &lt;/p&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;&lt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: x-small; color: rgb(128, 0, 0); background-position: initial initial; background-repeat: initial initial; &quot;&gt;SafeControl&lt;/span&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: x-small; color: rgb(0, 0, 255); background-position: initial initial; background-repeat: initial initial; &quot;&gt; &lt;/span&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: x-small; color: rgb(255, 0, 0); background-position: initial initial; background-repeat: initial initial; &quot;&gt;Assembly&lt;/span&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: x-small; color: rgb(0, 0, 255); background-position: initial initial; background-repeat: initial initial; &quot;&gt;=&lt;/span&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: x-small; background-position: initial initial; background-repeat: initial initial; &quot;&gt;&quot;&lt;/span&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 255); background-position: initial initial; background-repeat: initial initial; &quot;&gt;ClassLibrary2&lt;/span&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: x-small; color: rgb(0, 0, 255); background-position: initial initial; background-repeat: initial initial; &quot;&gt;, Version=1.0.0.0, Culture=neutral, PublicKeyToken=77dfsdf234933833&lt;/span&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: x-small; background-position: initial initial; background-repeat: initial initial; &quot;&gt;&quot;&lt;/span&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: x-small; color: rgb(0, 0, 255); background-position: initial initial; background-repeat: initial initial; &quot;&gt;&lt;/span&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: x-small; color: rgb(255, 0, 0); background-position: initial initial; background-repeat: initial initial; &quot;&gt;Namespace&lt;/span&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: x-small; color: rgb(0, 0, 255); background-position: initial initial; background-repeat: initial initial; &quot;&gt;=&lt;/span&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: x-small; background-position: initial initial; background-repeat: initial initial; &quot;&gt;&quot;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 255); background-position: initial initial; background-repeat: initial initial; &quot;&gt;ClassLibrary2&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: x-small; background-position: initial initial; background-repeat: initial initial; &quot;&gt;&quot;&lt;/span&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: x-small; color: rgb(0, 0, 255); background-position: initial initial; background-repeat: initial initial; &quot;&gt; &lt;/span&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: x-small; color: rgb(255, 0, 0); background-position: initial initial; background-repeat: initial initial; &quot;&gt;TypeName&lt;/span&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: x-small; color: rgb(0, 0, 255); background-position: initial initial; background-repeat: initial initial; &quot;&gt;=&lt;/span&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: x-small; background-position: initial initial; background-repeat: initial initial; &quot;&gt;&quot;&lt;/span&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: x-small; color: rgb(0, 0, 255); background-position: initial initial; background-repeat: initial initial; &quot;&gt;*&lt;/span&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: x-small; background-position: initial initial; background-repeat: initial initial; &quot;&gt;&quot;&lt;/span&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: x-small; color: rgb(0, 0, 255); background-position: initial initial; background-repeat: initial initial; &quot;&gt; &lt;/span&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: x-small; color: rgb(255, 0, 0); background-position: initial initial; background-repeat: initial initial; &quot;&gt;Safe&lt;/span&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: x-small; color: rgb(0, 0, 255); background-position: initial initial; background-repeat: initial initial; &quot;&gt;=&lt;/span&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: x-small; background-position: initial initial; background-repeat: initial initial; &quot;&gt;&quot;&lt;/span&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: x-small; color: rgb(0, 0, 255); background-position: initial initial; background-repeat: initial initial; &quot;&gt;True&lt;/span&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: x-small; background-position: initial initial; background-repeat: initial initial; &quot;&gt;&quot;&lt;/span&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: x-small; color: rgb(0, 0, 255); background-position: initial initial; background-repeat: initial initial; &quot;&gt; &lt;/span&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: x-small; color: rgb(255, 0, 0); background-position: initial initial; background-repeat: initial initial; &quot;&gt;AllowRemoteDesigner&lt;/span&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: x-small; color: rgb(0, 0, 255); background-position: initial initial; background-repeat: initial initial; &quot;&gt;=&lt;/span&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: x-small; background-position: initial initial; background-repeat: initial initial; &quot;&gt;&quot;&lt;/span&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: x-small; color: rgb(0, 0, 255); background-position: initial initial; background-repeat: initial initial; &quot;&gt;True&lt;/span&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: x-small; background-position: initial initial; background-repeat: initial initial; &quot;&gt;&quot;&lt;/span&gt;&lt;span style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: x-small; color: rgb(0, 0, 255); background-position: initial initial; background-repeat: initial initial; &quot;&gt; /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;Insted of above step you can also directly deploy it in the Assembly if you are an Administrator, and add the SafeControl in webconfig file.&lt;/p&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;4) Then browse to the WebSite, and go to &lt;strong style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-position: initial initial; background-repeat: initial initial; &quot;&gt;Site Actions&lt;/strong&gt; -&gt; &lt;strong style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-position: initial initial; background-repeat: initial initial; &quot;&gt;Site Settings.&lt;/strong&gt;&lt;/p&gt;&lt;/span&gt;&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgCZUkbtn_OBlXSd_35gHPIv2m5PilbV_UzhRozgqnDKrLA8bUf2dGpjmrcECT7jC9qpuf_C7TWSy_E3lgeUTVfViX1BGXbNqprr5u6WdGPlDERJW6k_NTIhnDb6OOhFdmlpkuaWie_Y64/s1600/Siteaction1.bmp&quot;&gt;&lt;img style=&quot;display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 212px;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgCZUkbtn_OBlXSd_35gHPIv2m5PilbV_UzhRozgqnDKrLA8bUf2dGpjmrcECT7jC9qpuf_C7TWSy_E3lgeUTVfViX1BGXbNqprr5u6WdGPlDERJW6k_NTIhnDb6OOhFdmlpkuaWie_Y64/s320/Siteaction1.bmp&quot; border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5532726088968347490&quot; /&gt;&lt;/a&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Tahoma; font-size: 13px; color: rgb(44, 44, 41); &quot;&gt;5) On the &lt;strong style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-position: initial initial; background-repeat: initial initial; &quot;&gt;site settings &lt;/strong&gt;page under Galleries column click on the &lt;strong style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-position: initial initial; background-repeat: initial initial; &quot;&gt;Web Parts&lt;/strong&gt;&lt;/span&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Tahoma; font-size: 13px; color: rgb(44, 44, 41); &quot;&gt;&lt;strong style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-position: initial initial; background-repeat: initial initial; &quot;&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Tahoma; font-size: 13px; color: rgb(44, 44, 41); &quot;&gt;&lt;strong style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-position: initial initial; background-repeat: initial initial; &quot;&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjynp4CPY881FooEjNIXFPmkQEoUBuXy_KklJ1nQBqlm-F29aMVTxeNGFzcTYgfGwJhCbj0u1jrXOchLNL7mQ-HOs_pRDl-WGtiIwqAHCEw8o_wI8gXosft587Ut2H881Ih8NYs2AaX49Q/s1600/SiteSetting.bmp&quot;&gt;&lt;img style=&quot;display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 148px;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjynp4CPY881FooEjNIXFPmkQEoUBuXy_KklJ1nQBqlm-F29aMVTxeNGFzcTYgfGwJhCbj0u1jrXOchLNL7mQ-HOs_pRDl-WGtiIwqAHCEw8o_wI8gXosft587Ut2H881Ih8NYs2AaX49Q/s320/SiteSetting.bmp&quot; border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5532726513993343730&quot; /&gt;&lt;/a&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Tahoma; font-size: 13px; color: rgb(44, 44, 41); &quot;&gt;6) Click on &quot;&lt;strong style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-position: initial initial; background-repeat: initial initial; &quot;&gt;New&lt;/strong&gt;&quot; in the toolbar,as shown below -&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Tahoma; font-size: 13px; color: rgb(44, 44, 41); &quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Tahoma; font-size: 13px; color: rgb(44, 44, 41); &quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhUhL4dql_ciU0xHFtpcV82g1ebKpucYUp6kqnMsHJJnr8QGemJLO8d4qWwxBjCHnh2TdgoQNIJx6A3AyZPO_23oZ2ykDGiVErMhmM2N_5ocFrVCMIeuQdlTsvJZnip86pyWnyRMmeftm4/s1600/AddWebpart.bmp&quot;&gt;&lt;img style=&quot;display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 58px;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhUhL4dql_ciU0xHFtpcV82g1ebKpucYUp6kqnMsHJJnr8QGemJLO8d4qWwxBjCHnh2TdgoQNIJx6A3AyZPO_23oZ2ykDGiVErMhmM2N_5ocFrVCMIeuQdlTsvJZnip86pyWnyRMmeftm4/s320/AddWebpart.bmp&quot; border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5532726914576222226&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Tahoma; font-size: 13px; color: rgb(44, 44, 41); &quot;&gt;7)  Find the ClassLibrary2.MyNewWebPart&lt;/span&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Tahoma; font-size: 13px; color: rgb(44, 44, 41); &quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Tahoma; font-size: 13px; color: rgb(44, 44, 41); &quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh9Ik2X373UDrxCj2kYDjc0n4ynrS4p7kDQSXIABY6u9qW0VKcqtVYzyxHMT4L4nbFgjQlKIyPuRHJCRbu_sBrcQ3DgNuwUaF04Ploc86yaq2hT3TZDT9VAHFhpTxcN_S3twMO2Fnsr4NM/s1600/Populatewebpart.bmp&quot;&gt;&lt;img style=&quot;display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 158px;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh9Ik2X373UDrxCj2kYDjc0n4ynrS4p7kDQSXIABY6u9qW0VKcqtVYzyxHMT4L4nbFgjQlKIyPuRHJCRbu_sBrcQ3DgNuwUaF04Ploc86yaq2hT3TZDT9VAHFhpTxcN_S3twMO2Fnsr4NM/s320/Populatewebpart.bmp&quot; border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5532727292638576274&quot; /&gt;&lt;/a&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 11px; font-family: Tahoma; color: rgb(44, 44, 41); &quot;&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;8)  Now switch to  &#39;Edit Mode&#39; of the page where you want to add the calender control,then click on Add a webpart, you should see it in the list that pops up. Add the MyNewWebPart, and under Miscellaneous.&lt;/p&gt;&lt;p style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; margin-top: 1px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-size: 1.2em; background-position: initial initial; background-repeat: initial initial; &quot;&gt;9) Click &#39;Exit Edit Mode&#39; you will find the output as below.&lt;/p&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjEBM7fpx2WXRpED8bENsFTK0MfIlwdiKnYHL4hwqg_mAzf-3GkNB3ZGjMfu6e7PQqIJsKtqCkd85RkpXikcQRCFa5Kd8gJan8SvwNPHA0gJ8Orox_3jdlYTMOr-tugHTg5djnEcXqz_C0/s1600/Final-ioutput-300x84.jpg&quot;&gt;&lt;img style=&quot;display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 300px; height: 84px;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjEBM7fpx2WXRpED8bENsFTK0MfIlwdiKnYHL4hwqg_mAzf-3GkNB3ZGjMfu6e7PQqIJsKtqCkd85RkpXikcQRCFa5Kd8gJan8SvwNPHA0gJ8Orox_3jdlYTMOr-tugHTg5djnEcXqz_C0/s320/Final-ioutput-300x84.jpg&quot; border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5532727616808920994&quot; /&gt;&lt;/a&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Source :kethare.in&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nkmytechnologies.blogspot.com/feeds/1196319100129229218/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nkmytechnologies.blogspot.com/2010/10/how-to-create-custom-webpart-in.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6833741015620783493/posts/default/1196319100129229218'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6833741015620783493/posts/default/1196319100129229218'/><link rel='alternate' type='text/html' href='http://nkmytechnologies.blogspot.com/2010/10/how-to-create-custom-webpart-in.html' title='How to create Custom webpart in sharepoint'/><author><name>kethare</name><uri>http://www.blogger.com/profile/17450459444835201876</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiiy-IFlfS9ScK62DckpxJldt3AWvKCV7pUr2G26jfQsTo_E_-WxbsoeKmwFbSaciJ6XcgIOfkOVIAgL7P3XaTusq9hvqK62KA43PG7Ehsv_7ObMzjJnBIurVFykbz-GPhqHnE_3zC8_Ek/s72-c/Add-reference.bmp" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6833741015620783493.post-6082800980192676944</id><published>2010-10-27T06:48:00.000-07:00</published><updated>2010-10-27T06:52:53.544-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="extras"/><title type='text'>How The Average US Consumer Spends Their Paycheck</title><content type='html'>&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: rgb(55, 55, 55); &quot;&gt;Based on the Survey in 2009&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 12px;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh-S1MNy1Vboa3pnQBGfCBDW95FuHfIXfwpQRRhx-2g1ZSOP4UkDP4hOedH42TfYaDyvRrNJTefjc0hx48tQS1SkxeKQ49i7lRTuvJrSDCSK6YcIVQd4FRcZ7LdwNVC4MzujUYDqtSRMSE/s1600/wheredidthemoneygo.jpg&quot;&gt;&lt;img style=&quot;display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 245px;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh-S1MNy1Vboa3pnQBGfCBDW95FuHfIXfwpQRRhx-2g1ZSOP4UkDP4hOedH42TfYaDyvRrNJTefjc0hx48tQS1SkxeKQ49i7lRTuvJrSDCSK6YcIVQd4FRcZ7LdwNVC4MzujUYDqtSRMSE/s320/wheredidthemoneygo.jpg&quot; border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5532722740872641154&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 12px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: rgb(55, 55, 55); &quot;&gt;Base on the latest survey, how US Consumer spend their paycheck&lt;/span&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: rgb(55, 55, 55); &quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: rgb(55, 55, 55); &quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi-GdHjep7JqJimpdmsjS4dtflIwl9TI2ShS0bHpIDk0YJSbFYk-ckVKipjfk8lopRM0uQMevijR35H5tHpCOKW09XQbIGy-p46px0_9GBkTS5tAEUV2O7fmcgph6-xWpMewVORkDbqlro/s1600/Where_money_goes_02-867x1024.jpg&quot;&gt;&lt;img style=&quot;display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 271px; height: 320px;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi-GdHjep7JqJimpdmsjS4dtflIwl9TI2ShS0bHpIDk0YJSbFYk-ckVKipjfk8lopRM0uQMevijR35H5tHpCOKW09XQbIGy-p46px0_9GBkTS5tAEUV2O7fmcgph6-xWpMewVORkDbqlro/s320/Where_money_goes_02-867x1024.jpg&quot; border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5532723015687024386&quot; /&gt;&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://nkmytechnologies.blogspot.com/feeds/6082800980192676944/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nkmytechnologies.blogspot.com/2010/10/how-average-us-consumer-spends-their.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6833741015620783493/posts/default/6082800980192676944'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6833741015620783493/posts/default/6082800980192676944'/><link rel='alternate' type='text/html' href='http://nkmytechnologies.blogspot.com/2010/10/how-average-us-consumer-spends-their.html' title='How The Average US Consumer Spends Their Paycheck'/><author><name>kethare</name><uri>http://www.blogger.com/profile/17450459444835201876</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh-S1MNy1Vboa3pnQBGfCBDW95FuHfIXfwpQRRhx-2g1ZSOP4UkDP4hOedH42TfYaDyvRrNJTefjc0hx48tQS1SkxeKQ49i7lRTuvJrSDCSK6YcIVQd4FRcZ7LdwNVC4MzujUYDqtSRMSE/s72-c/wheredidthemoneygo.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6833741015620783493.post-6316589184758696625</id><published>2010-10-12T06:29:00.000-07:00</published><updated>2010-10-12T06:33:04.695-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Sharepoint"/><title type='text'>Sharepoint 2010 links for beginners</title><content type='html'>&lt;p class=&quot;MsoListParagraphCxSpFirst&quot; style=&quot;text-indent:-.25in;mso-list:l0 level1 lfo1&quot;&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;br /&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpFirst&quot; style=&quot;text-indent:-.25in;mso-list:l0 level1 lfo1&quot;&gt;&lt;span style=&quot;mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin&quot;&gt;&lt;span style=&quot;mso-list:Ignore&quot;&gt;1)&lt;span style=&quot;font:7.0pt &amp;quot;Times New Roman&amp;quot;&quot;&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;a href=&quot;http://channel9.msdn.com/learn/courses/SharePoint2010Developer/&quot;&gt;http://channel9.msdn.com/learn/courses/SharePoint2010Developer/&lt;/a&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;text-indent:-.25in;mso-list:l0 level1 lfo1&quot;&gt;&lt;span style=&quot;mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin&quot;&gt;&lt;span style=&quot;mso-list:Ignore&quot;&gt;2)&lt;span style=&quot;font:7.0pt &amp;quot;Times New Roman&amp;quot;&quot;&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;a href=&quot;http://www.microsoft.com/downloads/en/details.aspx?familyid=CFFB14E8-88A9-43BD-87AA-4792AB60D320&amp;amp;displaylang=en&quot;&gt;http://www.microsoft.com/downloads/en/details.aspx?familyid=CFFB14E8-88A9-43BD-87AA-4792AB60D320&amp;amp;displaylang=en&lt;/a&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;text-indent:-.25in;mso-list:l0 level1 lfo1&quot;&gt;&lt;span style=&quot;mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin&quot;&gt;&lt;span style=&quot;mso-list:Ignore&quot;&gt;3)&lt;span style=&quot;font:7.0pt &amp;quot;Times New Roman&amp;quot;&quot;&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;a href=&quot;http://msdn.microsoft.com/en-us/sharepoint/default.aspx&quot;&gt;http://msdn.microsoft.com/en-us/sharepoint/default.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;text-indent:-.25in;mso-list:l0 level1 lfo1&quot;&gt;&lt;span style=&quot;mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin&quot;&gt;&lt;span style=&quot;mso-list:Ignore&quot;&gt;4)&lt;span style=&quot;font:7.0pt &amp;quot;Times New Roman&amp;quot;&quot;&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;a href=&quot;http://www.microsoft.com/downloads/en/details.aspx?FamilyID=83A80A0F-0906-4D7D-98E1-3DD6F58FF059&quot;&gt;http://www.microsoft.com/downloads/en/details.aspx?FamilyID=83A80A0F-0906-4D7D-98E1-3DD6F58FF059&lt;/a&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;text-indent:-.25in;mso-list:l0 level1 lfo1&quot;&gt;&lt;span style=&quot;mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin&quot;&gt;&lt;span style=&quot;mso-list:Ignore&quot;&gt;5)&lt;span style=&quot;font:7.0pt &amp;quot;Times New Roman&amp;quot;&quot;&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;a href=&quot;http://blogs.msdn.com/b/pstubbs/&quot;&gt;http://blogs.msdn.com/b/pstubbs/&lt;/a&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;text-indent:-.25in;mso-list:l0 level1 lfo1&quot;&gt;&lt;span style=&quot;mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin&quot;&gt;&lt;span style=&quot;mso-list:Ignore&quot;&gt;6)&lt;span style=&quot;font:7.0pt &amp;quot;Times New Roman&amp;quot;&quot;&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;a href=&quot;http://msdn.microsoft.com/en-us/sharepoint/ff405669.aspx&quot;&gt;http://msdn.microsoft.com/en-us/sharepoint/ff405669.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;text-indent:-.25in;mso-list:l0 level1 lfo1&quot;&gt;&lt;span style=&quot;mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin&quot;&gt;&lt;span style=&quot;mso-list:Ignore&quot;&gt;7)&lt;span style=&quot;font:7.0pt &amp;quot;Times New Roman&amp;quot;&quot;&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;a href=&quot;http://blogs.msdn.com/b/sharepoint/&quot;&gt;http://blogs.msdn.com/b/sharepoint/&lt;/a&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;text-indent:-.25in;mso-list:l0 level1 lfo1&quot;&gt;&lt;span style=&quot;mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin&quot;&gt;&lt;span style=&quot;mso-list:Ignore&quot;&gt;8)&lt;span style=&quot;font:7.0pt &amp;quot;Times New Roman&amp;quot;&quot;&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;a href=&quot;http://blogs.msdn.com/b/sharepointdesigner/&quot;&gt;http://blogs.msdn.com/b/sharepointdesigner/&lt;/a&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;text-indent:-.25in;mso-list:l0 level1 lfo1&quot;&gt;&lt;span style=&quot;mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin&quot;&gt;&lt;span style=&quot;mso-list:Ignore&quot;&gt;9)&lt;span style=&quot;font:7.0pt &amp;quot;Times New Roman&amp;quot;&quot;&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;a href=&quot;http://blogs.msdn.com/b/ericwhite/&quot;&gt;http://blogs.msdn.com/b/ericwhite/&lt;/a&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;text-indent:-.25in;mso-list:l0 level1 lfo1&quot;&gt;&lt;span style=&quot;mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin&quot;&gt;&lt;span style=&quot;mso-list:Ignore&quot;&gt;10)&lt;span style=&quot;font:7.0pt &amp;quot;Times New Roman&amp;quot;&quot;&gt;   &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;a href=&quot;http://blogs.technet.com/b/sharepointexperts/&quot;&gt;http://blogs.technet.com/b/sharepointexperts/&lt;/a&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;text-indent:-.25in;mso-list:l0 level1 lfo1&quot;&gt;&lt;span style=&quot;mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin&quot;&gt;&lt;span style=&quot;mso-list:Ignore&quot;&gt;11)&lt;span style=&quot;font:7.0pt &amp;quot;Times New Roman&amp;quot;&quot;&gt;   &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;a href=&quot;http://blogs.msdn.com/b/ecm/&quot;&gt;http://blogs.msdn.com/b/ecm/&lt;/a&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;text-indent:-.25in;mso-list:l0 level1 lfo1&quot;&gt;&lt;span style=&quot;mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin&quot;&gt;&lt;span style=&quot;mso-list:Ignore&quot;&gt;12)&lt;span style=&quot;font:7.0pt &amp;quot;Times New Roman&amp;quot;&quot;&gt;   &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;a href=&quot;http://blogs.msdn.com/b/erikaehrli/&quot;&gt;http://blogs.msdn.com/b/erikaehrli/&lt;/a&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;text-indent:-.25in;mso-list:l0 level1 lfo1&quot;&gt;&lt;span style=&quot;mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin&quot;&gt;&lt;span style=&quot;mso-list:Ignore&quot;&gt;13)&lt;span style=&quot;font:7.0pt &amp;quot;Times New Roman&amp;quot;&quot;&gt;   &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;a href=&quot;http://blogs.msdn.com/b/pandrew/&quot;&gt;http://blogs.msdn.com/b/pandrew/&lt;/a&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;text-indent:-.25in;mso-list:l0 level1 lfo1&quot;&gt;&lt;span style=&quot;mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin&quot;&gt;&lt;span style=&quot;mso-list:Ignore&quot;&gt;14)&lt;span style=&quot;font:7.0pt &amp;quot;Times New Roman&amp;quot;&quot;&gt;   &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;a href=&quot;http://blogs.technet.com/b/speschka/&quot;&gt;http://blogs.technet.com/b/speschka/&lt;/a&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;text-indent:-.25in;mso-list:l0 level1 lfo1&quot;&gt;&lt;span style=&quot;mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin&quot;&gt;&lt;span style=&quot;mso-list:Ignore&quot;&gt;15)&lt;span style=&quot;font:7.0pt &amp;quot;Times New Roman&amp;quot;&quot;&gt;   &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;a href=&quot;http://blogs.msdn.com/b/sharepointdeveloperdocs/&quot;&gt;http://blogs.msdn.com/b/sharepointdeveloperdocs/&lt;/a&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;text-indent:-.25in;mso-list:l0 level1 lfo1&quot;&gt;&lt;span style=&quot;mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin&quot;&gt;&lt;span style=&quot;mso-list:Ignore&quot;&gt;16)&lt;span style=&quot;font:7.0pt &amp;quot;Times New Roman&amp;quot;&quot;&gt;   &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;a href=&quot;http://blogs.msdn.com/b/bcs/&quot;&gt;http://blogs.msdn.com/b/bcs/&lt;/a&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;text-indent:-.25in;mso-list:l0 level1 lfo1&quot;&gt;&lt;span style=&quot;mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin&quot;&gt;&lt;span style=&quot;mso-list:Ignore&quot;&gt;17)&lt;span style=&quot;font:7.0pt &amp;quot;Times New Roman&amp;quot;&quot;&gt;   &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;a href=&quot;http://technet.microsoft.com/en-us/library/cc263199.aspx&quot;&gt;http://technet.microsoft.com/en-us/library/cc263199.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p class=&quot;MsoListParagraphCxSpLast&quot; style=&quot;text-indent:-.25in;mso-list:l0 level1 lfo1&quot;&gt;&lt;span style=&quot;mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin&quot;&gt;&lt;span style=&quot;mso-list:Ignore&quot;&gt;18)&lt;span style=&quot;font:7.0pt &amp;quot;Times New Roman&amp;quot;&quot;&gt;   &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='http://nkmytechnologies.blogspot.com/feeds/6316589184758696625/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nkmytechnologies.blogspot.com/2010/10/sharepoint-2010-links-for-beginners.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6833741015620783493/posts/default/6316589184758696625'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6833741015620783493/posts/default/6316589184758696625'/><link rel='alternate' type='text/html' href='http://nkmytechnologies.blogspot.com/2010/10/sharepoint-2010-links-for-beginners.html' title='Sharepoint 2010 links for beginners'/><author><name>kethare</name><uri>http://www.blogger.com/profile/17450459444835201876</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6833741015620783493.post-1166680052418594597</id><published>2010-10-12T00:19:00.000-07:00</published><updated>2010-10-12T00:21:11.510-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Trick and Tips"/><title type='text'>Basic FAQ link</title><content type='html'>&lt;div&gt;Some of the FAQList in C#, oracle, and JavaScript, useful for beginners&lt;/div&gt;&lt;div&gt;  &lt;/div&gt;&lt;a href=&quot;http://www.eggheadcafe.com/faqlist.aspx?userid=931eda77-75b1-4247-bbb7-7c3311f95540&quot;&gt;http://www.eggheadcafe.com/faqlist.aspx?userid=931eda77-75b1-4247-bbb7-7c3311f95540&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://nkmytechnologies.blogspot.com/feeds/1166680052418594597/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nkmytechnologies.blogspot.com/2010/10/basic-faq-link.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6833741015620783493/posts/default/1166680052418594597'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6833741015620783493/posts/default/1166680052418594597'/><link rel='alternate' type='text/html' href='http://nkmytechnologies.blogspot.com/2010/10/basic-faq-link.html' title='Basic FAQ link'/><author><name>kethare</name><uri>http://www.blogger.com/profile/17450459444835201876</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6833741015620783493.post-7884294541640567545</id><published>2010-10-09T13:14:00.000-07:00</published><updated>2010-10-09T13:21:07.735-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Sharepoint"/><title type='text'>Links for sharepoint blogs</title><content type='html'>&lt;p&gt;Some of sharepoint Blog links&lt;/p&gt;&lt;p&gt;1) &lt;a href=&quot;http://community.zevenseas.com/Blogs/Robin/default.aspx&quot;&gt;http://community.zevenseas.com/Blogs/Robin/default.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;2) &lt;a href=&quot;http://glorix.blogspot.com/&quot;&gt;http://glorix.blogspot.com/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;3) &lt;a href=&quot;http://www.vyapin.com/blogs/&quot;&gt;http://www.vyapin.com/blogs/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;4) &lt;a href=&quot;http://www.andrewconnell.com/blog/&quot;&gt;http://www.andrewconnell.com/blog/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;5) &lt;a href=&quot;http://www.bluedoglimited.com/SharePointThoughts/ViewPost.aspx?ID=90&quot;&gt;http://www.bluedoglimited.com/SharePointThoughts/ViewPost.aspx?ID=90&lt;/a&gt;&lt;/p&gt;&lt;p&gt;6) &lt;a href=&quot;http://weblogs.asp.net/jan/&quot;&gt;http://weblogs.asp.net/jan/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;7) &lt;a href=&quot;http://thedailyreviewer.com/top/sharepoint&quot;&gt;http://thedailyreviewer.com/top/sharepoint&lt;/a&gt;&lt;/p&gt;&lt;p&gt;8) &lt;a href=&quot;http://weblogs.asp.net/bsimser/&quot;&gt;http://weblogs.asp.net/bsimser/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;9) &lt;a href=&quot;http://blogs.msdn.com/b/mikefitz/&quot;&gt;http://blogs.msdn.com/b/mikefitz/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;10) &lt;a href=&quot;http://blogs.msdn.com/b/danielmcpherson/&quot;&gt;http://blogs.msdn.com/b/danielmcpherson/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;11) &lt;a href=&quot;http://weblogs.asp.net/bsimser/archive/2005/10/26/428538.aspx&quot;&gt;http://weblogs.asp.net/bsimser/archive/2005/10/26/428538.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;12) &lt;a href=&quot;http://blogs.technet.com/b/corybu/&quot;&gt;http://blogs.technet.com/b/corybu/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='http://nkmytechnologies.blogspot.com/feeds/7884294541640567545/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nkmytechnologies.blogspot.com/2010/10/some-of-sharepoint-blog-links-1.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6833741015620783493/posts/default/7884294541640567545'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6833741015620783493/posts/default/7884294541640567545'/><link rel='alternate' type='text/html' href='http://nkmytechnologies.blogspot.com/2010/10/some-of-sharepoint-blog-links-1.html' title='Links for sharepoint blogs'/><author><name>kethare</name><uri>http://www.blogger.com/profile/17450459444835201876</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6833741015620783493.post-3502523523112892687</id><published>2010-10-09T12:57:00.000-07:00</published><updated>2010-10-09T12:59:23.818-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="WSS 3.0"/><title type='text'>Some of the MSDN Sharepoint Classes for WSS3.0</title><content type='html'>Microsoft.SharePoint.SPSecurity.SPOperationCode &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/Microsoft.SharePoint.SPSecurity.SPOperationCode.aspx&quot;&gt;MSDN link&lt;/a&gt;&lt;br /&gt;Microsoft.SharePoint.Administration.SPAdministrationServiceJobDefinition &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/Microsoft.SharePoint.Administration.SPAdministrationServiceJobDefinition.aspx&quot;&gt;MSDN link&lt;/a&gt;&lt;br /&gt;Microsoft.SharePoint.Administration.SPJobDefinitionCollection &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/Microsoft.SharePoint.Administration.SPJobDefinitionCollection.aspx&quot;&gt;MSDN link&lt;/a&gt;&lt;br /&gt;Microsoft.SharePoint.Administration.SPRunningJob &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/Microsoft.SharePoint.Administration.SPRunningJob.aspx&quot;&gt;MSDN link&lt;/a&gt;&lt;br /&gt;Microsoft.SharePoint.Administration.SPRunningJobCollection &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/Microsoft.SharePoint.Administration.SPRunningJobCollection.aspx&quot;&gt;MSDN link&lt;/a&gt;&lt;br /&gt;Microsoft.SharePoint.Help.SPHelpMerge &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/Microsoft.SharePoint.Help.SPHelpMerge.aspx&quot;&gt;MSDN link&lt;/a&gt;&lt;br /&gt;Microsoft.SharePoint.WebControls.BackLinksIterator &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/Microsoft.SharePoint.WebControls.BackLinksIterator.aspx&quot;&gt;MSDN link&lt;/a&gt;&lt;br /&gt;Microsoft.SharePoint.WebControls.BaseXmlDataSource &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/Microsoft.SharePoint.WebControls.BaseXmlDataSource.aspx&quot;&gt;MSDN link&lt;/a&gt;&lt;br /&gt;Microsoft.SharePoint.WebControls.ContentDatabaseSection &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/Microsoft.SharePoint.WebControls.ContentDatabaseSection.aspx&quot;&gt;MSDN link&lt;/a&gt;&lt;br /&gt;Microsoft.SharePoint.WebControls.ContentDatabaseSectionMode  &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/Microsoft.SharePoint.WebControls.ContentDatabaseSectionMode.aspx&quot;&gt;MSDN link&lt;/a&gt;&lt;br /&gt;Microsoft.SharePoint.WebControls.DataTableDataSourceView &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/Microsoft.SharePoint.WebControls.DataTableDataSourceView.aspx&quot;&gt;MSDN link&lt;/a&gt;&lt;br /&gt;Microsoft.SharePoint.WebControls.DiffSelectorIterator &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/Microsoft.SharePoint.WebControls.DiffSelectorIterator.aspx&quot;&gt;MSDN link&lt;/a&gt;&lt;br /&gt;Microsoft.SharePoint.WebControls.GroupPermissions &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/Microsoft.SharePoint.WebControls.GroupPermissions.aspx&quot;&gt;MSDN link&lt;/a&gt;&lt;br /&gt;Microsoft.SharePoint.WebControls.IDesignTimeHtmlProvider &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/Microsoft.SharePoint.WebControls.IDesignTimeHtmlProvider.aspx&quot;&gt;MSDN link&lt;/a&gt;&lt;br /&gt;Microsoft.SharePoint.WebControls.IFormDelegateControlSource &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/Microsoft.SharePoint.WebControls.IFormDelegateControlSource.aspx&quot;&gt;MSDN link&lt;/a&gt;&lt;br /&gt;Microsoft.SharePoint.WebControls.InputFormCheckBox &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/Microsoft.SharePoint.WebControls.InputFormCheckBox.aspx&quot;&gt;MSDN link&lt;/a&gt;&lt;br /&gt;Microsoft.SharePoint.WebControls.ItemHiddenVersion &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/Microsoft.SharePoint.WebControls.ItemHiddenVersion.aspx&quot;&gt;MSDN link&lt;/a&gt;&lt;br /&gt;Microsoft.SharePoint.WebControls.IXPathNavigator &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/Microsoft.SharePoint.WebControls.IXPathNavigator.aspx&quot;&gt;MSDN link&lt;/a&gt;&lt;br /&gt;Microsoft.SharePoint.WebControls.LinkSection &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/Microsoft.SharePoint.WebControls.LinkSection.aspx&quot;&gt;MSDN link&lt;/a&gt;&lt;br /&gt;Microsoft.SharePoint.WebControls.LinksTable &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/Microsoft.SharePoint.WebControls.LinksTable.aspx&quot;&gt;MSDN link&lt;/a&gt;&lt;br /&gt;Microsoft.SharePoint.WebControls.ListViewSelector &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/Microsoft.SharePoint.WebControls.ListViewSelector.aspx&quot;&gt;MSDN link&lt;/a&gt;&lt;br /&gt;Microsoft.SharePoint.WebControls.MenuSeparatorTemplate &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/Microsoft.SharePoint.WebControls.MenuSeparatorTemplate.aspx&quot;&gt;MSDN link&lt;/a&gt;&lt;br /&gt;Microsoft.SharePoint.WebControls.RadioButtonChoiceField &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/Microsoft.SharePoint.WebControls.RadioButtonChoiceField.aspx&quot;&gt;MSDN link&lt;/a&gt;&lt;br /&gt;Microsoft.SharePoint.WebControls.RecentChangesIterator &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/Microsoft.SharePoint.WebControls.RecentChangesIterator.aspx&quot;&gt;MSDN link&lt;/a&gt;&lt;br /&gt;Microsoft.SharePoint.WebControls.RepeatedControls &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/Microsoft.SharePoint.WebControls.RepeatedControls.aspx&quot;&gt;MSDN link&lt;/a&gt;&lt;br /&gt;Microsoft.SharePoint.WebControls.ServerSelector  &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/Microsoft.SharePoint.WebControls.ServerSelector.aspx&quot;&gt;MSDN link&lt;/a&gt;&lt;br /&gt;Microsoft.SharePoint.WebControls.SiteAdministrationSelector &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/Microsoft.SharePoint.WebControls.SiteAdministrationSelector.aspx&quot;&gt;MSDN link&lt;/a&gt;&lt;br /&gt;Microsoft.SharePoint.WebControls.SiteActions &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/Microsoft.SharePoint.WebControls.SiteActions.aspx&quot;&gt;MSDN link&lt;/a&gt;&lt;br /&gt;Microsoft.SharePoint.WebControls.SPSqlDataSource &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/Microsoft.SharePoint.WebControls.SPSqlDataSource.aspx&quot;&gt;MSDN link&lt;/a&gt;&lt;br /&gt;Microsoft.SharePoint.WebControls.SPXmlDataSource &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/Microsoft.SharePoint.WebControls.SPXmlDataSource.aspx&quot;&gt;MSDN link&lt;/a&gt;&lt;br /&gt;Microsoft.SharePoint.WebControls.SubMenuTemplate &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/Microsoft.SharePoint.WebControls.SubMenuTemplate.aspx&quot;&gt;MSDN link&lt;/a&gt;&lt;br /&gt;Microsoft.SharePoint.WebControls.VersionDiffIterator &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/Microsoft.SharePoint.WebControls.VersionDiffIterator.aspx&quot;&gt;MSDN link&lt;/a&gt;&lt;br /&gt;Microsoft.SharePoint.WebControls.WebApplicationSelector &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/Microsoft.SharePoint.WebControls.WebApplicationSelector.aspx&quot;&gt;MSDN link&lt;/a&gt;&lt;br /&gt;Microsoft.SharePoint.WebControls.XmlUrlDataSource &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/Microsoft.SharePoint.WebControls.XmlUrlDataSource.aspx&quot;&gt;MSDN link&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://nkmytechnologies.blogspot.com/feeds/3502523523112892687/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nkmytechnologies.blogspot.com/2010/10/some-of-msdn-sharepoint-classes-for.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6833741015620783493/posts/default/3502523523112892687'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6833741015620783493/posts/default/3502523523112892687'/><link rel='alternate' type='text/html' href='http://nkmytechnologies.blogspot.com/2010/10/some-of-msdn-sharepoint-classes-for.html' title='Some of the MSDN Sharepoint Classes for WSS3.0'/><author><name>kethare</name><uri>http://www.blogger.com/profile/17450459444835201876</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6833741015620783493.post-3176245201887755462</id><published>2010-10-09T12:35:00.000-07:00</published><updated>2010-10-09T12:47:51.344-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Sharepoint"/><title type='text'>Sharepoint 2010 Tutorials for Developers.</title><content type='html'>Part 1 - Developing a Visual Web Part in Visual Studio 2010&lt;br /&gt;Part 2 - Developing a List Definition and Event Receiver in Visual Studio 2010&lt;br /&gt;Part 3 - Developing Advanced Web Parts for SharePoint 2010 with Visual Studio 2010&lt;br /&gt;Part 4 - Developing with LINQ to &lt;a class=&quot;kLink&quot; oncontextmenu=&quot;return false;&quot; id=&quot;KonaLink1&quot; onmouseover=&quot;adlinkMouseOver(event,this,1);&quot; style=&quot;POSITION: static; TEXT-DECORATION: underline! important&quot; onclick=&quot;adlinkMouseClick(event,this,1);&quot; onmouseout=&quot;adlinkMouseOut(event,this,1);&quot; href=&quot;http://dotnetguts.blogspot.com/2010/04/sharepoint-2010-development-tutorial.html?utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+DotnetGuts+%28Asp.net%2C+C%23%2C+.Net+Framework%2C+SQL+Server+Information%29&amp;amp;utm_content=FeedBurner#&quot; target=&quot;_top&quot;&gt;SharePoint&lt;/a&gt; in Visual Studio 2010&lt;br /&gt;Part 5 - Developing for SharePoint 2010 with the Client OM and REST in Visual Studio 2010&lt;br /&gt;Part 6 - Developing a BCS External Content Type with Visual Studio 2010&lt;br /&gt;Part 7 - Developing a SharePoint 2010 Workflow with Initiation Form in Visual Studio 2010&lt;br /&gt;Part 8 - Developing SharePoint 2010 User Interface with Silverlight in Visual Studio 2010&lt;br /&gt;Part 9 - Developing SharePoint 2010 Sandboxed Solutions in Visual Studio 2010&lt;br /&gt;Part 10 - Developing SharePoint 2010 User Interface Ribbon and Dialog Customizations&lt;br /&gt;&lt;br /&gt;Other Links&lt;br /&gt;&lt;a href=&quot;http://www.microsoft.com/downloads/details.aspx?FamilyID=c010fc68-b47f-4db6-b8a8-ad4ba33a35c5&quot; target=&quot;_blank&quot;&gt;Getting Started with Development on SharePoint 2010&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.microsoft.com/downloads/details.aspx?FamilyID=c010fc68-b47f-4db6-b8a8-ad4ba33a35c5&quot; target=&quot;_blank&quot;&gt;Developing SharePoint 2010 User Interface Ribbon and Dialog Customizations &lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.microsoft.com/downloads/details.aspx?FamilyID=c010fc68-b47f-4db6-b8a8-ad4ba33a35c5&quot; target=&quot;_blank&quot;&gt;Developing SharePoint 2010 Sandboxed Solutions in Visual Studio 2010 &lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.microsoft.com/downloads/details.aspx?FamilyID=c010fc68-b47f-4db6-b8a8-ad4ba33a35c5&quot; target=&quot;_blank&quot;&gt;Developing SharePoint 2010 User Interface with Silverlight in Visual Studio 2010 &lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.microsoft.com/downloads/details.aspx?FamilyID=c010fc68-b47f-4db6-b8a8-ad4ba33a35c5&quot; target=&quot;_blank&quot;&gt;Developing a SharePoint 2010 Workflow with Initiation Form in Visual Studio 2010 &lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.microsoft.com/downloads/details.aspx?FamilyID=c010fc68-b47f-4db6-b8a8-ad4ba33a35c5&quot; target=&quot;_blank&quot;&gt;Developing a BCS External Content Type with Visual Studio 2010 &lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.microsoft.com/downloads/details.aspx?FamilyID=c010fc68-b47f-4db6-b8a8-ad4ba33a35c5&quot; target=&quot;_blank&quot;&gt;Developing for SharePoint 2010 with the Client OM and REST in Visual Studio 2010 &lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.microsoft.com/downloads/details.aspx?FamilyID=c010fc68-b47f-4db6-b8a8-ad4ba33a35c5&quot; target=&quot;_blank&quot;&gt;Developing with LINQ to SharePoint in Visual Studio 2010 &lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.microsoft.com/downloads/details.aspx?FamilyID=c010fc68-b47f-4db6-b8a8-ad4ba33a35c5&quot; target=&quot;_blank&quot;&gt;Developing Advanced Web Parts for SharePoint 2010 with Visual Studio 2010 &lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.microsoft.com/downloads/details.aspx?FamilyID=c010fc68-b47f-4db6-b8a8-ad4ba33a35c5&quot; target=&quot;_blank&quot;&gt;Developing a List Definition and Event Receiver in Visual Studio 2010 &lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.microsoft.com/downloads/details.aspx?FamilyID=c010fc68-b47f-4db6-b8a8-ad4ba33a35c5&quot; target=&quot;_blank&quot;&gt;Developing a Visual Web Part in Visual Studio 2010 &lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://nkmytechnologies.blogspot.com/feeds/3176245201887755462/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nkmytechnologies.blogspot.com/2010/10/sharepoint-2010-tutorials-for.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6833741015620783493/posts/default/3176245201887755462'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6833741015620783493/posts/default/3176245201887755462'/><link rel='alternate' type='text/html' href='http://nkmytechnologies.blogspot.com/2010/10/sharepoint-2010-tutorials-for.html' title='Sharepoint 2010 Tutorials for Developers.'/><author><name>kethare</name><uri>http://www.blogger.com/profile/17450459444835201876</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6833741015620783493.post-5883304156197362781</id><published>2010-10-09T12:33:00.000-07:00</published><updated>2010-10-09T12:35:14.718-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Sharepoint"/><title type='text'>Create a Featured News Section with jQuery</title><content type='html'>One of the fine article that helped me to develop Recent Update in my Sharepoint site using JQuery. The Article is as below&lt;br /&gt;&lt;a href=&quot;http://wssdevelopment.blogspot.com/2010/04/create-featured-news-section-with.html&quot;&gt;http://wssdevelopment.blogspot.com/2010/04/create-featured-news-section-with.html&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://nkmytechnologies.blogspot.com/feeds/5883304156197362781/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nkmytechnologies.blogspot.com/2010/10/create-featured-news-section-with.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6833741015620783493/posts/default/5883304156197362781'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6833741015620783493/posts/default/5883304156197362781'/><link rel='alternate' type='text/html' href='http://nkmytechnologies.blogspot.com/2010/10/create-featured-news-section-with.html' title='Create a Featured News Section with jQuery'/><author><name>kethare</name><uri>http://www.blogger.com/profile/17450459444835201876</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>