<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>ASP.net Developer's - New Articles</title>
    <description>The 25 most recent updates for the ASP.net Wiki</description>
    <link>http://wiki.asp.net/themes/iis/pages/updated-articles.aspx</link>
    <language>en-us</language>
    <copyright>Copyright © 2008 Microsoft Corporation. All Rights Reserved</copyright>
    <lastBuildDate>Thu, 05 Nov 2009 22:41:27 GMT</lastBuildDate>
    <docs>http://backend.userland.com/rss</docs>
    <generator>RSS.NET: http://www.rssdotnet.com/</generator>
    <item>
      <title>Custom Error messages using Global.asax and Membership model</title>
      <description>The article &lt;a href="http://wiki.asp.net/page.aspx/977/custom-error-messages-using-globalasax-and-membership-model/"&gt;Custom Error messages using Global.asax and Membership model&lt;/a&gt; was added by codehard on Thursday, November 05, 2009.&lt;br /&gt;&lt;br /&gt;Scenario: Using ASP.NET membership model to display custom error messages to General users of a website. Send an email to a Webmaster with all the details of such an exception. Also in development environment only detailed exceptions are to be displayed</description>
      <link>http://wiki.asp.net/page.aspx/977/custom-error-messages-using-globalasax-and-membership-model/</link>
      <author>codehard</author>
      <pubDate>Thu, 05 Nov 2009 22:41:27 GMT</pubDate>
    </item>
    <item>
      <title>Send email with smtp authentication using ASP.NET 3.5</title>
      <description>The article &lt;a href="http://wiki.asp.net/page.aspx/976/send-email-with-smtp-authentication/"&gt;Send email with smtp authentication using ASP.NET 3.5&lt;/a&gt; was added by arjit.malviya on Tuesday, November 03, 2009.&lt;br /&gt;&lt;br /&gt;Following Codes demonstrates how to send an email with SMTP Authentication using ASP.NET 3.5 using System.Net.Mail MailMessage msgMail = new MailMessage(); MailMessage myMessage = new MailMessage(); myMessage.From = new MailAddress(&amp;quot;sender&amp;#39;s</description>
      <link>http://wiki.asp.net/page.aspx/976/send-email-with-smtp-authentication/</link>
      <author>arjit.malviya</author>
      <pubDate>Tue, 03 Nov 2009 19:15:24 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET Session States in SQLServer for multiuser and loadbalancing solution</title>
      <description>The article &lt;a href="http://wiki.asp.net/page.aspx/968/aspnet-session-states-in-sqlserver-for-multiuser-and-loadbalancing-solution/"&gt;ASP.NET Session States in SQLServer for multiuser and loadbalancing solution&lt;/a&gt; was added by gmt_ashraf on Wednesday, November 04, 2009.&lt;br /&gt;&lt;br /&gt;This topic is for those who want to manage multi server websites and load balancing. Prerequisites: IIS 6.0 or higher .NET Framework 2.0, 3.5 VS 2008, 2005 ASP.NET 2.0 or higher How To in WinXP Professional? In SQL Server management consol Open filefrom</description>
      <link>http://wiki.asp.net/page.aspx/968/aspnet-session-states-in-sqlserver-for-multiuser-and-loadbalancing-solution/</link>
      <author>gmt_ashraf</author>
      <pubDate>Wed, 04 Nov 2009 18:21:39 GMT</pubDate>
    </item>
    <item>
      <title>Send Email With Attachments - VB.NET</title>
      <description>The article &lt;a href="http://wiki.asp.net/page.aspx/964/send-email-with-attachments---vbnet/"&gt;Send Email With Attachments - VB.NET&lt;/a&gt; was added by mbanavige on Tuesday, November 03, 2009.&lt;br /&gt;&lt;br /&gt;Imports System.Net.Mail Public Shared Function SendMail(ByVal MailFrom As String, ByVal MailTo As String, ByVal MailSubject As String, ByVal MailBody As String, Optional ByVal MailCC As String = &amp;quot;&amp;quot;, Optional ByVal MailBCC As String = &amp;quot;&amp;quot;</description>
      <link>http://wiki.asp.net/page.aspx/964/send-email-with-attachments---vbnet/</link>
      <category>Send EMail with Attachments</category>
      <author>mbanavige</author>
      <pubDate>Tue, 03 Nov 2009 19:16:51 GMT</pubDate>
    </item>
    <item>
      <title>Using ASP.NET MVC and OpenXML api to stream Excel files.</title>
      <description>The article &lt;a href="http://wiki.asp.net/page.aspx/940/using-aspnet-mvc-and-openxml-api-to-stream-excel-files/"&gt;Using ASP.NET MVC and OpenXML api to stream Excel files.&lt;/a&gt; was added by pcaloia on Saturday, September 26, 2009.&lt;br /&gt;&lt;br /&gt;I've been heads down for the last several weeks Scrumming and it has been a while since I've updated my blog so I figured if I was going to keep your interest I should give you something really useful. We've been transitioning from web forms to ASP.NET</description>
      <link>http://wiki.asp.net/page.aspx/940/using-aspnet-mvc-and-openxml-api-to-stream-excel-files/</link>
      <category>ASP.NET MVC Excel</category>
      <author>pcaloia</author>
      <pubDate>Sat, 26 Sep 2009 20:04:35 GMT</pubDate>
    </item>
    <item>
      <title>Adding rows dynamically to grid views by two ways..complete code</title>
      <description>The article &lt;a href="http://wiki.asp.net/page.aspx/928/adding-rows-dynamically-to-grid-views-by-two-wayscomplete-code/"&gt;Adding rows dynamically to grid views by two ways..complete code&lt;/a&gt; was added by narpal.sr on Wednesday, September 23, 2009.&lt;br /&gt;&lt;br /&gt;%@ Page Language=&amp;quot;C#&amp;quot; AutoEventWireup=&amp;quot;true&amp;quot; CodeFile=&amp;quot;AddingRow.aspx.cs&amp;quot; Inherits=&amp;quot;AddingRow_HiddenField_AddingRow&amp;quot; %&amp;gt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Transitional//EN&amp;quot; &amp;quot;http://www</description>
      <link>http://wiki.asp.net/page.aspx/928/adding-rows-dynamically-to-grid-views-by-two-wayscomplete-code/</link>
      <author>narpal.sr</author>
      <pubDate>Wed, 23 Sep 2009 19:32:23 GMT</pubDate>
    </item>
    <item>
      <title>Client and Server (Common) Validation Logic.</title>
      <description>The article &lt;a href="http://wiki.asp.net/page.aspx/925/client-and-server-common-validation-logic/"&gt;Client and Server (Common) Validation Logic.&lt;/a&gt; was added by nijhawan.saurabh on Wednesday, September 23, 2009.&lt;br /&gt;&lt;br /&gt;Client and Server (Common) Validation Logic The Logic for validating input commonly on server side and showing the response onclient side is based on XMLHttpRequest (Clientside) and XMLDocument (Server Side).In Steps:1. First the form is converted to</description>
      <link>http://wiki.asp.net/page.aspx/925/client-and-server-common-validation-logic/</link>
      <author>nijhawan.saurabh</author>
      <pubDate>Wed, 23 Sep 2009 19:28:14 GMT</pubDate>
    </item>
    <item>
      <title>Neater handling of exceptions</title>
      <description>The article &lt;a href="http://wiki.asp.net/page.aspx/917/neater-handling-of-exceptions/"&gt;Neater handling of exceptions&lt;/a&gt; was added by RoscoHead2 on Wednesday, September 09, 2009.&lt;br /&gt;&lt;br /&gt;ASP.net provides facilities in web.config for specifying error pages when an exception occurs, for example: system.web&amp;gt; customErrors mode=&amp;quot;RemoteOnly&amp;quot; defaultRedirect=&amp;quot;~/error-generic.aspx&amp;quot;&amp;gt; error statusCode=&amp;quot;403&amp;quot; redirect</description>
      <link>http://wiki.asp.net/page.aspx/917/neater-handling-of-exceptions/</link>
      <category>httpmodule exception logging</category>
      <author>RoscoHead2</author>
      <pubDate>Wed, 09 Sep 2009 09:02:42 GMT</pubDate>
    </item>
    <item>
      <title>Custom HTTP Module</title>
      <description>The article &lt;a href="http://wiki.asp.net/page.aspx/909/custom-http-module/"&gt;Custom HTTP Module&lt;/a&gt; was added by mbanavige on Sunday, September 13, 2009.&lt;br /&gt;&lt;br /&gt;Before starting have a look in the Web.config in the locationC:\Windows\Microsoft.NET\Framework\versionnumber\CONFIG\Web.configYou can see the existing HTTPModules in the frameworksystem.web&amp;gt; httpModules&amp;gt; add name=&amp;quot;OutputCache&amp;quot; type=&amp;quot;System</description>
      <link>http://wiki.asp.net/page.aspx/909/custom-http-module/</link>
      <category>ASP.NET</category>
      <category>HTTPModule</category>
      <author>mbanavige</author>
      <pubDate>Sun, 13 Sep 2009 10:16:26 GMT</pubDate>
    </item>
    <item>
      <title>Swaping GridView rows Up and Down</title>
      <description>The article &lt;a href="http://wiki.asp.net/page.aspx/905/swaping-gridview-rows-up-and-down/"&gt;Swaping GridView rows Up and Down&lt;/a&gt; was added by srinivaskotra on Sunday, August 23, 2009.&lt;br /&gt;&lt;br /&gt;In this article I am posting code about swapping GridView rows Up and Down using DataTables.Here is Aspx Code form id=&amp;quot;form1&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt; div&amp;gt; asp:Label ID=&amp;quot;Label1&amp;quot; runat=&amp;quot;server&amp;quot; ForeColor=&amp;quot;red&amp;quot;</description>
      <link>http://wiki.asp.net/page.aspx/905/swaping-gridview-rows-up-and-down/</link>
      <category>Swaping GridView Rows</category>
      <author>srinivaskotra</author>
      <pubDate>Sun, 23 Aug 2009 15:57:02 GMT</pubDate>
    </item>
    <item>
      <title>Export DataGrid to Excel</title>
      <description>The article &lt;a href="http://wiki.asp.net/page.aspx/900/export-datagrid-to-excel/"&gt;Export DataGrid to Excel&lt;/a&gt; was added by meetu choudhary on Sunday, August 23, 2009.&lt;br /&gt;&lt;br /&gt;In this Articlewe are going to read and understand how in a web application we can export a grid data in the excel file. As many times in real time programming we generate reports in the grid format to display to the user. For example 1 .The list of commodities</description>
      <link>http://wiki.asp.net/page.aspx/900/export-datagrid-to-excel/</link>
      <category>export to excel</category>
      <category> export</category>
      <category> export grid to excle</category>
      <category> export datagrid to excel</category>
      <author>meetu choudhary</author>
      <pubDate>Sun, 23 Aug 2009 14:33:32 GMT</pubDate>
    </item>
    <item>
      <title>Get Information of Programatically Created Asp.Net page Using BuildManager class</title>
      <description>The article &lt;a href="http://wiki.asp.net/page.aspx/894/get-information-of-programatically-created-aspnet-page-using-buildmanager-class/"&gt;Get Information of Programatically Created Asp.Net page Using BuildManager class&lt;/a&gt; was added by shakti singh tanwar on Wednesday, September 23, 2009.&lt;br /&gt;&lt;br /&gt;Few days back I came across a problem on asp.net site wherein a user wanted to get information about controls of a Page from a different page. Problem with this approach is that server loads the requested page in memory. So at one time you can be only</description>
      <link>http://wiki.asp.net/page.aspx/894/get-information-of-programatically-created-aspnet-page-using-buildmanager-class/</link>
      <author>shakti singh tanwar</author>
      <pubDate>Wed, 23 Sep 2009 19:26:50 GMT</pubDate>
    </item>
    <item>
      <title>Reading Meta Tags of Any Page Programatically without loading in browser</title>
      <description>The article &lt;a href="http://wiki.asp.net/page.aspx/893/reading-meta-tags-of-any-page-programatically-without-loading-in-browser/"&gt;Reading Meta Tags of Any Page Programatically without loading in browser&lt;/a&gt; was added by mbanavige on Sunday, September 13, 2009.&lt;br /&gt;&lt;br /&gt;In this article I will show you how to read meta tags programatically using C# and Asp.Net. How this article is different from other articles available on internet is that all the samples available on internet talks about reading and writing tags from</description>
      <link>http://wiki.asp.net/page.aspx/893/reading-meta-tags-of-any-page-programatically-without-loading-in-browser/</link>
      <category>C#</category>
      <category>asp.net</category>
      <category>Mets tags</category>
      <author>mbanavige</author>
      <pubDate>Sun, 13 Sep 2009 09:51:12 GMT</pubDate>
    </item>
    <item>
      <title>Reflection</title>
      <description>The article &lt;a href="http://wiki.asp.net/page.aspx/881/reflection/"&gt;Reflection&lt;/a&gt; was added by wildstrawberry on Saturday, September 05, 2009.&lt;br /&gt;&lt;br /&gt;Reflection is the ability of the .NET framework to gather information (metadata) about assemblies, modules and types at runtime. It allows you also to dynamically create instances of types, invoke methods and access fields, properties and attributes.</description>
      <link>http://wiki.asp.net/page.aspx/881/reflection/</link>
      <category>Reflection</category>
      <author>wildstrawberry</author>
      <pubDate>Sat, 05 Sep 2009 07:41:30 GMT</pubDate>
    </item>
    <item>
      <title>.NET Framework Essentials</title>
      <description>The article &lt;a href="http://wiki.asp.net/page.aspx/880/net-framework-essentials/"&gt;.NET Framework Essentials&lt;/a&gt; was added by mbanavige on Sunday, August 23, 2009.&lt;br /&gt;&lt;br /&gt;</description>
      <link>http://wiki.asp.net/page.aspx/880/net-framework-essentials/</link>
      <category>.NET Framework Essentials</category>
      <author>mbanavige</author>
      <pubDate>Sun, 23 Aug 2009 14:58:14 GMT</pubDate>
    </item>
    <item>
      <title>Repeater</title>
      <description>The article &lt;a href="http://wiki.asp.net/page.aspx/879/repeater/"&gt;Repeater&lt;/a&gt; was added by hajan on Tuesday, August 18, 2009.&lt;br /&gt;&lt;br /&gt;The Repeater control is the most lightweight Data Presentation control available in the ASP.NET framework and has been around since version 1.0.This control is used to display a repeated lists of items that are bound to the control.External Links:- ASP</description>
      <link>http://wiki.asp.net/page.aspx/879/repeater/</link>
      <category>Repeater</category>
      <category> Controls</category>
      <category> ASP.NET</category>
      <author>hajan</author>
      <pubDate>Tue, 18 Aug 2009 16:13:45 GMT</pubDate>
    </item>
    <item>
      <title>ASP Repeater Control and Export to Excel</title>
      <description>The article &lt;a href="http://wiki.asp.net/page.aspx/878/asp-repeater-control-and-export-to-excel/"&gt;ASP Repeater Control and Export to Excel&lt;/a&gt; was added by suthish nair on Saturday, August 08, 2009.&lt;br /&gt;&lt;br /&gt;ASP Repeater Control The Repeater control is used to display a repeated list of items that are bound to the control. The Repeater control may be bound to a database table, an XML file, or another list of items. There will be different better ways to implement</description>
      <link>http://wiki.asp.net/page.aspx/878/asp-repeater-control-and-export-to-excel/</link>
      <category>ASP Repeater Control and Export to Excel</category>
      <author>suthish nair</author>
      <pubDate>Sat, 08 Aug 2009 11:36:21 GMT</pubDate>
    </item>
    <item>
      <title>ICallbackEventHandler</title>
      <description>The article &lt;a href="http://wiki.asp.net/page.aspx/874/icallbackeventhandler/"&gt;ICallbackEventHandler&lt;/a&gt; was added by arunjacob4 on Wednesday, August 05, 2009.&lt;br /&gt;&lt;br /&gt;By using ICallbackEventHandler we can make asynchronous calls to server so that we can avoid post back of the web page.Firstly we have to implement the interface ICallbackEventHandler, public partial class _Default : System.Web.UI.Page, ICallbackEventHandlerthen</description>
      <link>http://wiki.asp.net/page.aspx/874/icallbackeventhandler/</link>
      <category>ASP.NET</category>
      <category>Javascript</category>
      <category>Asynchronous</category>
      <category>ICallbackEventHandler</category>
      <author>arunjacob4</author>
      <pubDate>Wed, 05 Aug 2009 14:17:35 GMT</pubDate>
    </item>
    <item>
      <title>Avoid Multiple Form Submits</title>
      <description>The article &lt;a href="http://wiki.asp.net/page.aspx/873/avoid-multiple-form-submits/"&gt;Avoid Multiple Form Submits&lt;/a&gt; was added by mbanavige on Thursday, August 06, 2009.&lt;br /&gt;&lt;br /&gt;Multiple form submits can resultdifficulties in web applications because of unexpected behaviors like multiple entries in database. Here is a solution to help you avoid multiple submits. If you are submitting the page only once then you can use,form onsubmit</description>
      <link>http://wiki.asp.net/page.aspx/873/avoid-multiple-form-submits/</link>
      <category>ASP.NET</category>
      <category>Javascript</category>
      <category>Multiple form submit</category>
      <author>mbanavige</author>
      <pubDate>Thu, 06 Aug 2009 21:29:02 GMT</pubDate>
    </item>
    <item>
      <title>JavaScript to prevent Browser BACK button click after SignOut</title>
      <description>The article &lt;a href="http://wiki.asp.net/page.aspx/870/javascript-to-prevent-browser-back-button-click-after-signout/"&gt;JavaScript to prevent Browser BACK button click after SignOut&lt;/a&gt; was added by hajan on Saturday, August 01, 2009.&lt;br /&gt;&lt;br /&gt;There are so many threads open related to this issue. After sign out when the user press BACK button on the browser, it gets him to the members page. Logicaly, it&amp;#39;s done on the client side and we cannot do much from the code-behind. So, in order to</description>
      <link>http://wiki.asp.net/page.aspx/870/javascript-to-prevent-browser-back-button-click-after-signout/</link>
      <category>javascript</category>
      <category> noBack</category>
      <category> security</category>
      <author>hajan</author>
      <pubDate>Sat, 01 Aug 2009 06:44:52 GMT</pubDate>
    </item>
    <item>
      <title>Writing RssHandler base on sql database...c#</title>
      <description>The article &lt;a href="http://wiki.asp.net/page.aspx/866/writing-rsshandler-base-on-sql-databasec/"&gt;Writing RssHandler base on sql database...c#&lt;/a&gt; was added by beast_b9 on Wednesday, September 23, 2009.&lt;br /&gt;&lt;br /&gt;%@ WebHandler Language=&amp;quot;C#&amp;quot; Class=&amp;quot;RssHandler&amp;quot; %&amp;gt;using System;using System.Web;using System.Data.Common;using System.Configuration;using System.Data;using System.Xml;public class RssHandler : IHttpHandler { bool IHttpHandler.IsReusable</description>
      <link>http://wiki.asp.net/page.aspx/866/writing-rsshandler-base-on-sql-databasec/</link>
      <category>RSS</category>
      <author>beast_b9</author>
      <pubDate>Wed, 23 Sep 2009 19:40:57 GMT</pubDate>
    </item>
    <item>
      <title>Extending the GridView control</title>
      <description>The article &lt;a href="http://wiki.asp.net/page.aspx/837/extending-the-gridview-control/"&gt;Extending the GridView control&lt;/a&gt; was added by hareshambaliya on Wednesday, July 01, 2009.&lt;br /&gt;&lt;br /&gt;Extending Grid View Control of ASP .NET If you want to modify some functionality of existing Grid View control of ASP .Net then you always have the option of extending the control. In this article I have extend the Grid View with custom field. To extend</description>
      <link>http://wiki.asp.net/page.aspx/837/extending-the-gridview-control/</link>
      <category>Extending Grid View</category>
      <category>help grid view</category>
      <category> extending control</category>
      <category> grid view</category>
      <category> asp .net</category>
      <author>hareshambaliya</author>
      <pubDate>Wed, 01 Jul 2009 05:31:13 GMT</pubDate>
    </item>
    <item>
      <title>Loading Excel data into a GridView</title>
      <description>The article &lt;a href="http://wiki.asp.net/page.aspx/825/loading-excel-data-into-a-gridview/"&gt;Loading Excel data into a GridView&lt;/a&gt; was added by cabhilash on Saturday, October 17, 2009.&lt;br /&gt;&lt;br /&gt;Hello All, Here I am posting code, which will read through a Excel Document. This code will traverse through all sheets of Excel spread sheet, No matter what name they will have. This uses OLEDB connection to read through excel sheets.using System.Data</description>
      <link>http://wiki.asp.net/page.aspx/825/loading-excel-data-into-a-gridview/</link>
      <author>cabhilash</author>
      <pubDate>Sat, 17 Oct 2009 15:26:18 GMT</pubDate>
    </item>
    <item>
      <title>RadioButtonList</title>
      <description>The article &lt;a href="http://wiki.asp.net/page.aspx/822/radiobuttonlist/"&gt;RadioButtonList&lt;/a&gt; was added by demugger on Thursday, June 11, 2009.&lt;br /&gt;&lt;br /&gt;A RadioButtonList can be used to select 1 option within several options. The item &amp;quot;Pizza with egg&amp;quot; is selected by default. asp:RadioButtonList ID=&amp;quot;RadioButtonList1&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt; asp:ListItemSelected=&amp;quot;True&amp;quot;&amp;gt;Pizza</description>
      <link>http://wiki.asp.net/page.aspx/822/radiobuttonlist/</link>
      <category>RadioButtonList set ListItem selected</category>
      <author>demugger</author>
      <pubDate>Thu, 11 Jun 2009 08:23:29 GMT</pubDate>
    </item>
    <item>
      <title>RowSpan with GridView</title>
      <description>The article &lt;a href="http://wiki.asp.net/page.aspx/815/rowspan-with-gridview/"&gt;RowSpan with GridView&lt;/a&gt; was added by mbanavige on Sunday, June 14, 2009.&lt;br /&gt;&lt;br /&gt;RowSpan and ColSpan can be used in HTML design if merging of columns or rows is needed within a table. RowSpancaneasily implemented in ASP.NET GridView or DataGrid web controls. In this Wiki article you will find a sample of how RowSpan can be used with</description>
      <link>http://wiki.asp.net/page.aspx/815/rowspan-with-gridview/</link>
      <category>rowspan gridview</category>
      <author>mbanavige</author>
      <pubDate>Sun, 14 Jun 2009 10:57:09 GMT</pubDate>
    </item>
  </channel>
</rss>