<?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>Raihan Iqbal &#187; Uncategorized</title>
	<atom:link href="http://www.raihaniqbal.net/blog/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.raihaniqbal.net/blog</link>
	<description>Life is codetastic!</description>
	<lastBuildDate>Sat, 07 Aug 2010 14:15:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>How to add a tooltip to an ASP.NET DropdownList item</title>
		<link>http://www.raihaniqbal.net/blog/2009/06/how-to-add-a-tooltip-to-an-aspnet-dropdownlist-item/</link>
		<comments>http://www.raihaniqbal.net/blog/2009/06/how-to-add-a-tooltip-to-an-aspnet-dropdownlist-item/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 13:20:47 +0000</pubDate>
		<dc:creator>Raihan Iqbal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.raihaniqbal.net/blog/2009/06/how-to-add-a-tooltip-to-an-aspnet-dropdownlist-item/</guid>
		<description><![CDATA[If you want to set a common tooltip for all the items in a DropDownList then you can just set the Title attribute for each item like so: foreach(ListItem item in ddlScorecards.Items) item.Attributes.Add(&#34;Title&#34;, &#34;YOUR TOOLTIP TEXT&#34;); .csharpcode, .csharpcode pre { font-size: small; color: black; font-family: consolas, "Courier New", courier, monospace; background-color: #ffffff; /*white-space: pre;*/ } [...]]]></description>
		<wfw:commentRss>http://www.raihaniqbal.net/blog/2009/06/how-to-add-a-tooltip-to-an-aspnet-dropdownlist-item/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cheap Web Hosting</title>
		<link>http://www.raihaniqbal.net/blog/2009/01/cheap-web-hosting/</link>
		<comments>http://www.raihaniqbal.net/blog/2009/01/cheap-web-hosting/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 05:35:29 +0000</pubDate>
		<dc:creator>Raihan Iqbal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.raihaniqbal.net/blog/cheap-web-hosting/</guid>
		<description><![CDATA[Looking for cheap web hosting?? Our cheap price and support make us the obvious choice for web masters. You look good if your site is fast and always available. We been successfully focusing on Super Fast and Highly Reliable Hosting and the only Bangladeshi provider to offer not just a unique package of features but [...]]]></description>
		<wfw:commentRss>http://www.raihaniqbal.net/blog/2009/01/cheap-web-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET ImageButton not supported in Firefox 2.0</title>
		<link>http://www.raihaniqbal.net/blog/2008/07/aspnet-imagebutton-not-supported-in-firefox-20/</link>
		<comments>http://www.raihaniqbal.net/blog/2008/07/aspnet-imagebutton-not-supported-in-firefox-20/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 13:43:22 +0000</pubDate>
		<dc:creator>Raihan Iqbal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.raihaniqbal.net/blog/aspnet-imagebutton-not-supported-in-firefox-20/</guid>
		<description><![CDATA[I recently discovered that the ImageButton and LinkButton ASP.NET controls do not function properly in Firefox 2.0. I wasted almost two days trying to figure out what was wrong with my code. Apparently, I was chasing a ghost! For more information on this problem can be found here. Unfortunately, the only workaround for this problem [...]]]></description>
		<wfw:commentRss>http://www.raihaniqbal.net/blog/2008/07/aspnet-imagebutton-not-supported-in-firefox-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

