<?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: image displaying problem</title><link>http://forums.asp.net/thread/3274808.aspx</link><pubDate>Sat, 04 Jul 2009 16:16:36 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3274808</guid><dc:creator>Ibro</dc:creator><author>Ibro</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3274808.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=48&amp;PostID=3274808</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi Amin&lt;/p&gt;
&lt;p&gt;the best way to get the images on the web page is to store them in a database table, now you storing the title and the path into a table and images are stored in a folder that is doing double jobs, &lt;/p&gt;
&lt;p&gt;you need to put all in a table in your database, and get a handler page to display and small form to insert into the database table. &lt;/p&gt;
&lt;p&gt;all of these can be found in the following tutorial link good luck and dont forget to mark as answer if this helps you.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://aspnet.4guysfromrolla.com/articles/120606-1.aspx"&gt;http://aspnet.4guysfromrolla.com/articles/120606-1.aspx&lt;/a&gt;&lt;/p&gt;</description></item><item><title>image displaying problem</title><link>http://forums.asp.net/thread/3274447.aspx</link><pubDate>Sat, 04 Jul 2009 08:16:57 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3274447</guid><dc:creator>amin.net.net</dc:creator><author>amin.net.net</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3274447.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=48&amp;PostID=3274447</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hello all,&lt;/p&gt;
&lt;p&gt;I am developing a wap site. here I store the image title in database and store the image in my directory. But while read the title and path and then I get only one image. ut I want to show all of my images. my codes are following..........&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff" size="2"&gt;
&lt;p&gt;while{&lt;/font&gt;&lt;font size="2"&gt;(reader.Read())&lt;/font&gt;&lt;/p&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff" size="2"&gt;
&lt;p&gt;string &lt;/font&gt;&lt;font size="2"&gt;imgName = (&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;string&lt;/font&gt;&lt;font size="2"&gt;)reader[&lt;/font&gt;&lt;font color="#800000" size="2"&gt;&amp;quot;content_title&amp;quot;&lt;/font&gt;&lt;font size="2"&gt;];&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff" size="2"&gt;string&lt;/font&gt;&lt;font size="2"&gt; imgPaths = (&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;string&lt;/font&gt;&lt;font size="2"&gt;)reader[&lt;/font&gt;&lt;font color="#800000" size="2"&gt;&amp;quot;content_path&amp;quot;&lt;/font&gt;&lt;font size="2"&gt;];&lt;/font&gt;&lt;/p&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;
&lt;p&gt;Response.Write(imgName + &lt;/font&gt;&lt;font color="#800000" size="2"&gt;&amp;quot;&amp;lt;br&amp;gt;&amp;quot;&lt;/font&gt;&lt;font size="2"&gt;);&lt;/font&gt;&lt;/p&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;
&lt;p&gt;Response.Write(imgPaths + &lt;/font&gt;&lt;font color="#800000" size="2"&gt;&amp;quot;&amp;lt;br&amp;gt;&amp;quot;&lt;/font&gt;&lt;font size="2"&gt;);&lt;/font&gt;&lt;/p&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff" size="2"&gt;
&lt;p&gt;string &lt;/font&gt;&lt;font size="2"&gt;imgPath = &lt;/font&gt;&lt;font color="#800000" size="2"&gt;&amp;quot;Images/&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; + imgPaths;&lt;/font&gt;&lt;/p&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;
&lt;p&gt;img1.ImageUrl += imgPath;&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Here i get only the last image. Please help me to sort out this problem.&lt;/p&gt;&lt;/font&gt;&lt;/p&gt;</description></item></channel></rss>