﻿<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xsl" href="rss.xsl"?><rss version="2.0"><channel><title>AspdotnetCodes.com Articles</title><link>http://www.aspdotnetcodes.com/</link><description>Collection of latest and useful Asp.Net articles and tutorials for basic, intermediate and advanced Web Developers with real time samples and free source codes.</description><copyright>Copyright 2008. All rights reserved.</copyright><item><title>Dynamic Thumbnail Images Creation in Asp.Net</title><description>This article explains the two best ways to create thumbnail images dynamically in Asp.Net. </description><link>http://www.aspdotnetcodes.com/Asp.Net_Dynamic_Thumbnail_Creation.aspx</link><pubDate>2008-07-04T09:55:22.0000000-05:00</pubDate></item><item><title>Transfer Data from Source to Destination Table Without Insert Query</title><description>This article explains the methods of transferring large data from any data source to SQL Server database using Asp.Net 2.0’s SqlBulkCopy class. </description><link>http://www.aspdotnetcodes.com/SqlbulkCopy_Data_Transfer.aspx</link><pubDate>2008-06-09T07:12:59.0000000-05:00</pubDate></item><item><title>Dynamic Paging For DataList Control with PagedDataSource</title><description>This article explains the concept of displaying multiple pages of records in a DataList control with a dynamic paging technique using PagedDataSource. Effective Paging Technique and Easy to implement.</description><link>http://www.aspdotnetcodes.com/DataList_Dynamic_Paging_PagedDataSource.aspx</link><pubDate>2008-05-31T09:40:58.0000000-05:00</pubDate></item><item><title>Integrating Asp.Net Validation Controls with GridView at run-time</title><description>This article explains the concept of integrating Asp.Net Validation Controls with the GridView control dynamically (at run-time).</description><link>http://www.aspdotnetcodes.com/GridView_Dynamic_Validation.aspx</link><pubDate>2007-12-21T09:40:53.0000000-06:00</pubDate></item><item><title>DataTableReader in ADO.NET 2.0</title><description>This article explores the concept of using DataTableReader instead of SqlDataReader and DataTable, also explains the methods of creating, reading and using the DataTableReader in the web applications.</description><link>http://www.aspdotnetcodes.com/Ado.Net_DataTableReader.aspx</link><pubDate>2007-10-26T10:10:02.0000000-05:00</pubDate></item><item><title>Parent-Child Data Manipulations with GridView and DetailsView control</title><description>This article explains the concepts of parent-child data manipulations with the Asp.Net data-bound controls. This is achieved by joining the Asp.Net GridView control and DetailsView controls.</description><link>http://www.aspdotnetcodes.com/Parent_Child_GridView_DetailsView.aspx</link><pubDate>2007-10-17T02:22:50.0000000-05:00</pubDate></item><item><title>AutoComplete Textbox with Additional Parameters From Database</title><description>This article explains the concept of the Ajax AutoComplete Textbox to fetch data from the database with additional parameter.</description><link>http://www.aspdotnetcodes.com/AutoComplete_Textbox_Addtional_Parameters.aspx</link><pubDate>2007-07-23T23:16:01.0000000-05:00</pubDate></item><item><title>Ajax ModalPopup Extender in Asp.Net GridView Control</title><description>This article helps you more to explore the ModalPopup Extender integrated with Asp.Net GridView control.</description><link>http://www.aspdotnetcodes.com/Ajax_ModalPopup_PostBack_GridView.aspx</link><pubDate>2007-07-18T17:16:14.0000000-05:00</pubDate></item><item><title>Simple Insert, Select, Edit, Update and Delete in Asp.Net GridView control</title><description>This article explains the methods of binding Asp.Net GridView control with simple DataSet or DataTable, and also explains the methods like Insert, Edit, Update and Delete function in the GridView.</description><link>http://www.aspdotnetcodes.com/GridView_Insert_Edit_Update_Delete.aspx</link><pubDate>2007-07-12T11:24:12.0000000-05:00</pubDate></item><item><title>JavaScript Page Processor in Asp.Net</title><description>This article explains the way to implement Page Processing system to an Asp.Net page with the help of JavaScript.</description><link>http://www.aspdotnetcodes.com/Asp.Net_JavaScript_Page_Processing.aspx</link><pubDate>2007-07-09T10:56:30.0000000-05:00</pubDate></item><item><title>Create RSS Feeds to your website and Display it in browser friendly design</title><description>This article explains the concept of creating RSS feeds to the dynamically updating and releasing contents in any Asp.Net website and display it in a browser friendly design with the help of XSLT.</description><link>http://www.aspdotnetcodes.com/Create_Rss_Feeds_Display.aspx</link><pubDate>2007-07-07T11:35:49.0000000-05:00</pubDate></item><item><title>Inserting Images into Database and Display it in GridView through Handler.ashx</title><description>This article explicate the method of inserting images and pictures into SQL Server database table and display it in an Asp.Net GridView control with the help of Handler.aspx.</description><link>http://www.aspdotnetcodes.com/Insert_Images_Database.aspx</link><pubDate>2007-07-05T11:31:47.0000000-05:00</pubDate></item><item><title>Asp.Net AdRotator control with Database Integration</title><description>This article explains the concept of Asp.Net AdRotator control fetching ad information from the database and rotates the ads on certain time interval. </description><link>http://www.aspdotnetcodes.com/Asp.Net_AdRotator_Database.aspx</link><pubDate>2007-06-30T12:11:33.0000000-05:00</pubDate></item><item><title>Asp.Net GridView Control with Multiple Filters</title><description>This article explains the methodology of implementing multiple filters in an Ajax based Asp.Net GridView control. The main point to note down in this article is to filter the data within the GridView </description><link>http://www.aspdotnetcodes.com/Asp.Net_GridView_Filter.aspx</link><pubDate>2007-06-29T10:18:56.0000000-05:00</pubDate></item><item><title>Transforming XML through XSLT with Asp.Net XML Control</title><description>This article makes clear the concept of transforming XML Document through a well-defined XSLT incorporated with Asp.Net XML Control.</description><link>http://www.aspdotnetcodes.com/Asp.Net_XML_Control_XSLT.aspx</link><pubDate>2007-06-26T11:30:33.0000000-05:00</pubDate></item><item><title>Asp.Net Menu Control Binding with XMLDataSource</title><description>This article explains the concept of building dynamic navigation control in web applications using Asp.Net Menu Control binding with XMLDataSource.</description><link>http://www.aspdotnetcodes.com/Asp.Net_Menu_Control_XmlDataSource.aspx</link><pubDate>2007-06-21T12:07:55.0000000-05:00</pubDate></item><item><title>Asp.Net Ajax HoverMenu Control On GridView with Database Manipulations </title><description>This article explains the concept of associating the Asp.Net Ajax HoverMenu Control with GridView and to manipulate the records in database with the help of HoverMenu.</description><link>http://www.aspdotnetcodes.com/Asp.Net_Ajax_HoverMenu.aspx</link><pubDate>2007-06-20T11:59:20.0000000-05:00</pubDate></item><item><title>ModalPopup Extender with PostBack and Set Focus</title><description>This article explains the usage Ajax ModalPopup Extender with Postback functionality and setting the focus on it.</description><link>http://www.aspdotnetcodes.com/ModalPopup_Postback.aspx</link><pubDate>2007-06-12T10:06:08.0000000-05:00</pubDate></item><item><title>MaskedEdit Extender with Date</title><description>This article explain how to use MaskedEdit Extender to validate Date fields.</description><link>http://www.aspdotnetcodes.com/Date_MaskedEdit.aspx</link><pubDate>2007-06-12T06:48:09.0000000-05:00</pubDate></item><item><title>Sending Emails with Dynamic Content</title><description>This article explains in details the easy way to send emails with dynamic contents through asp.net.</description><link>http://www.aspdotnetcodes.com/Send_Email_Dynamic_Content.aspx</link><pubDate>2007-06-12T00:37:58.0000000-05:00</pubDate></item><item><title>AutoComplete From Database</title><description>This article explains how to use AutoComplete Extender to bind with Database using Web Service.</description><link>http://www.aspdotnetcodes.com/AutoComplete_From_Database.aspx</link><pubDate>2007-06-11T10:54:58.0000000-05:00</pubDate></item></channel></rss>