<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/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>Sample for Displaying Images Updated + Screencast</title><link>http://blogs.msdn.com/scothu/archive/2008/04/09/sample-for-displaying-images-updated-screencast.aspx</link><description>We've recently started getting newer builds of Dynamic Data out to the private testers and soon to more public testers. As a result I've got an updated version of my image controls that I posted on my blog in January. As well I've recorded a screen cast</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Scott Hanselman's Computer Zen - Putting ASP.NET Dynamic Data into Context</title><link>http://blogs.msdn.com/scothu/archive/2008/04/09/sample-for-displaying-images-updated-screencast.aspx#8377401</link><pubDate>Fri, 11 Apr 2008 03:22:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8377401</guid><dc:creator>Scott Hanselman's Computer Zen - Putting ASP.NET Dynamic Data into Context</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.hanselman.com/blog/PuttingASPNETDynamicDataIntoContext.aspx"&gt;http://www.hanselman.com/blog/PuttingASPNETDynamicDataIntoContext.aspx&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>Putting ASP.NET Dynamic Data into Context</title><link>http://blogs.msdn.com/scothu/archive/2008/04/09/sample-for-displaying-images-updated-screencast.aspx#8377406</link><pubDate>Fri, 11 Apr 2008 03:25:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8377406</guid><dc:creator>ASPInsiders</dc:creator><description>&lt;p&gt;There's a lot of folks excited about ASP.NET MVC as an option for creating ASP.NET websites. As I say&lt;/p&gt;
</description></item><item><title>re: Sample for Displaying Images Updated + Screencast</title><link>http://blogs.msdn.com/scothu/archive/2008/04/09/sample-for-displaying-images-updated-screencast.aspx#8377973</link><pubDate>Fri, 11 Apr 2008 06:16:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8377973</guid><dc:creator>Rami Abughazaleh</dc:creator><description>&lt;p&gt;Very cool!&lt;/p&gt;
&lt;p&gt;Thank you very much! :)&lt;/p&gt;
</description></item><item><title>Taking a look at Dynamic Data</title><link>http://blogs.msdn.com/scothu/archive/2008/04/09/sample-for-displaying-images-updated-screencast.aspx#8423963</link><pubDate>Fri, 25 Apr 2008 15:12:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8423963</guid><dc:creator>David Yancey (aka Geebs)</dc:creator><description>&lt;p&gt;One of the best things about being a programmer is new technologies,&amp;amp;#160; taking a look at exciting&lt;/p&gt;
</description></item><item><title>Taking a look at Dynamic Data</title><link>http://blogs.msdn.com/scothu/archive/2008/04/09/sample-for-displaying-images-updated-screencast.aspx#8424027</link><pubDate>Fri, 25 Apr 2008 16:06:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8424027</guid><dc:creator>David.Yancey</dc:creator><description>&lt;p&gt;One of the best things about being a programmer is new technologies,&amp;amp;#160; taking a look at exciting&lt;/p&gt;
</description></item><item><title>Putting ASP.NET Dynamic Data into Context</title><link>http://blogs.msdn.com/scothu/archive/2008/04/09/sample-for-displaying-images-updated-screencast.aspx#8444755</link><pubDate>Wed, 30 Apr 2008 23:15:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8444755</guid><dc:creator>Blogs</dc:creator><description>&lt;p&gt;There&amp;amp;#39;s a lot of folks excited about ASP.NET MVC as an option for creating ASP.NET websites. As I&lt;/p&gt;
</description></item><item><title>re: Sample for Displaying Images Updated + Screencast</title><link>http://blogs.msdn.com/scothu/archive/2008/04/09/sample-for-displaying-images-updated-screencast.aspx#8588239</link><pubDate>Tue, 10 Jun 2008 05:04:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8588239</guid><dc:creator>Drew Walker</dc:creator><description>&lt;p&gt;Just a note, in order to get the project to successfully add new images to the database I had to remove the UpdatePanel from site.master in the root. Otherwise, the FileUpload control always returns null.&lt;/p&gt;
&lt;p&gt;I think it would also work just to make the button perform a postback rather than disabling AJAX for the whole site (but I didn't try).&lt;/p&gt;
</description></item><item><title>re: Sample for Displaying Images Updated + Screencast</title><link>http://blogs.msdn.com/scothu/archive/2008/04/09/sample-for-displaying-images-updated-screencast.aspx#8677855</link><pubDate>Tue, 01 Jul 2008 20:11:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8677855</guid><dc:creator>Robert</dc:creator><description>&lt;p&gt;Hi Scott,&lt;/p&gt;
&lt;p&gt;Great screencast and library.&lt;/p&gt;
&lt;p&gt;I can't get the images to display from the Category table in Northwind. I have followed all the steps and the Picture colum does display when the page renders but there are no images in any of the rows. &lt;/p&gt;
&lt;p&gt;Also when I try to insert into the Category table the Description and Name column get inserted correctly but there is no data being inserted for the Picture column as it comes back as NULL. The file upload control works and lets me select a file etc but there data is not getting sent to the database.&lt;/p&gt;
&lt;p&gt;What can I try here to get this going?&lt;/p&gt;
&lt;p&gt;thanks - Rob&lt;/p&gt;
</description></item><item><title>re: Sample for Displaying Images Updated + Screencast</title><link>http://blogs.msdn.com/scothu/archive/2008/04/09/sample-for-displaying-images-updated-screencast.aspx#8781419</link><pubDate>Mon, 28 Jul 2008 02:59:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8781419</guid><dc:creator>RJ</dc:creator><description>&lt;p&gt;I followed the instructions, but seem to be having an issue similar to Rob. &amp;nbsp;The images appear, but I can't upload any new images to the db. &amp;nbsp;In the ExtractValues eventhandler for DbImage_edit, FileUploadEdit.HasFile is ALWAYS false. &amp;nbsp;Any idea why?&lt;/p&gt;
</description></item><item><title>re: Sample for Displaying Images Updated + Screencast</title><link>http://blogs.msdn.com/scothu/archive/2008/04/09/sample-for-displaying-images-updated-screencast.aspx#8977133</link><pubDate>Sun, 05 Oct 2008 19:58:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8977133</guid><dc:creator>Oguzhan</dc:creator><description>&lt;p&gt;I had the same issue.&lt;/p&gt;
&lt;p&gt;Any solution?&lt;/p&gt;
</description></item><item><title>re: Sample for Displaying Images Updated + Screencast</title><link>http://blogs.msdn.com/scothu/archive/2008/04/09/sample-for-displaying-images-updated-screencast.aspx#9002906</link><pubDate>Fri, 17 Oct 2008 14:58:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9002906</guid><dc:creator>Mikael Henriksson</dc:creator><description>&lt;p&gt;Same problem for me, FileUploadEdit.HasFile is always false :) Working on a solution to that problem right now.&lt;/p&gt;
</description></item><item><title>re: Sample for Displaying Images Updated + Screencast</title><link>http://blogs.msdn.com/scothu/archive/2008/04/09/sample-for-displaying-images-updated-screencast.aspx#9176032</link><pubDate>Thu, 04 Dec 2008 21:12:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9176032</guid><dc:creator>Jose A. Fernandez</dc:creator><description>&lt;p&gt;Any solution to FileUploadEdit.HasFile is always false??&lt;/p&gt;
&lt;p&gt;I'm test with DynamicData into VS2008 SP1&lt;/p&gt;
&lt;p&gt;And test with DynamicDataFuture idem problem&lt;/p&gt;
</description></item><item><title>re: Sample for Displaying Images Updated + Screencast</title><link>http://blogs.msdn.com/scothu/archive/2008/04/09/sample-for-displaying-images-updated-screencast.aspx#9176065</link><pubDate>Thu, 04 Dec 2008 21:29:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9176065</guid><dc:creator>Jose A. Fernandez</dc:creator><description>&lt;p&gt;Me again. The problem is FileUpload webcontrol and EnablePartialRendering's ScriptManager&lt;/p&gt;
&lt;p&gt;First approximation's solution:&lt;/p&gt;
&lt;p&gt;EnablePartialRendering=&amp;quot;false&amp;quot; into MAsterPage&lt;/p&gt;
&lt;p&gt;:)&lt;/p&gt;
</description></item><item><title>re: Sample for Displaying Images Updated + Screencast</title><link>http://blogs.msdn.com/scothu/archive/2008/04/09/sample-for-displaying-images-updated-screencast.aspx#9176473</link><pubDate>Thu, 04 Dec 2008 23:33:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9176473</guid><dc:creator>fernandezja</dc:creator><description>&lt;p&gt;Other solution&lt;/p&gt;
&lt;p&gt;Into PageTemplate: Edit&lt;/p&gt;
&lt;p&gt;Pre_Init Event...&lt;/p&gt;
&lt;p&gt;Code:&lt;/p&gt;
&lt;p&gt;Dim sm As ScriptManager = ScriptManager.GetCurrent(Me.Page)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;sm.EnablePartialRendering = False&lt;/p&gt;
</description></item></channel></rss>