<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with ASPX</title>
    <description>the latest stories tagged with 'ASPX' 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>JavaScript ShowModalDialog   Aspx page_load event not fires</title>
      <description>I  was using javascript to show  Popup window. In popup window I was loading .aspx page.......
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.isolutionteam.co.uk%2f2008%2f07%2f16%2fjavascript-showmodaldialog-aspx-page_load-event-not-fires%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.isolutionteam.co.uk%2f2008%2f07%2f16%2fjavascript-showmodaldialog-aspx-page_load-event-not-fires%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/JavaScript_ShowModalDialog_Aspx_page_load_event_not_fires</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/JavaScript_ShowModalDialog_Aspx_page_load_event_not_fires</guid>
      <pubDate>Wed, 16 Jul 2008 20:15:47 GMT</pubDate>
    </item>
    <item>
      <title>Mapping a different file extension for ASPX Pages in IIS 7.0</title>
      <description>So just by adding a new handler (ASPNETLikeHandler above) to the System.WebServer/Handlers will cause IIS to see this extension and correctly execute the page. Note that we use the preCondition attribute to tell IIS that this handler should only be used when we are running in an Integrated Pipeline Application Pool. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.iis.net%2fcarlosag%2farchive%2f2008%2f07%2f04%2fmapping-a-different-file-extension-for-aspx-pages-in-iis-7-0.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.iis.net%2fcarlosag%2farchive%2f2008%2f07%2f04%2fmapping-a-different-file-extension-for-aspx-pages-in-iis-7-0.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Mapping_a_different_file_extension_for_ASPX_Pages_in_IIS_7_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Mapping_a_different_file_extension_for_ASPX_Pages_in_IIS_7_0</guid>
      <pubDate>Sat, 05 Jul 2008 07:06:05 GMT</pubDate>
    </item>
    <item>
      <title>Boosting performance on aspx pages</title>
      <description>Most of internet tutorials tells you to use Page Load event to bind your data to controls. What's happening when you have to rebind controls again because your data source is changed due to some event where you have to re bind controls. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faspnetfix.blogspot.com%2f2008%2f03%2fboosting-performance-on-aspx-pages.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faspnetfix.blogspot.com%2f2008%2f03%2fboosting-performance-on-aspx-pages.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Boosting_performance_on_aspx_pages</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Boosting_performance_on_aspx_pages</guid>
      <pubDate>Mon, 31 Mar 2008 23:00:34 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 20:00:13 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET Resource Refactoring</title>
      <description>Easy macros to help i18n your ASPX pages &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.milkcarton.com%2fblog%2f2007%2f08%2f27%2fASPNET%2bResource%2bRefactoring.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.milkcarton.com%2fblog%2f2007%2f08%2f27%2fASPNET%2bResource%2bRefactoring.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_Resource_Refactoring</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_Resource_Refactoring</guid>
      <pubDate>Thu, 30 Aug 2007 01:46:02 GMT</pubDate>
    </item>
  </channel>
</rss>