<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with ASPNET</title>
    <description>the latest stories tagged with 'ASPNET' from DotNetKicks.com</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>Forms interaction with ASP.NET MVC (screencast)</title>
      <description>This screencast is a short demonstration on how you can handle form interactions using the ASP.NET MVC framework. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f09%2f17%2fForms-interaction-with-ASPNET-MVC-(screencast).aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f09%2f17%2fForms-interaction-with-ASPNET-MVC-(screencast).aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Forms_interaction_with_ASP_NET_MVC_screencast</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Forms_interaction_with_ASP_NET_MVC_screencast</guid>
      <pubDate>Wed, 17 Sep 2008 06:25:22 GMT</pubDate>
    </item>
    <item>
      <title>Forms interaction with ASP.NET MVC (screencast)</title>
      <description>This screencast is a short demonstration on how you can handle form interactions using the ASP.NET MVC framework. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f09%2f17%2fForms-interaction-with-ASPNET-MVC-(screencast).aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f09%2f17%2fForms-interaction-with-ASPNET-MVC-(screencast).aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Forms_interaction_with_ASP_NET_MVC_screencast</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Forms_interaction_with_ASP_NET_MVC_screencast</guid>
      <pubDate>Wed, 17 Sep 2008 06:25:22 GMT</pubDate>
    </item>
    <item>
      <title>jQuery Form Serialization without ASP.NET ViewState</title>
      <description>When building AJAX applications that send client form content to the server, ViewState and EventValidation fields can get in the way. Using jQuery you can make short work skipping over these fields and send only the raw POST data to the server. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f472329.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f472329.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/jQuery_Form_Serialization_without_ASP_NET_ViewState</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/jQuery_Form_Serialization_without_ASP_NET_ViewState</guid>
      <pubDate>Thu, 04 Sep 2008 21:31:10 GMT</pubDate>
    </item>
    <item>
      <title>Code based ASP.NET MVC GridView</title>
      <description>Maarten Balliauw shows you how to build an ASP.NET MVC html helper extension method which generates a nice gridview-like control using pure code and MVC framework. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f06%2fCode-based-ASPNET-MVC-GridView.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f06%2fCode-based-ASPNET-MVC-GridView.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Code_based_ASP_NET_MVC_GridView</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Code_based_ASP_NET_MVC_GridView</guid>
      <pubDate>Wed, 04 Jun 2008 12:31:05 GMT</pubDate>
    </item>
    <item>
      <title>System.Web.MVC, Rhino Commons, Castle Active Record, Nhibernate, Part </title>
      <description>Rhino.Commons, AR &amp;amp; NHibernate was the right decision for my project, but I've made a conscious effort to shield the MVC web site application from having any knowledge of their existence. This was done to achieve greater separation of layers and fewer direct dependecies. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmichaelhanney.com%2fblog%2f2008%2f05%2f27%2fsystemwebmvc-rhino-commons-caslte-active-record-nhibernate-part-2%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmichaelhanney.com%2fblog%2f2008%2f05%2f27%2fsystemwebmvc-rhino-commons-caslte-active-record-nhibernate-part-2%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/System_Web_MVC_Rhino_Commons_Castle_Active_Record_Nhibernate_Part</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/System_Web_MVC_Rhino_Commons_Castle_Active_Record_Nhibernate_Part</guid>
      <pubDate>Fri, 30 May 2008 02:29:45 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC custom ActionResult (ImageResult)</title>
      <description>The ASP.NET MVC framework introduces the concept of returning an ActionResult in Controllers since the &amp;quot;preview preview&amp;quot; release on CodePlex. The purpose of this concept is to return a generic ActionResult object for each Controller method, allowing different child classes returning different results. In this blog post, I will build a custom ActionResult class which will render an image to the HTTP response stream. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f05%2fASPNET-MVC-custom-ActionResult.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f05%2fASPNET-MVC-custom-ActionResult.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_custom_ActionResult_ImageResult</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_custom_ActionResult_ImageResult</guid>
      <pubDate>Tue, 13 May 2008 13:33:03 GMT</pubDate>
    </item>
    <item>
      <title>ASP.Net MVC Membership Starter Kit</title>
      <description>Troy Goode posted abou this yesterday. Today, there's already an update available containing some cool new stuff! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f04%2fASPNet-MVC-Membership-Starter-Kit.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f04%2fASPNet-MVC-Membership-Starter-Kit.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_Net_MVC_Membership_Starter_Kit</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_Net_MVC_Membership_Starter_Kit</guid>
      <pubDate>Fri, 04 Apr 2008 13:19:04 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC Framework out on CodePlex</title>
      <description>This morning, I was browsing the new projects page on CodePlex and noticed something nice! The ASP.NET MVC team already rumoured around making the ASP.NET MVC framework source code available on CodePlex, but here it is: the ASP.NET MVC project on CodePlex. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f03%2fASPNET-MVC-Framework-out-on-CodePlex.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f03%2fASPNET-MVC-Framework-out-on-CodePlex.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Framework_out_on_CodePlex</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Framework_out_on_CodePlex</guid>
      <pubDate>Fri, 21 Mar 2008 12:46:02 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC - Testing issues Q and A</title>
      <description>Some commonly asked questions when developing ASP.NET MVC and unit tests. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f03%2fASPNET-MVC---Testing-issues-Q-and-A.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f03%2fASPNET-MVC---Testing-issues-Q-and-A.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/ASP_NET_MVC_Testing_issues_Q_and_A</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/ASP_NET_MVC_Testing_issues_Q_and_A</guid>
      <pubDate>Wed, 19 Mar 2008 14:51:33 GMT</pubDate>
    </item>
    <item>
      <title>March 18 ASP.NET MVC links</title>
      <description>A collection of ASP.NET resources I noticed in the past few days. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f03%2fMarch-18-ASPNET-MVC-links.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f03%2fMarch-18-ASPNET-MVC-links.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/March_18_ASP_NET_MVC_links</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/March_18_ASP_NET_MVC_links</guid>
      <pubDate>Tue, 18 Mar 2008 16:40:59 GMT</pubDate>
    </item>
    <item>
      <title>Gridview: Where is the Row in RowCommand? DisplayIndex</title>
      <description>Provides solutions to a frustrating issue: GridViewCommandEventArgs doesn't expose the Row that raised the event.  Say you need an itemTemplate for a link button to execute deletes.; how do you get a reference to the correct row? 

While the datagrid's DataGridCommandEventArgs exposed the row through it's Item property &amp;amp; e.Item.ItemIndex GridViewCommandEventArgs only three properties: CommandName, CommandArgument &amp;amp; CommandSource (which provides a reference to the gridview itelf).  Wtf?! Solutions provided in story. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmhinze.com%2fwhere-is-the-row-in-rowcommand%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmhinze.com%2fwhere-is-the-row-in-rowcommand%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Gridview_Where_is_the_Row_in_RowCommand_DisplayIndex</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Gridview_Where_is_the_Row_in_RowCommand_DisplayIndex</guid>
      <pubDate>Fri, 15 Jun 2007 23:41:13 GMT</pubDate>
    </item>
    <item>
      <title>Data Paging with the ASP.NET 2.0 DataList Control and ObjectDataSource</title>
      <description>A hands on walk through by Scott Guthrie on how to implement efficient data-paging using an ASP.NET DataList or Repeater control &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2006%2f01%2f07%2f434787.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2006%2f01%2f07%2f434787.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Data_Paging_with_the_ASP_NET_2_0_DataList_Control_and_ObjectDataSource</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Data_Paging_with_the_ASP_NET_2_0_DataList_Control_and_ObjectDataSource</guid>
      <pubDate>Mon, 16 Jan 2006 19:01:00 GMT</pubDate>
    </item>
  </channel>
</rss>