<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Inamulhaq's Weblog</title>
	<atom:link href="http://inamulhaq.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://inamulhaq.wordpress.com</link>
	<description>Technology updates...</description>
	<lastBuildDate>Fri, 06 Mar 2009 21:12:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='inamulhaq.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Inamulhaq's Weblog</title>
		<link>http://inamulhaq.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://inamulhaq.wordpress.com/osd.xml" title="Inamulhaq&#039;s Weblog" />
	<atom:link rel='hub' href='http://inamulhaq.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Microsoft Virtual Server 2005 Architecture</title>
		<link>http://inamulhaq.wordpress.com/2009/03/06/microsoft-virtual-server-2005-architecture/</link>
		<comments>http://inamulhaq.wordpress.com/2009/03/06/microsoft-virtual-server-2005-architecture/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 03:49:48 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Computer science]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[SQL 2005]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[2005]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Virtual]]></category>
		<category><![CDATA[Virtual Machine]]></category>

		<guid isPermaLink="false">http://inamulhaq.wordpress.com/?p=26</guid>
		<description><![CDATA[Microsoft Virtual Server 2005 allows system administrators to consolidate separate hardware servers on to a single server running on Microsoft Windows Server 2003 as a host operating system. Virtual Server 2005 is a multithreaded application that runs as a system service, with each virtual machine running in its own thread of execution. Input/output (I/O) occurs in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=inamulhaq.wordpress.com&amp;blog=3330932&amp;post=26&amp;subd=inamulhaq&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="font-weight:normal;">Microsoft Virtual Server 2005 allows system administrators to consolidate separate hardware servers on to a single server running on Microsoft Windows Server 2003 as a host operating system.</span></p>
<p class="MsoNormal"><span lang="EN-GB">Virtual Server 2005 is a multithreaded application that runs as a system service, with each virtual machine running in its own thread of execution. Input/output (I/O) occurs in child threads. Virtual Server derives two core functions from the host operating system: the underlying host operating system kernel schedules CPU resources, and device drivers of the host operating system provide access to system devices. Virtual Server&#8217;s Virtual Machine Monitor (VMM) provides the software infrastructure to create virtual machines, manage instances, and interact with guest operating systems. </span></p>
<p class="MsoNormal"><span lang="EN-GB">A description of the hardware that Virtual Server 2005 emulates is contained in the Technical Overview below in Figure 1.</span></p>
<p class="MsoCaption" align="center"> </p>
<div id="attachment_27" class="wp-caption aligncenter" style="width: 412px"><img class="size-full wp-image-27" title="Figure 1" src="http://inamulhaq.files.wordpress.com/2009/03/untitled.jpg?w=480" alt="Virtual Server Architecture"   /><p class="wp-caption-text">Virtual Server Architecture</p></div>
<p> </p>
<p class="MsoCaption" align="center">Figure  <span>1</span>. Virtual Server 2005 Architecture </p>
<p class="MsoNormal"><span lang="EN-GB"> </span></p>
<p class="MsoNormal"><span lang="EN-GB">Above figure describes Virtual Server 2005 architecture on x86 or x64 based physical Server with Windows Server 2003 as host Operating System.</span></p>
<p class="MsoNormal"><span lang="EN-GB"> </p>
<div id="attachment_38" class="wp-caption aligncenter" style="width: 490px"><img class="size-full wp-image-38" title="virtual_server_2005_architecture" src="http://inamulhaq.files.wordpress.com/2009/03/virtual_server_2005_architecture.gif?w=480&#038;h=360" alt="Figure 2" width="480" height="360" /><p class="wp-caption-text">Figure 2</p></div>
<p></span></p>
<p class="MsoNormal" align="center"><span lang="EN-GB"><!--[if gte vml 1]&gt;    &lt;![endif]--></span></p>
<p class="MsoCaption" align="center">Figure 2. Virtual Server 2005 Architecture </p>
<p class="MsoNormal"><span lang="EN-GB"> </span></p>
<p class="MsoNormal"><span lang="EN-GB">The following are the key features of the Virtual Server Architecture. </span></p>
<h2>Isolation</h2>
<p class="MsoNormal"><span lang="EN-GB">To prevent the unauthorized virtual machine access from other virtual machines and host operating system, Virtual Server isolates the virtual machines from others. In case of software problem in a virtual machine, this isolation feature enables the other virtual machines and host operating system to continue running, which result in stable and secure environment. </span></p>
<h2>Encapsulation</h2>
<p class="MsoNormal"><span lang="EN-GB">Encapsulation means to package data and processing within a single object. In the case of virtual machines, this means that virtual machines are packaged into a single file, a virtual hard disk file, which you can easily move among host operating systems running Virtual Server. Decoupling applications from hardware through encapsulation simplifies capacity planning, deployment, and management tasks. </span></p>
<h2>Compatibility</h2>
<p><span>Just like a physical computer, a virtual machine hosts its own guest operating system and applications, and has all the components found in a physical computer (motherboard, VGA card, network card controller, etc). As a result, virtual machines are completely compatible with all standards x86 operating systems, applications and device drivers, so you can use a virtual machine to run all the same software that you would run on a physical x86 computer. </span></p>
<h2>Hardware Independence</h2>
<p class="MsoNormal"><span lang="EN-GB">Virtual machines are completely independent from their underlying physical hardware. For example, you can configure a virtual machine with virtual components (e.g. CPU, network card, SCSI controller) that are completely different from the physical components that are present on the underlying hardware. Virtual machines on the same physical server can even run different kinds of operating systems.<span>  </span></span></p>
<p>When coupled with the properties of encapsulation and compatibility, hardware independence gives you the freedom to move a virtual machine from one type of x86 computer to another without making any changes to the device drivers, operating system, or applications. Hardware independence also means that you can run a heterogeneous mixture of operating systems and applications on a single physical computer. </p>
<p class="MsoNormal"><span lang="EN-GB"><br />
</span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/inamulhaq.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/inamulhaq.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/inamulhaq.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/inamulhaq.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/inamulhaq.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/inamulhaq.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/inamulhaq.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/inamulhaq.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/inamulhaq.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/inamulhaq.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/inamulhaq.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/inamulhaq.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/inamulhaq.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/inamulhaq.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=inamulhaq.wordpress.com&amp;blog=3330932&amp;post=26&amp;subd=inamulhaq&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://inamulhaq.wordpress.com/2009/03/06/microsoft-virtual-server-2005-architecture/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0268812a59e405ca5d0b118f473e3aed?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">inam</media:title>
		</media:content>

		<media:content url="http://inamulhaq.files.wordpress.com/2009/03/untitled.jpg" medium="image">
			<media:title type="html">Figure 1</media:title>
		</media:content>

		<media:content url="http://inamulhaq.files.wordpress.com/2009/03/virtual_server_2005_architecture.gif" medium="image">
			<media:title type="html">virtual_server_2005_architecture</media:title>
		</media:content>
	</item>
		<item>
		<title>Software Architecture Styles and Patterns</title>
		<link>http://inamulhaq.wordpress.com/2008/10/16/software-architecture-styles-and-patterns/</link>
		<comments>http://inamulhaq.wordpress.com/2008/10/16/software-architecture-styles-and-patterns/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 05:59:40 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Computer science]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Software Engineering]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[pattern]]></category>
		<category><![CDATA[style]]></category>

		<guid isPermaLink="false">http://inamulhaq.wordpress.com/?p=5</guid>
		<description><![CDATA[As we know that an architect begins the house designing by design a rough sketch of a house that what it will look like and what will be the functionalities. With the same scenario, a software architect also thinks the same way. While designing the application design, the architect concentrates the following things. • Make [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=inamulhaq.wordpress.com&amp;blog=3330932&amp;post=5&amp;subd=inamulhaq&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>As we know that an architect begins the house designing by design a rough sketch of a house that what it will look like and what will be the functionalities.</p>
<p>With the same scenario, a software architect also thinks the same way. While designing the application design, the architect concentrates the following things.</p>
<p>•  Make the building process as simple as can for future understandings.<br />
•  Consider the implementation cost (e.g. time, budget etc.)<br />
•  Most important factor is reusability.<br />
•  Improve the system integration.</p>
<p>The most common architecture styles are as follows.<br />
•  Layering<br />
•  Pipe and Filter<br />
•  Client/Server<br />
•  Object Oriented</p>
<p><strong>Layering</strong></p>
<p>The layers are hierarchical; each layer provides services to the layer outside and acts as a client to the layer inside it. The design includes protocols that explain how each pair of layers will interact.</p>
<p><span style="text-decoration:underline;">Pros</span><br />
- Easy reuse of layers<br />
- Support for standardization<br />
- Dependencies are kept local – modification local to a layer<br />
- Supports incremental development and testing</p>
<p><span style="text-decoration:underline;">Cons</span><br />
- Could give performance penalties</p>
<p><strong>Pipe and Filter</strong></p>
<p>A component in a pipe-and-filter system has streams of data, called pipes, for input and output. Often the transformation of the data from input to output is begun before the component, called a filter, finishes reading the input stream. The filters are independent of each other and are not aware of the existence or functions the other filters. The correctness of the system’s output is not dependent on the order in which the filters are applied.</p>
<p><span style="text-decoration:underline;">Pros</span><br />
- Understandable, easy to reason about, in-out<br />
- Expendable &#8211; easy to add remove filters<br />
- Easy to simulate and analyze properties, e.g. throughput<br />
- Concurrent execution</p>
<p><span style="text-decoration:underline;">Cons</span><br />
- Limited to batch processing (not good for interactive applications)<br />
- Duplicated execution, e.g. format checking<br />
- Error handling</p>
<p><strong>Client/Server</strong></p>
<p>Client requests an action or service, and a server responds to the request. The server doesn’t know in advance how many clients that will connect to it, neither does it know the clients’ identities. Clients know server’s identity and sends messages to server by using a procedure call.</p>
<p><span style="text-decoration:underline;">Pros</span><br />
- Users get the information they need only when the need it<br />
- Different clients can view data in different ways</p>
<p><span style="text-decoration:underline;">Cons</span><br />
- Need more sophisticated security, safety management, and application development, so they may need more resources to implement and support.</p>
<p><strong>Object-Oriented Design</strong></p>
<p>This design builds around abstract data types, that is each component is an instance of an abstract data type.<br />
Two important characteristics:<br />
i.	The object must preserve the integrity of the data representation<br />
ii.	The data representation must be hidden from other objects<br />
The latter characteristic makes it easy to change the implementation without perturbing the rest of the system.</p>
<p>There are also some other architecture styles like but these are not used much as above.</p>
<p>•  Interpreters<br />
•  Repositories<br />
•  Process Control<br />
•  Implicit Invocation</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/inamulhaq.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/inamulhaq.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/inamulhaq.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/inamulhaq.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/inamulhaq.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/inamulhaq.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/inamulhaq.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/inamulhaq.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/inamulhaq.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/inamulhaq.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/inamulhaq.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/inamulhaq.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/inamulhaq.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/inamulhaq.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=inamulhaq.wordpress.com&amp;blog=3330932&amp;post=5&amp;subd=inamulhaq&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://inamulhaq.wordpress.com/2008/10/16/software-architecture-styles-and-patterns/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0268812a59e405ca5d0b118f473e3aed?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">inam</media:title>
		</media:content>
	</item>
		<item>
		<title>Invalid postback or callback argument</title>
		<link>http://inamulhaq.wordpress.com/2008/04/02/invalid-postback-or-callback-argument/</link>
		<comments>http://inamulhaq.wordpress.com/2008/04/02/invalid-postback-or-callback-argument/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 05:58:25 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[ASP.NET 2.0]]></category>
		<category><![CDATA[ASP.NET 2.0 C#]]></category>
		<category><![CDATA[argument]]></category>
		<category><![CDATA[callback]]></category>
		<category><![CDATA[ClientScript]]></category>
		<category><![CDATA[ClientScriptManager]]></category>
		<category><![CDATA[EnableEventValidation]]></category>
		<category><![CDATA[EventValidation]]></category>
		<category><![CDATA[Invalid]]></category>
		<category><![CDATA[Postback]]></category>
		<category><![CDATA[postback or callback argument]]></category>
		<category><![CDATA[RegisterForEventValidation]]></category>
		<category><![CDATA[scriptmanager]]></category>

		<guid isPermaLink="false">http://inamulhaq.wordpress.com/?p=4</guid>
		<description><![CDATA[If you seem this type of error Invalid postback or callback argument. Event validation is enabled using &#60;pages enableEventValidation=&#8221;true&#8221;/&#62; in configuration or &#60;%@ Page EnableEventValidation=&#8221;true&#8221; %&#62; in a page. For security purposes, this feature verifies that arguments to postback or callback events originate from the server control that originally rendered them. If the data is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=inamulhaq.wordpress.com&amp;blog=3330932&amp;post=4&amp;subd=inamulhaq&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you seem this type of error</p>
<p>Invalid postback or callback argument.  Event validation is enabled using &lt;pages enableEventValidation=&#8221;true&#8221;/&gt; in configuration or &lt;%@ Page EnableEventValidation=&#8221;true&#8221; %&gt; in a page.  For security purposes, this feature verifies that arguments to postback or callback events originate from the server control that originally rendered them.  If the data is valid and expected, use the ClientScriptManager.RegisterForEventValidation method in order to register the postback or callback data for validation.</p>
<p>Solution:<br />
Simply set<strong> EnableEventValidation=</strong><strong>&#8220;false&#8221; </strong>in the page tag top of asp page.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/inamulhaq.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/inamulhaq.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/inamulhaq.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/inamulhaq.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/inamulhaq.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/inamulhaq.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/inamulhaq.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/inamulhaq.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/inamulhaq.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/inamulhaq.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/inamulhaq.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/inamulhaq.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/inamulhaq.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/inamulhaq.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/inamulhaq.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/inamulhaq.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=inamulhaq.wordpress.com&amp;blog=3330932&amp;post=4&amp;subd=inamulhaq&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://inamulhaq.wordpress.com/2008/04/02/invalid-postback-or-callback-argument/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0268812a59e405ca5d0b118f473e3aed?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">inam</media:title>
		</media:content>
	</item>
		<item>
		<title>How to access control inside GridView</title>
		<link>http://inamulhaq.wordpress.com/2008/04/01/how-to-access-control-in-gridview/</link>
		<comments>http://inamulhaq.wordpress.com/2008/04/01/how-to-access-control-in-gridview/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 07:24:11 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[ASP.NET 2.0]]></category>
		<category><![CDATA[ASP.NET 2.0 C#]]></category>
		<category><![CDATA[access control]]></category>
		<category><![CDATA[Control]]></category>
		<category><![CDATA[Find control]]></category>
		<category><![CDATA[GridView]]></category>
		<category><![CDATA[value]]></category>

		<guid isPermaLink="false">http://inamulhaq.wordpress.com/?p=3</guid>
		<description><![CDATA[I have a problem during some working to access a control within the GridView control in ASP.NET 2.0? The solution is below. GridViewRow row = (GridViewRow)(((Button)e.CommandSource).NamingContainer); Label lblLabel = (Label)row.FindControl(&#8220;GridViewLabelName&#8221;); Note: The &#8220;Button&#8221; in the above row is the source, means from which action you want to get the control within the GridView.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=inamulhaq.wordpress.com&amp;blog=3330932&amp;post=3&amp;subd=inamulhaq&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have a problem during some working to access a control within the GridView control in ASP.NET 2.0?</p>
<p>The solution is below.</p>
<p>GridViewRow row = (GridViewRow)(((Button)e.CommandSource).NamingContainer);<br />
Label lblLabel = (Label)row.FindControl(&#8220;GridViewLabelName&#8221;);</p>
<p>Note: The &#8220;Button&#8221; in the above row is the source, means from which action you want to get the control within the GridView.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/inamulhaq.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/inamulhaq.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/inamulhaq.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/inamulhaq.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/inamulhaq.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/inamulhaq.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/inamulhaq.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/inamulhaq.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/inamulhaq.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/inamulhaq.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/inamulhaq.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/inamulhaq.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/inamulhaq.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/inamulhaq.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/inamulhaq.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/inamulhaq.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=inamulhaq.wordpress.com&amp;blog=3330932&amp;post=3&amp;subd=inamulhaq&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://inamulhaq.wordpress.com/2008/04/01/how-to-access-control-in-gridview/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0268812a59e405ca5d0b118f473e3aed?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">inam</media:title>
		</media:content>
	</item>
	</channel>
</rss>
