<?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>Data Presentation Controls</title><link>http://forums.asp.net/24.aspx</link><description>ASP.NET data-bound controls such as the DataGrid, DataList, GridView, FormView, DetailsView, and Repeater Controls.  &lt;a href="http://aspadvice.com/SignUp/list.aspx?l=23&amp;c=17" target="_blank"&gt;Email List&lt;/a&gt;</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Problem with creating Thumbnail Image within the Datalist?</title><link>http://forums.asp.net/thread/1307623.aspx</link><pubDate>Wed, 07 Jun 2006 11:28:50 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1307623</guid><dc:creator>savvy</dc:creator><author>savvy</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1307623.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=24&amp;PostID=1307623</wfw:commentRss><description>&lt;p&gt;I got it working. Everything is working fine if I just change my &amp;lt;img&amp;gt; tag to &lt;/p&gt;&lt;font color=#0000ff size=2&gt;
&lt;p&gt;&amp;lt;&lt;/p&gt;&lt;/font&gt;&lt;font color=#800000 size=2&gt;img&lt;/font&gt;&lt;font size=2&gt; &lt;/font&gt;&lt;font color=#ff0000 size=2&gt;alt&lt;/font&gt;&lt;font color=#0000ff size=2&gt;='&lt;/font&gt;&lt;font size=2&gt;&amp;lt;%# Eval("ProdTitle") %&amp;gt;&lt;/font&gt;&lt;font color=#0000ff size=2&gt;'&lt;/font&gt;&lt;font size=2&gt; &lt;/font&gt;&lt;font color=#ff0000 size=2&gt;src&lt;/font&gt;&lt;font color=#0000ff size=2&gt;='CreateThumbNail.aspx?image=images/collections/&lt;/font&gt;&lt;font size=2&gt;&amp;lt;%# Eval("Prodimgpath") %&amp;gt;&lt;/font&gt;&lt;font color=#0000ff size=2&gt;'&lt;/font&gt;&lt;font size=2&gt; &lt;/font&gt;&lt;font color=#ff0000 size=2&gt;style&lt;/font&gt;&lt;font color=#0000ff size=2&gt;="border: 0"&amp;gt;&lt;/font&gt;
&lt;p&gt;&lt;font color=#0000ff size=2&gt;&lt;font color=#000000 size=3&gt;The problem was with the path of the images. Its good to know that we can even display the image through a .aspx page.&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;</description></item><item><title>Problem with creating Thumbnail Image within the Datalist?</title><link>http://forums.asp.net/thread/1307574.aspx</link><pubDate>Wed, 07 Jun 2006 10:00:48 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1307574</guid><dc:creator>savvy</dc:creator><author>savvy</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1307574.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=24&amp;PostID=1307574</wfw:commentRss><description>&lt;p&gt;I want to create a Thumbnail Image from a given large Image&amp;nbsp; and bind it to the Datalist with the datasource being Database. I followed this link given below&lt;/p&gt;
&lt;p&gt;Creating Thumbnail Images on the fly with ASP.Net&lt;br /&gt;&lt;a href="http://west-wind.com/weblog/posts/283.aspx"&gt;http://west-wind.com/weblog/posts/283.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;according to link given, if we change the parameters of this link we can resize the image&lt;br /&gt;&lt;a href="http://www.west-wind.com/wwStore/demos/CreateThumbnail.aspx?image=images/WebStoreLogo_big.jpg&amp;amp;size=400"&gt;http://www.west-wind.com/wwStore/demos/CreateThumbnail.aspx?image=images/WebStoreLogo_big.jpg&amp;amp;size=400&lt;/a&gt;&lt;br /&gt;So, I created CreateThumbnail.aspx which has the same code and if i use the link as &lt;br /&gt;&lt;a href="http://localhost/myproject/CreateThumbnail.aspx?image=images/WebStoreLogo_big.jpg&amp;amp;size=400"&gt;http://localhost/myproject/CreateThumbnail.aspx?image=images/WebStoreLogo_big.jpg&amp;amp;size=400&lt;/a&gt; which is working fine.&lt;br /&gt;But I tried something like this within my datalist keeping the size as a constant value in the Createthumbnail.aspx , and its not working &lt;br /&gt;&amp;lt;ItemTemplate&amp;gt;&lt;br /&gt;&amp;lt;img alt='&amp;lt;%# Eval("ProdTitle") %&amp;gt;' src='CreateThumbNail.aspx?image=&amp;lt;%#&amp;nbsp; Eval("Prodimgpath") %&amp;gt;' style="border: 0"&amp;gt;&lt;br /&gt;&amp;lt;/ItemTemplate&amp;gt;&lt;br /&gt;Is this the right way of doing this?&lt;/p&gt;
&lt;p&gt;Thanks in advance for your help and time &lt;br /&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>