<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	>
<channel>
	<title>Comments for ILM Community Blog</title>
	<atom:link href="http://blogs.ilmservice.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.ilmservice.com</link>
	<description>The Pulse of the .NET Community, from ILM</description>
	<pubDate>Tue, 06 Jan 2009 03:44:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.8-bleeding-10187</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Using System.Web.Routing with Castle MonoRail by Zoie</title>
		<link>http://blogs.ilmservice.com/dotnet/2008/08/using-system-web-routing-with-monorail/comment-page-1/#comment-34</link>
		<dc:creator>Zoie</dc:creator>
		<pubDate>Wed, 29 Oct 2008 06:39:34 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.ilmservice.com/?p=77#comment-34</guid>
		<description>Good for people to know.</description>
		<content:encoded><![CDATA[<p>Good for people to know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using System.Web.Routing with Castle MonoRail by Joe Baarsch</title>
		<link>http://blogs.ilmservice.com/dotnet/2008/08/using-system-web-routing-with-monorail/comment-page-1/#comment-29</link>
		<dc:creator>Joe Baarsch</dc:creator>
		<pubDate>Fri, 10 Oct 2008 14:15:45 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.ilmservice.com/?p=77#comment-29</guid>
		<description>Sweet, that is really interesting Nick!  Obviously it is good to know how to integrate monorail routing; however, I am still left with asking what is gained by using the MonoRailRouteHandler?  What would be a good scenario where this would be useful?</description>
		<content:encoded><![CDATA[<p>Sweet, that is really interesting Nick!  Obviously it is good to know how to integrate monorail routing; however, I am still left with asking what is gained by using the MonoRailRouteHandler?  What would be a good scenario where this would be useful?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ping Pong Pairing October Event by nick.nystrom</title>
		<link>http://blogs.ilmservice.com/usergroup/2008/10/ping-pong-pairing-event/comment-page-1/#comment-27</link>
		<dc:creator>nick.nystrom</dc:creator>
		<pubDate>Fri, 03 Oct 2008 17:59:03 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.ilmservice.com/?p=153#comment-27</guid>
		<description>Thanks for coming everyone, I had a great time. We used test-driven techniques to build a component that's capable of evaluating games of Blackjack. Most of the code and tests were written by audience members, which was fun because your solutions were not only different than mine, but in a couple of cases much better than the ones I had worked out ahead of time.

The presentation and the are now available for download: http://blogs.ilmservice.com/wp-content/uploads/2008/10/october-2008-pairing-event.zip</description>
		<content:encoded><![CDATA[<p>Thanks for coming everyone, I had a great time. We used test-driven techniques to build a component that&#8217;s capable of evaluating games of Blackjack. Most of the code and tests were written by audience members, which was fun because your solutions were not only different than mine, but in a couple of cases much better than the ones I had worked out ahead of time.</p>
<p>The presentation and the are now available for download: <a href="http://blogs.ilmservice.com/wp-content/uploads/2008/10/october-2008-pairing-event.zip" onclick="javascript:pageTracker._trackPageview('/downloadsblogs./wp-content/uploads/2008/10/october-2008-pairing-event.zip');" rel="nofollow">http://blogs.ilmservice.com/wp-content/uploads/2008/10/october-2008-pairing-event.zip</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ASP.NET ViewState Compression and AJAX by craig.deelsnyder</title>
		<link>http://blogs.ilmservice.com/dotnet/2008/09/aspnet-viewstate-compression-and-ajax/comment-page-1/#comment-26</link>
		<dc:creator>craig.deelsnyder</dc:creator>
		<pubDate>Thu, 18 Sep 2008 21:25:24 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.ilmservice.com/?p=106#comment-26</guid>
		<description>@Mansuri: if I remember right there's something tricky with UpdatePanel but I didn't think it was anything to do with this ViewState issue.  I can't remember what scenario I had issues with it with updating properly, sorry.

Have you tried debugging server side and making sure all the events/code is running like you think it is (put breakpoints and make sure they are hit)?  One thing I didn't like about the AJAX controls that I used was if an error occurred on the server while processing we had no notification on the client side by default (the control would just redisplay like nothing happened).  I had to check error logs to find out unhandled exceptions were happening.

Sorry I can't be more help myself.  If I have time I'll try to dig through any notes I have.  Or hopefully some other helpful commenter will come along.  Thanks for the comment, tho!</description>
		<content:encoded><![CDATA[<p>@Mansuri: if I remember right there&#8217;s something tricky with UpdatePanel but I didn&#8217;t think it was anything to do with this ViewState issue.  I can&#8217;t remember what scenario I had issues with it with updating properly, sorry.</p>
<p>Have you tried debugging server side and making sure all the events/code is running like you think it is (put breakpoints and make sure they are hit)?  One thing I didn&#8217;t like about the AJAX controls that I used was if an error occurred on the server while processing we had no notification on the client side by default (the control would just redisplay like nothing happened).  I had to check error logs to find out unhandled exceptions were happening.</p>
<p>Sorry I can&#8217;t be more help myself.  If I have time I&#8217;ll try to dig through any notes I have.  Or hopefully some other helpful commenter will come along.  Thanks for the comment, tho!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ASP.NET ViewState Compression and AJAX by craig.deelsnyder</title>
		<link>http://blogs.ilmservice.com/dotnet/2008/09/aspnet-viewstate-compression-and-ajax/comment-page-1/#comment-25</link>
		<dc:creator>craig.deelsnyder</dc:creator>
		<pubDate>Thu, 18 Sep 2008 21:14:46 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.ilmservice.com/?p=106#comment-25</guid>
		<description>@Hemang: I'm not an AJAX expert, this works find with some Infragistics 3rd party controls we were using at the time (in my story above).  I've never done low-level AJAX stuff.  So not sure what you're asking there but in our case with AJAX-enabled 3rd party controls everything worked just fine.  And our Viewstate was compressed just like before, just in a 'different' location (the standard __VIEWSTATE).</description>
		<content:encoded><![CDATA[<p>@Hemang: I&#8217;m not an AJAX expert, this works find with some Infragistics 3rd party controls we were using at the time (in my story above).  I&#8217;ve never done low-level AJAX stuff.  So not sure what you&#8217;re asking there but in our case with AJAX-enabled 3rd party controls everything worked just fine.  And our Viewstate was compressed just like before, just in a &#8216;different&#8217; location (the standard __VIEWSTATE).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Seeking speakers for the .NET and the SilverLight User Groups by Farhan Muhammad</title>
		<link>http://blogs.ilmservice.com/usergroup/2008/07/seeking-speakers-for-the-dotnet-and-the-silverlight-user-groups/comment-page-1/#comment-24</link>
		<dc:creator>Farhan Muhammad</dc:creator>
		<pubDate>Mon, 15 Sep 2008 20:10:05 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.ilmservice.com/?p=33#comment-24</guid>
		<description>Sorry Matt, it took me a few days to read your response. Thanks for volunterring to speak a the SilverLight user group. It seems like Bobbi is already in touch with  you. I have spoken with her regarding getting you on the agenda for a future user group event.</description>
		<content:encoded><![CDATA[<p>Sorry Matt, it took me a few days to read your response. Thanks for volunterring to speak a the SilverLight user group. It seems like Bobbi is already in touch with  you. I have spoken with her regarding getting you on the agenda for a future user group event.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ASP.NET ViewState Compression and AJAX by Mansuri</title>
		<link>http://blogs.ilmservice.com/dotnet/2008/09/aspnet-viewstate-compression-and-ajax/comment-page-1/#comment-23</link>
		<dc:creator>Mansuri</dc:creator>
		<pubDate>Thu, 11 Sep 2008 20:00:13 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.ilmservice.com/?p=106#comment-23</guid>
		<description>I am also looking for solution when you use update panel. It is not maintaining its state when you use update panel. I guess this hidden field is out of update panel thats why on ajax call it is not able to put new view state value in that hidden control.</description>
		<content:encoded><![CDATA[<p>I am also looking for solution when you use update panel. It is not maintaining its state when you use update panel. I guess this hidden field is out of update panel thats why on ajax call it is not able to put new view state value in that hidden control.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ASP.NET ViewState Compression and AJAX by Hemang</title>
		<link>http://blogs.ilmservice.com/dotnet/2008/09/aspnet-viewstate-compression-and-ajax/comment-page-1/#comment-22</link>
		<dc:creator>Hemang</dc:creator>
		<pubDate>Thu, 11 Sep 2008 07:20:53 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.ilmservice.com/?p=106#comment-22</guid>
		<description>Thanks buddy,

I was searching for this solution for last two days. I guess you have posted this article just today.

Lucky Me :-)

Can you please let me know if this code will compress the viewstate for ajax? because, I was also using "__VSTATE" to store my current state, but for ajax it got failed. You have stored the viewstate again in the same hidden field "__VIEWSTATE", so will that compress for ajax as well?</description>
		<content:encoded><![CDATA[<p>Thanks buddy,</p>
<p>I was searching for this solution for last two days. I guess you have posted this article just today.</p>
<p>Lucky Me <img src='http://blogs.ilmservice.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
Can you please let me know if this code will compress the viewstate for ajax? because, I was also using &#8220;__VSTATE&#8221; to store my current state, but for ajax it got failed. You have stored the viewstate again in the same hidden field &#8220;__VIEWSTATE&#8221;, so will that compress for ajax as well?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Seeking speakers for the .NET and the SilverLight User Groups by Bobbi Perreault</title>
		<link>http://blogs.ilmservice.com/usergroup/2008/07/seeking-speakers-for-the-dotnet-and-the-silverlight-user-groups/comment-page-1/#comment-21</link>
		<dc:creator>Bobbi Perreault</dc:creator>
		<pubDate>Wed, 03 Sep 2008 18:05:14 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.ilmservice.com/?p=33#comment-21</guid>
		<description>Matt, Thanks!  I for one am very interested in hearing what you'll present.

Bobbi</description>
		<content:encoded><![CDATA[<p>Matt, Thanks!  I for one am very interested in hearing what you&#8217;ll present.</p>
<p>Bobbi</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Seeking speakers for the .NET and the SilverLight User Groups by Matt Weyland</title>
		<link>http://blogs.ilmservice.com/usergroup/2008/07/seeking-speakers-for-the-dotnet-and-the-silverlight-user-groups/comment-page-1/#comment-20</link>
		<dc:creator>Matt Weyland</dc:creator>
		<pubDate>Tue, 02 Sep 2008 15:19:41 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.ilmservice.com/?p=33#comment-20</guid>
		<description>I have some knowledge about creating custom controls for silverlight,  specifically around the Media Element.  We added a progress indicator, elapsed time, controls for play, pause, stop, volume control and tied this to a datagrid for use as a pseudo playlist.  

For enhanced usability, we implemented custom templates, Visual State Manager, Custom events, and use of both Blend and VS2008.  We feel this is as close to a winforms app we've been able to produce in a web environment. 

I would be more than happy to talk about this for the users group if this is of any interest.</description>
		<content:encoded><![CDATA[<p>I have some knowledge about creating custom controls for silverlight,  specifically around the Media Element.  We added a progress indicator, elapsed time, controls for play, pause, stop, volume control and tied this to a datagrid for use as a pseudo playlist.  </p>
<p>For enhanced usability, we implemented custom templates, Visual State Manager, Custom events, and use of both Blend and VS2008.  We feel this is as close to a winforms app we&#8217;ve been able to produce in a web environment. </p>
<p>I would be more than happy to talk about this for the users group if this is of any interest.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
