<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with WebForms</title>
    <description>the latest stories tagged with 'WebForms' 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>ASP.net MVC Vs ASP.net Web Form</title>
      <description>Software Architects have been involving lot of debates about the approaches and architectures. Some of the examples are ORM Vs Store Procedures, REST Vs SOAP, etc. There is a debate happening inside the Microsoft community about ASP.net web form Vs ASP.net MVC. Many people thinking that ASP.net MVC will be replace webforms at least eventually and others are thinking that ASP.net MVC will not be replace webforms. Will ASP.net MVC replace webforms?. ASP.net MVC is an alternative approach to webforms rather than a replacement. It will not replace webforms and webforms will not replace ASP.NET MVC. The fact is that ASP.NET MVC and webforms will co-exist and that ASP.NET MVC is not a replacement for webforms. If you prefer ASP.net MVC use it and you feel webform is more comfortable, you can use it. . Both approaches are just choices and different approaches and choices are good things. Different choices are available for other platforms especially in the Java platform. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fshijuvarghese%2farchive%2f2008%2f07%2f09%2fasp-net-mvc-vs-asp-net-web-form.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fshijuvarghese%2farchive%2f2008%2f07%2f09%2fasp-net-mvc-vs-asp-net-web-form.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_net_MVC_Vs_ASP_net_Web_Form</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_net_MVC_Vs_ASP_net_Web_Form</guid>
      <pubDate>Thu, 10 Jul 2008 13:36:05 GMT</pubDate>
    </item>
    <item>
      <title>jQuery Goodness and ASP.NET AJAX - Take II</title>
      <description>So clearly I am obsessing about getting jQuery features into my WebForm applications.  I would seriously love to see the following added ... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnet.dzone.com%2fnews%2fjquery-goodness-and-aspnet-aja"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnet.dzone.com%2fnews%2fjquery-goodness-and-aspnet-aja" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/jQuery_Goodness_and_ASP_NET_AJAX_Take_II</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/jQuery_Goodness_and_ASP_NET_AJAX_Take_II</guid>
      <pubDate>Thu, 10 Jul 2008 09:38:21 GMT</pubDate>
    </item>
    <item>
      <title>How to easily insert row in GridView with SqlDataSource?</title>
      <description>Asp.Net 2.0 GridView control is very powerful control. Developers at Microsoft really did a great job when designing it.
Its like Swiss Army knife for selecting, editing, sorting, paging and displaying data.
Combined with various DataSource controls (ObjectDataSource, SqlDataSource) it helps you execute most of your Read, Update and Delete operations without writing a single line of code.
Off course, nothing is perfect. For example, creating new data is is one common task that is not so simple to accomplish with GridView.
Let see how we can easily insert new rows of data using GridView and SqlDataSource... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.aspdotnetfaq.com%2fFaq%2fHow-to-insert-row-in-GridView-with-SqlDataSource.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.aspdotnetfaq.com%2fFaq%2fHow-to-insert-row-in-GridView-with-SqlDataSource.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/How_to_easily_insert_row_in_GridView_with_SqlDataSource</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/How_to_easily_insert_row_in_GridView_with_SqlDataSource</guid>
      <pubDate>Wed, 02 Apr 2008 09:33:30 GMT</pubDate>
    </item>
    <item>
      <title>How to do Cross Page Postbacks in Asp.Net 2.0 - Tutorial with examples</title>
      <description>Back in the days of ASP.NET 1.x there was no easy way to make post-backs to pages different than the current page (so called Cross Page Postbacks).
From Asp.Net 2.0 this is solved with built-in features that allow  us to easily send information from one page to another.
Lets see how... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.aspdotnetfaq.com%2fFaq%2fHow-to-make-Cross-Page-Postback-in-ASP-Net.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.aspdotnetfaq.com%2fFaq%2fHow-to-make-Cross-Page-Postback-in-ASP-Net.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/How_to_do_Cross_Page_Postbacks_in_Asp_Net_2_0_Tutorial_with_examples</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/How_to_do_Cross_Page_Postbacks_in_Asp_Net_2_0_Tutorial_with_examples</guid>
      <pubDate>Tue, 01 Apr 2008 16:31:51 GMT</pubDate>
    </item>
    <item>
      <title>What's Ailing ASP.NET Web Forms</title>
      <description>Rick Strahl summarises the disadvantages of the current ASP.NET WebForms model, and how the new ASP.NET MVC framework might address some of these issues. &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%2f198731.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f198731.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/What_s_Ailing_ASP_NET_Web_Forms</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/What_s_Ailing_ASP_NET_Web_Forms</guid>
      <pubDate>Fri, 30 Nov 2007 19:31:03 GMT</pubDate>
    </item>
    <item>
      <title>Dynamically adding controls to ASPX pages (web forms) and assigning ev</title>
      <description>Although I've seen a lot of articles describing how to dynamically add controls to a Web Form, few mention even a little hint to how you can make event handlers actually WORK with dynamically-added controls. This article may seem (and probably is) a beginner-level one, but I think it's essential to cover this issue. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetzone.gr%2fcs%2fblogs%2fsfilip%2farchive%2f2007%2f11%2f08%2fdynamically-adding-controls-and-assigning-event-handlers-to-web-forms-aspx-pages.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetzone.gr%2fcs%2fblogs%2fsfilip%2farchive%2f2007%2f11%2f08%2fdynamically-adding-controls-and-assigning-event-handlers-to-web-forms-aspx-pages.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Dynamically_adding_controls_to_ASPX_pages_web_forms_and_assigning_ev</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Dynamically_adding_controls_to_ASPX_pages_web_forms_and_assigning_ev</guid>
      <pubDate>Thu, 08 Nov 2007 13:00:13 GMT</pubDate>
    </item>
    <item>
      <title>MVC in WebForms:The impossible fight to get rid of views centric world</title>
      <description>Ayende talks about three common approaches for implementing the MVC pattern while still trying to use WebForms (and all of the controls that come with it), and how they each fail in one aspect or another. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fayende.com%2fBlog%2farchive%2f2007%2f06%2f01%2fMVC-in-WebForms-The-impossible-fight-to-get-rid-of.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fayende.com%2fBlog%2farchive%2f2007%2f06%2f01%2fMVC-in-WebForms-The-impossible-fight-to-get-rid-of.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/MVC_in_WebForms_The_impossible_fight_to_get_rid_of_views_centric_world</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/MVC_in_WebForms_The_impossible_fight_to_get_rid_of_views_centric_world</guid>
      <pubDate>Fri, 01 Jun 2007 01:16:01 GMT</pubDate>
    </item>
  </channel>
</rss>