<?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>ASHRAF'S BLOG</title>
	<atom:link href="http://yourashraf.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://yourashraf.wordpress.com</link>
	<description></description>
	<lastBuildDate>Sat, 26 Nov 2011 05:06:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='yourashraf.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>ASHRAF'S BLOG</title>
		<link>http://yourashraf.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://yourashraf.wordpress.com/osd.xml" title="ASHRAF&#039;S BLOG" />
	<atom:link rel='hub' href='http://yourashraf.wordpress.com/?pushpress=hub'/>
		<item>
		<title>My New Blog (http://ashrafur.wordpress.com)</title>
		<link>http://yourashraf.wordpress.com/2008/03/31/my-new-blog-httpashrafurwordpresscom/</link>
		<comments>http://yourashraf.wordpress.com/2008/03/31/my-new-blog-httpashrafurwordpresscom/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 13:44:05 +0000</pubDate>
		<dc:creator>Ashrafur</dc:creator>
				<category><![CDATA[Archive]]></category>

		<guid isPermaLink="false">http://yourashraf.wordpress.com/?p=87</guid>
		<description><![CDATA[Dear visitor, Thanks to visit my Blog. To see my latest blog posts please go to that link http://ashrafur.wordpress.com<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yourashraf.wordpress.com&amp;blog=88931&amp;post=87&amp;subd=yourashraf&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://yourashraf.wordpress.com/2008/03/31/my-new-blog-httpashrafurwordpresscom/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f182b00d58ab2473d7e01180688b3ccf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yourashraf</media:title>
		</media:content>
	</item>
		<item>
		<title>paging in asp:DataList</title>
		<link>http://yourashraf.wordpress.com/2007/09/21/paging-in-aspdatalist/</link>
		<comments>http://yourashraf.wordpress.com/2007/09/21/paging-in-aspdatalist/#comments</comments>
		<pubDate>Fri, 21 Sep 2007 19:43:02 +0000</pubDate>
		<dc:creator>Ashrafur</dc:creator>
				<category><![CDATA[C#.net]]></category>

		<guid isPermaLink="false">http://yourashraf.wordpress.com/2007/09/21/paging-in-aspdatalist/</guid>
		<description><![CDATA[asp:DataList has to paging option by default but it is easy to make pagination in datalist using &#8220;PagedDataSource Class&#8221; HTML code is: &#60;table width=&#8221;100%&#8221;&#62; &#60;tr&#62;&#60;td&#62; &#60;asp:DataList ID=&#8221;dlPhotos&#8221; Runat=&#8221;server&#8221; Width=&#8221;100%&#8221; ItemStyle-HorizontalAlign=&#8221;Left&#8221; RepeatLayout=&#8221;Table&#8221; RepeatDirection=&#8221;Horizontal&#8221; RepeatColumns=&#8221;4&#8243; OnItemDataBound=&#8221;dlPhotos_ItemDataBound&#8221;&#62; &#60;ItemTemplate&#62; &#60;asp:Image id=&#8221;imgThumbnail&#8221; runat=&#8221;server&#8221; borderSize=&#8221;5&#8243; /&#62; &#60;/ItemTemplate&#62; &#60;/asp:DataList&#62; &#60;/td&#62;&#60;/tr&#62; &#60;tr&#62;&#60;td&#62; &#60;table width=&#8221;100%&#8221;&#62; &#60;tr&#62; &#60;td align=&#8221;left&#8221;&#62;&#60;asp:LinkButton runat=&#8221;server&#8221; ID=&#8221;lnkPrev&#8221; OnClick=&#8221;lnkPrev_Click&#8221; &#62;Prev&#60;/asp:LinkButton&#62;&#60;/td&#62; &#60;td align=&#8221;right&#8221;&#62;&#60;asp:LinkButton [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yourashraf.wordpress.com&amp;blog=88931&amp;post=83&amp;subd=yourashraf&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://yourashraf.wordpress.com/2007/09/21/paging-in-aspdatalist/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f182b00d58ab2473d7e01180688b3ccf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yourashraf</media:title>
		</media:content>
	</item>
		<item>
		<title>Components of Ajax</title>
		<link>http://yourashraf.wordpress.com/2007/09/19/components-of-ajax/</link>
		<comments>http://yourashraf.wordpress.com/2007/09/19/components-of-ajax/#comments</comments>
		<pubDate>Wed, 19 Sep 2007 16:43:56 +0000</pubDate>
		<dc:creator>Ashrafur</dc:creator>
				<category><![CDATA[AJAX]]></category>

		<guid isPermaLink="false">http://yourashraf.wordpress.com/2007/09/19/components-of-ajax/</guid>
		<description><![CDATA[Ajax components are: 1. Javascript:  Scripting language that commonly hosted in a browser to add interactively to HTML pages 2. DOM (Document Object Model): DOM is leveraged to efficiently redraw portions og hte pages. 3. CSS (Cascading Style Sheets) : modify the exterior of the user interface interactively 4. XMLHttpRequest: opposed to performing a full-page refresh [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yourashraf.wordpress.com&amp;blog=88931&amp;post=81&amp;subd=yourashraf&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://yourashraf.wordpress.com/2007/09/19/components-of-ajax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f182b00d58ab2473d7e01180688b3ccf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yourashraf</media:title>
		</media:content>
	</item>
	</channel>
</rss>
