<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Mobile and Handheld Devices</title><link>http://forums.asp.net/48.aspx</link><description>Target mobile and handheld devices with ASP.NET - cell phones, blackberry, PDA, etc.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: How to add favicon to a mobile page.</title><link>http://forums.asp.net/thread/3264057.aspx</link><pubDate>Mon, 29 Jun 2009 11:45:27 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3264057</guid><dc:creator>Bullonprowl</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3264057.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=48&amp;PostID=3264057</wfw:commentRss><description>&lt;p&gt;Hi Renjith,&lt;/p&gt;
&lt;p&gt;Your implementation is correct. But you dont have to refer it any where in your code. You just need to have a &lt;strong&gt;&lt;em&gt;&amp;quot;favicon.ico&amp;quot; (In IIS. dont know about other webservers) &lt;/em&gt;at the root level/folder of your website.&lt;/strong&gt; Just Make sure you follow the below mentioned image formats to get&amp;nbsp;FavIcons on Supported Mobile Devices (Blackberry, Nokia E75, SonyEricsson M600i and other high end phones).&lt;/p&gt;
&lt;p&gt;For FavIcon, the image need to be like (this is how i rendered the Fav icon for both Desktop and Mobile phone browsers)&lt;/p&gt;
&lt;p&gt;1)&amp;nbsp;16x16 size. 16 colours (4 Bit) or 256 colours (8 Bit)&lt;/p&gt;
&lt;p&gt;AND&lt;/p&gt;
&lt;p&gt;2)&amp;nbsp;32x32 size. 16 colours (4 Bit) or 256 colours (8 Bit)&lt;/p&gt;&lt;pre class="xhtml" name="code"&gt;&amp;lt;link rel=&amp;quot;Fav Icon&amp;quot; href=&amp;quot;/favicon.ico&amp;quot; type=&amp;quot;image/vnd.microsoft.icon&amp;quot;&amp;gt;
&amp;lt;link rel=&amp;quot;icon&amp;quot; type=&amp;quot;image/gif&amp;quot; href=&amp;quot;http://www.yoursite.com/favicon.gif&amp;quot; /&amp;gt;&lt;/pre&gt;
&lt;p&gt;&lt;br /&gt;Both the above tags should work in mobile as well as in Desktop Browsers. Just follow the Image size and resolutions.&lt;/p&gt;&lt;pre&gt;&lt;/pre&gt;</description></item><item><title>Re: How to add favicon to a mobile page.</title><link>http://forums.asp.net/thread/3261960.aspx</link><pubDate>Sat, 27 Jun 2009 18:24:07 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3261960</guid><dc:creator>Renjith.M.P</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3261960.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=48&amp;PostID=3261960</wfw:commentRss><description>&lt;p&gt;Ya. I agree&amp;nbsp; . But my code neither working in firefox nor in devices . Can you share a working code with me . Both aspx and code behind. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: How to add favicon to a mobile page.</title><link>http://forums.asp.net/thread/3261219.aspx</link><pubDate>Sat, 27 Jun 2009 00:35:51 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3261219</guid><dc:creator>vcsjones</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3261219.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=48&amp;PostID=3261219</wfw:commentRss><description>&lt;p&gt;That should work - but mind you that a favicon is a browser feature. Not all browsers implement a favicon in a mobile device. Windows Mobile doesn&amp;#39;t support it, and nor does Safari on the iPhone.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>How to add favicon to a mobile page.</title><link>http://forums.asp.net/thread/3260683.aspx</link><pubDate>Fri, 26 Jun 2009 16:56:15 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3260683</guid><dc:creator>Renjith.M.P</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3260683.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=48&amp;PostID=3260683</wfw:commentRss><description>&lt;p&gt;Hi All, &lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;I want to know how to add favicon to a mobile page. I have created a sample web application(.net 2.0 ,c#) . I have added this code&amp;nbsp; &amp;lt;link rel=&amp;quot;shortcut icon&amp;quot; type=&amp;quot;image/gif&amp;quot; href=&amp;quot;http://find.mobi/favicon.gif&amp;quot; /&amp;gt;&amp;nbsp; in head tag. This is working fine, if I inherit my class from &amp;quot;System.Web.UI.Page&amp;quot;.&lt;/p&gt;&lt;p&gt;but not working, if I inherit from System.Web.UI.MobileControls.MobilePage .Can any one tell suggest any reason or solution for this ?&amp;nbsp; &lt;/p&gt;&lt;p&gt;I need server side code to implement this . &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>