<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ITTreats.com &#187; Microsoft Tech</title>
	<atom:link href="http://www.ittreats.com/category/microsoft/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ittreats.com</link>
	<description>Find Programminng Articles on Microsoft Technologies ASP.NET,C#.NET, SUN Technologies JAVA/J2EE, Popular open source PHP</description>
	<lastBuildDate>Sat, 21 Aug 2010 06:00:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Calculate Page Execution time in PHP</title>
		<link>http://www.ittreats.com/microsoft/cs/calculate-page-execution-time-in-php.html</link>
		<comments>http://www.ittreats.com/microsoft/cs/calculate-page-execution-time-in-php.html#comments</comments>
		<pubDate>Thu, 16 Jul 2009 14:59:52 +0000</pubDate>
		<dc:creator>adrevol</dc:creator>
				<category><![CDATA[C#.NET]]></category>
		<category><![CDATA[MYSQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[SAP - Technical]]></category>
		<category><![CDATA[page execution time]]></category>
		<category><![CDATA[php elapsed time]]></category>
		<category><![CDATA[php page]]></category>

		<guid isPermaLink="false">http://www.ittreats.com/?p=173</guid>
		<description><![CDATA[For those people who want to give users that in how many seconds actually your web page loaded completely. This script will be useful for you. There are so many ways to do this ( As usual ) but the classic approach would be Step 1 : make a note of  the time when your [...]]]></description>
		<wfw:commentRss>http://www.ittreats.com/microsoft/cs/calculate-page-execution-time-in-php.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Paginating in ASP</title>
		<link>http://www.ittreats.com/microsoft/aspnet/paginating-in-asp.html</link>
		<comments>http://www.ittreats.com/microsoft/aspnet/paginating-in-asp.html#comments</comments>
		<pubDate>Sun, 08 Mar 2009 20:05:04 +0000</pubDate>
		<dc:creator>adrevol</dc:creator>
				<category><![CDATA[ASP/ASP.NET]]></category>
		<category><![CDATA[ASP pagination]]></category>
		<category><![CDATA[pagination in ASP]]></category>

		<guid isPermaLink="false">http://www.ittreats.com/?p=27</guid>
		<description><![CDATA[Pagination in asp, plays major roll when you want to display page wise results , what if the recordset size is more or huge, in that case the processing of the page will become slow&#8230; For that here is the query , which will really help you the following query is MSSQL query For example [...]]]></description>
		<wfw:commentRss>http://www.ittreats.com/microsoft/aspnet/paginating-in-asp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating and Using Own Templates using ASP</title>
		<link>http://www.ittreats.com/microsoft/aspnet/creating-and-using-own-templates-using-asp.html</link>
		<comments>http://www.ittreats.com/microsoft/aspnet/creating-and-using-own-templates-using-asp.html#comments</comments>
		<pubDate>Sun, 08 Mar 2009 19:58:17 +0000</pubDate>
		<dc:creator>adrevol</dc:creator>
				<category><![CDATA[ASP/ASP.NET]]></category>
		<category><![CDATA[template engine in ASP]]></category>
		<category><![CDATA[templates in ASP]]></category>

		<guid isPermaLink="false">http://www.ittreats.com/?p=21</guid>
		<description><![CDATA[When ever the scripts on your pages will become complex, Templates are the best solution. working on ASP Templates is quite easy, 1. Stick to page layout eg:. pregare a static html page with your requirements 2. change the content part of each division to one standard identification string eg:. &#60;div id='leftpanel'&#62; &#60;ul&#62; &#60;li&#62;1&#60;/li&#62; &#60;li&#62;1&#60;/li&#62; [...]]]></description>
		<wfw:commentRss>http://www.ittreats.com/microsoft/aspnet/creating-and-using-own-templates-using-asp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Make  Read only Check Boxes</title>
		<link>http://www.ittreats.com/microsoft/aspnet/how-to-make-read-only-check-boxes.html</link>
		<comments>http://www.ittreats.com/microsoft/aspnet/how-to-make-read-only-check-boxes.html#comments</comments>
		<pubDate>Sun, 08 Mar 2009 19:36:40 +0000</pubDate>
		<dc:creator>adrevol</dc:creator>
				<category><![CDATA[ASP/ASP.NET]]></category>
		<category><![CDATA[javascript readonly checkbox]]></category>
		<category><![CDATA[Readonly checkbox]]></category>

		<guid isPermaLink="false">http://www.ittreats.com/?p=18</guid>
		<description><![CDATA[How we can make a Chek box readonly? Even if we provide Readonly attribute you still can check or uncheck the checkbox.. then how we can make a CheckBox ReadOnly ?? Here is the simple solution,  we can do this  with Javascript. here is how it goes write a onclick even for the desired checkbox, [...]]]></description>
		<wfw:commentRss>http://www.ittreats.com/microsoft/aspnet/how-to-make-read-only-check-boxes.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding  Sub MenuItems to the Context Menu Item Dynamically</title>
		<link>http://www.ittreats.com/microsoft/cs/adding-sub-menuitems-to-the-context-menu-item-dynamically.html</link>
		<comments>http://www.ittreats.com/microsoft/cs/adding-sub-menuitems-to-the-context-menu-item-dynamically.html#comments</comments>
		<pubDate>Sun, 08 Mar 2009 19:33:34 +0000</pubDate>
		<dc:creator>adrevol</dc:creator>
				<category><![CDATA[C#.NET]]></category>
		<category><![CDATA[Adding  Sub MenuItems to the Context Menu Item Dynamically]]></category>
		<category><![CDATA[context menu sub menuitems]]></category>

		<guid isPermaLink="false">http://www.ittreats.com/?p=15</guid>
		<description><![CDATA[You can&#8217;t add sub menuitems to a Context Menu Item Programatically for more than one time. If you try to add first sub menu item it will add up into the list then again if you try to add then the sub menu items wont be displayed, but if you debug it you will find [...]]]></description>
		<wfw:commentRss>http://www.ittreats.com/microsoft/cs/adding-sub-menuitems-to-the-context-menu-item-dynamically.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Strip HTML tags ,Script blocks,Forms, style blocks  using Regex in C#.net</title>
		<link>http://www.ittreats.com/microsoft/aspnet/strip-html-tags-script-blocksforms-style-blocks-using-regex-in-cnet.html</link>
		<comments>http://www.ittreats.com/microsoft/aspnet/strip-html-tags-script-blocksforms-style-blocks-using-regex-in-cnet.html#comments</comments>
		<pubDate>Sun, 08 Mar 2009 19:30:40 +0000</pubDate>
		<dc:creator>adrevol</dc:creator>
				<category><![CDATA[ASP/ASP.NET]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[Script blocks]]></category>
		<category><![CDATA[Strip HTML tags]]></category>
		<category><![CDATA[style blocks  using Regex in C#.net]]></category>

		<guid isPermaLink="false">http://www.ittreats.com/?p=13</guid>
		<description><![CDATA[Many times in Many cases we may come across this problem how to strip HTML Tags, How to Remove Script Blocks ? How to remove Form Blocks and how to remove Style sheet blocks ? for those questions here is the simple and best answer Strip HTML Tags to Strip the HTML Tags use the [...]]]></description>
		<wfw:commentRss>http://www.ittreats.com/microsoft/aspnet/strip-html-tags-script-blocksforms-style-blocks-using-regex-in-cnet.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Processing Web Request  from c#.net/vb.net</title>
		<link>http://www.ittreats.com/microsoft/cs/processing-web-request-from-cnetvbnet.html</link>
		<comments>http://www.ittreats.com/microsoft/cs/processing-web-request-from-cnetvbnet.html#comments</comments>
		<pubDate>Sun, 08 Mar 2009 19:26:06 +0000</pubDate>
		<dc:creator>adrevol</dc:creator>
				<category><![CDATA[C#.NET]]></category>
		<category><![CDATA[web request using c#.net]]></category>
		<category><![CDATA[WebRequest]]></category>
		<category><![CDATA[WebRequestFactory]]></category>

		<guid isPermaLink="false">http://www.ittreats.com/?p=11</guid>
		<description><![CDATA[To process  web request from c#.net/vb.net windows application we have  WebRequest Class. import  System.Net,System.IO name spaces  for requesting and processing the result here is the example code 1. create a uri with the required URL   Uri wsn=new Uri(\&#8221;http://www.ITTreats.com\&#8221;); 2.Next  create a webRequest class and pass the above uri object to it   WebRequest wr=WebRequestFactory.Create(wsn) 3.  Now, [...]]]></description>
		<wfw:commentRss>http://www.ittreats.com/microsoft/cs/processing-web-request-from-cnetvbnet.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Hide when form is minimized</title>
		<link>http://www.ittreats.com/microsoft/cs/how-to-hide-when-form-is-minimized.html</link>
		<comments>http://www.ittreats.com/microsoft/cs/how-to-hide-when-form-is-minimized.html#comments</comments>
		<pubDate>Sun, 08 Mar 2009 19:23:47 +0000</pubDate>
		<dc:creator>adrevol</dc:creator>
				<category><![CDATA[C#.NET]]></category>

		<guid isPermaLink="false">http://www.ittreats.com/?p=9</guid>
		<description><![CDATA[To Hide a Form when minimize button is pressed, we have to write a event for Form Sized Changed event in that, add this condition if (this.WindowState == System.Windows.Forms.FormWindowState.Minimized) { this.Visible = false; }]]></description>
		<wfw:commentRss>http://www.ittreats.com/microsoft/cs/how-to-hide-when-form-is-minimized.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>working with Notify Icon and Context menu</title>
		<link>http://www.ittreats.com/microsoft/cs/working-with-notify-icon-and-context-menu.html</link>
		<comments>http://www.ittreats.com/microsoft/cs/working-with-notify-icon-and-context-menu.html#comments</comments>
		<pubDate>Sun, 08 Mar 2009 18:06:58 +0000</pubDate>
		<dc:creator>adrevol</dc:creator>
				<category><![CDATA[C#.NET]]></category>
		<category><![CDATA[contextmenu]]></category>
		<category><![CDATA[notify icon]]></category>

		<guid isPermaLink="false">http://www.ittreats.com/?p=3</guid>
		<description><![CDATA[Working with  Notify Icon and Context menu is simple please follow the  steps 1. Drag and Drop the NotifyICon, Context Menu from the Tool Box 2. Change the names and text of the controls 3. Now, Create the Required Menu  for the COntext menu for eg: add the Cut,Copy,Paste,Delete  Menuitems to the  context Menu 4. [...]]]></description>
		<wfw:commentRss>http://www.ittreats.com/microsoft/cs/working-with-notify-icon-and-context-menu.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
