<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Latest ASP.NET and Web Articles</title>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/Default.aspx</link>
<description>Articles for ASP.NET, C#, VB.NET, MS SQL, LINQ, MS Access, Framework 2.0, 3.0, 3.5, etc.</description>
<ttl>30</ttl>
<item>
<title><![CDATA[LINQ Explained – Part 4]]></title>
<description><![CDATA[This is the fourth part of my on-going series on Language Integrated Query or LINQ. I have been away from this series for a while...]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=282e3b51-de87-4fd7-b45b-e47585dc53fe</link>
</item>
<item>
<title><![CDATA[Mobile Device Detection and Redirection]]></title>
<description><![CDATA[This article explains approaches for ASP.NET mobile development to determine if an HTTP request is coming from a mobile phone and then redirecting the request to a page optimized for a mobile browser.]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=83963437-b432-4c76-83d1-d018a4ee9cd3</link>
</item>
<item>
<title><![CDATA[ASP NET Horizontal Menu Control]]></title>
<description><![CDATA[A few weeks ago, I was working on an ASP.NET web application and need a simple horizontal menu with submenu. I decided to use ASP.NET Menu control, just drag and drop the control on to the page...]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=d1a1bc16-6c57-4aab-b7b5-25fbc48b532f</link>
</item>
<item>
<title><![CDATA[How to Fetching Data Using Ajax Get Method]]></title>
<description><![CDATA[In this article i explained how to retrieve data from server using ajax get method.]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=d51efcfc-ec41-4cb8-adac-685bb60a477a</link>
</item>
<item>
<title><![CDATA[How to Download a Image in server using AJAX.]]></title>
<description><![CDATA[In this article i explained how to download a image from server wihout page refresh using ajax.]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=0ea143a7-36e5-4dac-b6ad-2c4ae0fc1430</link>
</item>
<item>
<title><![CDATA[UnderStanding WCF Bindings]]></title>
<description><![CDATA[This article explains what are the binding's available in WCF.]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=cf54219f-0ec1-4c2c-a7f1-964501754c65</link>
</item>
<item>
<title><![CDATA[What is the Basic’s(ABC’s) of WCF]]></title>
<description><![CDATA[Article explains what are the basic's for WCF application]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=3101ad55-86a9-4e54-aea4-d44da17d8ab9</link>
</item>
<item>
<title><![CDATA[How to add silverlight application to webpage]]></title>
<description><![CDATA[Article explains how to add silverlight user controls to web page.]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=62ee0701-0529-493a-af61-cb90cba3d15f</link>
</item>
<item>
<title><![CDATA[How to accessing web services in silverlight application]]></title>
<description><![CDATA[Article explains how to accessing web services in silverlight application]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=7e605a40-ee5a-4de6-bc68-23c6ce396dad</link>
</item>
<item>
<title><![CDATA[How WCF Works]]></title>
<description><![CDATA[In this artcle,i explained how WCF works in asp.net flatform.]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=40914ff7-cac3-4798-a478-fab3b9c186cc</link>
</item>
<item>
<title><![CDATA[How to Update Datagrid Values to Database Using AJAX in Asp.Net 1.1]]></title>
<description><![CDATA[In this article, i am explained how to update datagrid row values to database without page referesh using AJAX.]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=a4e38743-a6a6-426b-bbb1-5a7faa46d4ed</link>
</item>
<item>
<title><![CDATA[How to Execute Server Side Method Using AJAX ]]></title>
<description><![CDATA[In this article,i am explained how to execute server methods using Page Methods in Ajax 2.0.]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=2193963d-d9ec-4e58-a8dc-bca948d01e15</link>
</item>
<item>
<title><![CDATA[How to Retrieve Data from Server using AJAX POST Method ]]></title>
<description><![CDATA[In this article, i am explained how to retrieve a values from server using Ajax Post Method.]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=632c4454-b3f1-457d-ac9d-bd32fb7bd705</link>
</item>
<item>
<title><![CDATA[How to Create Web Service Remote Calls Using Ajax: ]]></title>
<description><![CDATA[In this, i am talking about how to create web service remote calls using system.web.extensions assembly.]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=fb16487b-6ad5-4990-8d7d-74a71e10f48b</link>
</item>
<item>
<title><![CDATA[Adding rows dynamically to grid views by two ways..complete code]]></title>
<description><![CDATA[using System;
using System.Collections;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=59f9b8fa-729e-451f-8aa5-e3e96996062e</link>
</item>
<item>
<title><![CDATA[Loading Excel data into a GridView]]></title>
<description><![CDATA[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 r]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=a6eeee63-e527-4d7f-872a-57d462fce378</link>
</item>
<item>
<title><![CDATA[Writing RssHandler base on sql database...c#]]></title>
<description><![CDATA[&lt;%@ WebHandler Language=&quot;C#&quot; Class=&quot;RssHandler&quot; %&gt;

using System;
using System.Web;
using System.Data.Common;
using System.Configuration;
using System.Data;
using Syst]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=fd7f6e83-9331-4f75-a059-3f4e00b9d602</link>
</item>
<item>
<title><![CDATA[Using ASP.NET MVC and OpenXML api to stream Excel files]]></title>
<description><![CDATA[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 usefu]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=deda8fac-5210-47a0-88a4-67e7cde83756</link>
</item>
<item>
<title><![CDATA[Introduction to strongly Typed Data Sets]]></title>
<description><![CDATA[This article teaches how to create a strongly-typed dataset class library in your C# database applications.  Our objectives are as follows:

    * Learn what an strongly-Typed Data Set is
    * Let]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=f1a6b7a2-1a24-417e-bef7-98ab07ddcb34</link>
</item>
<item>
<title><![CDATA[OpenGL and C# - Part 1]]></title>
<description><![CDATA[I’m glad to be the first one writing about OpenGL at this site. What I want to show you in this article is that it is fairly easy to setup a form that is capable of showing 3D. We will accomplish this]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=d6e8ade2-c55f-4cf6-a521-e03970c3167f</link>
</item>
<item>
<title><![CDATA[How To: Creating Thumbnail Images]]></title>
<description><![CDATA[Web site image galleries can be an effective method of communicating with visitors.  Although images may enhance a site, you must still be aware of the penalties associated with slow download times.  ]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=4007cead-131b-4a47-bb3f-40e215b8dbb3</link>
</item>
<item>
<title><![CDATA[Iteration Methods]]></title>
<description><![CDATA[I’ve been implementing numerical libraries in .NET and have come to some conclusions about iteration performance. My classes have to hold a large amount of data and be able to iterate through that dat]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=26b4d276-7143-4dfe-8064-05186782859d</link>
</item>
<item>
<title><![CDATA[How to POP3 in C#]]></title>
<description><![CDATA[This is the second in a series of articles on Internet programming with Microsoft's new C# programming language. In the first article, I wrote a simple SMTP class. In this article, I'm going to write ]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=c3937f8d-8423-4038-8c2f-243f3f8f0c54</link>
</item>
<item>
<title><![CDATA[Events and Delegates]]></title>
<description><![CDATA[This article will deal with Event and delegates in C#. C# Open a new door by including the feature of Event Driven programming such as Events and Delegates. This article is part of the series that hel]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=d4fbc7a5-709d-4af9-9fba-07b2caf76ddd</link>
</item>
<item>
<title><![CDATA[How To: Starting Processes From C#]]></title>
<description><![CDATA[A C# program can launch another program using the Process class.  The Process class is part of the System.Diagnostics namespace.  You start another program by instantiating a Process object, setting m]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=58af7aea-42f0-458e-a728-acc4e877c232</link>
</item>
<item>
<title><![CDATA[How To: Reading and Writing Text Files]]></title>
<description><![CDATA[ Text files provide a common denominator format where both people and programs can read and understand. The .NET Framework includes convenience classes that make reading and writing text files very ea]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=046f348a-fc2d-4248-9b74-8d8e8a5198c3</link>
</item>
<item>
<title><![CDATA[Exception Handling in C#]]></title>
<description><![CDATA[In the absence of exceptions the classic way to handle errors is to intertwine your statements with error checks...]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=c22e8573-6b3a-4b4a-9845-3b85237d2e52</link>
</item>
<item>
<title><![CDATA[C# and the Web: Writing a Web Client Application with Managed Code in the Microsoft .NET Framework]]></title>
<description><![CDATA[When the author wanted to build a middleware Web client to connect to other applications over the Internet, he realized that the XMLHttpRequest COM object was not sufficient for his purposes. In order]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=a8bf213a-dc38-4a3b-b4b6-c43cadce15f3</link>
</item>
<item>
<title><![CDATA[Overview of the Object Class]]></title>
<description><![CDATA[The object class is the ultimate base class of every type. Because of its lofty position and significant influence on the code you write, you should have a good understanding of the object class and i]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=5c8bf4d5-01c4-4986-ada4-31873105ea95</link>
</item>
<item>
<title><![CDATA[A Programmers Overview of C#]]></title>
<description><![CDATA[The Common Language Infrastructure (CLI) is a specification submitted jointly by Microsoft, Intel, and Hewlett-Packard as an ECMA standard. The Common Language Runtime (CLR) is Microsoft's implementat]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=2f856173-ef89-4905-8cea-64a794a19f77</link>
</item>
<item>
<title><![CDATA[C# For Beginners]]></title>
<description><![CDATA[Microsoft. NET is one of the latest and new technologies introduced by Microsoft 
Corporation. Nowadays we use to connect to the internet using a computer and a remote computer responses via a web pa]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=b867046d-14ce-4d80-91b0-5dd63524a4c0</link>
</item>
<item>
<title><![CDATA[An Introduction to C#]]></title>
<description><![CDATA[C# (pronounced &quot;C sharp&quot;) is a new language designed by Microsoft to combine the power of C/C++ and the productivity of Visual Basic.   Initial language specifications also reveal obvious si]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=4f77d6eb-5f99-4b4d-9c50-2250cb988639</link>
</item>
<item>
<title><![CDATA[ASP.Net  using  C#....]]></title>
<description><![CDATA[It can be claimed without being far off the mark, that ASP.net is the prize-offering  in the DotNet platform. ASP.Net programs can bewritten in either C# or in VB.Net. However, it is better to use C#.]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=1e2bfd3c-4644-4a48-9cd0-cd6c2d480275</link>
</item>
<item>
<title><![CDATA[A* pathfinding search in C# - Part 1]]></title>
<description><![CDATA[Last Sunday after I got back from church I read Kirill Osenkov’s post Algorithms in C#: shortest path around a polygon (polyline routing). Kirill mentions Eric Lippert’s excellent series of posts titl]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=eada7136-e55c-49d0-8444-ab4bc71330b5</link>
</item>
<item>
<title><![CDATA[ASP.NET Chart with MVC and Google Spreadsheet API]]></title>
<description><![CDATA[BarcodeLib.com provides the leading barcode components for Java and ASP .NET developers.
For Java developers, you can use their Java barcode library, a high quality Java barcode generator generates h]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=4c55e855-43e1-405d-9f7a-2a5472a95329</link>
</item>
<item>
<title><![CDATA[Creating Excel spreadsheets .XLS and .XLSX in C#]]></title>
<description><![CDATA[Recently I had to implement some code to create an Excel spreadsheet/report using C#.

The task was: given an Excel spreadsheet template - a .XLS file (with formulas, pivot tables, macros, etc) I ha]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=b451f65c-5e82-4815-8ee6-867d91967de6</link>
</item>
<item>
<title><![CDATA[Papers | Resume | Translator | Email Regex matching and naming groups in C#]]></title>
<description><![CDATA[Let’s say you have a string and want to match individual groups of characters within that string. How would you do that? That’s the question I asked myself.
The following code is the outcome of some ]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=16528c7c-ca97-404f-bb6a-ba6ebf8cb916</link>
</item>
<item>
<title><![CDATA[Request Validation - Preventing Script Attacks]]></title>
<description><![CDATA[Request validation, a feature of ASP.NET since version 1.1, prevents the server from accepting content containing un-encoded HTML. This feature is designed to help prevent some script-injection attack]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=19788ff7-59c5-4bf5-bb28-229e845e2692</link>
</item>
<item>
<title><![CDATA[ASP.NET Tutorial]]></title>
<description><![CDATA[This is a free tutorial on ASP.NET and covers topics ranging the basic architecture of a ASP.NET Web application to the use of HTML tables and CSS]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=9e099bf9-6b82-4a8e-a217-31530e5e3a86</link>
</item>
<item>
<title><![CDATA[Http Handlers to handle Images]]></title>
<description><![CDATA[In this article i am going to create an http Handler which is used to resize my images and display it.
 HTTP handlers are the .NET components that implement the System.Web.IHttpHandler interface, the]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=5277c250-57e2-4a73-90e3-13246b6fef4b</link>
</item>
<item>
<title><![CDATA[Export DataGrid to Excel]]></title>
<description><![CDATA[In this Article we 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 ]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=622eb1bc-8433-4a4f-878e-d429ae8c61fe</link>
</item>
<item>
<title><![CDATA[Hosting ASP.NET Applications in Medium Trust ]]></title>
<description><![CDATA[ASP.NET allows for web hosting companies to define trust levels, which dictate what operations are permitted by ASP.NET applications. A web hosting company can either use one of the preset trust level]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=5221b367-0352-41cb-a9ef-70bf3135c740</link>
</item>
<item>
<title><![CDATA[Periodically Updating the Screen and Web Page Title with ASP.NET AJAX]]></title>
<description><![CDATA[Developers using Microsoft's ASP.NET AJAX framework can efficiently and interactively retrieve data from the web server using the ASP.NET AJAX client API, a bit of JavaScript, and Web services that su]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=a44a0398-ceb2-4d3f-8959-9117daa2d509</link>
</item>
<item>
<title><![CDATA[Disabling a User Interface Element During a Partial Page Postback]]></title>
<description><![CDATA[When using Microsoft's ASP.NET AJAX framework and an UpdatePanel whose ChildrenAsTriggers is set to True (the default), anytime a user interface element within the UpdatePanel would normally cause a f]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=0f670a55-8925-4b65-95a3-89766a7246b5</link>
</item>
<item>
<title><![CDATA[Creating an AJAX-Enabled Calendar Control]]></title>
<description><![CDATA[Go to any travel or event booking website and you'll find the same user interface for collecting date information: the Calendar. Providing such an interface in an ASP.NET application is a breeze, than]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=4fab8a50-6001-4010-a248-7519e11e0b2f</link>
</item>
<item>
<title><![CDATA[Building Interactive User Interfaces with Microsoft ASP.NET AJAX]]></title>
<description><![CDATA[Building Interactive User Interfaces with Microsoft ASP.NET AJAX: AJAX Basics and Getting Started with Microsoft's ASP.NET AJAX Framework]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=9e2e6d6e-1bc5-4f31-a667-37d5d823f725</link>
</item>
<item>
<title><![CDATA[An Introduction to AJAX and Atlas with ASP.NET 2.0]]></title>
<description><![CDATA[Introduction to the concepts of AJAX and Microsoft's Atlas framework as it applies to ASP.NET. Simple examples, which demonstrate the basic concepts learned in the introduction, Atlas to add AJAX-type]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=61e9216c-ea29-4a07-8d71-fdd57912ba5b</link>
</item>
<item>
<title><![CDATA[NFileStorage; quick and easy handling of multiple files and images]]></title>
<description><![CDATA[NFileStorage is a project (100% managed C# code) that enables software developers to easily handle large amounts of data (pictures or files in most cases) in your project without using a database and ]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=47c9579f-a4d4-4db8-936b-e0910611cecc</link>
</item>
<item>
<title><![CDATA[Flash CS4 Tutorial]]></title>
<description><![CDATA[In this Flash CS4 tutorial you will learn the basics of Flash CS4 animation. You will familiarize yourself with the Flash CS4 workspace and learn how to use the various tools in order to create a Flas]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=403a17b0-a52a-4d5e-929d-dc51dec79951</link>
</item>
<item>
<title><![CDATA[Dreamweaver CS4 Tutorial]]></title>
<description><![CDATA[ In this Dreamweaver CS4 Tutorial you will learn how to create a basic website using Dreamweaver CS4. You will learn how to Define a site, Create a template, Design your template page, Design your css]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=fce4daeb-5e28-4587-a085-c73c959eef8d</link>
</item>
<item>
<title><![CDATA[Fireworks CS4 Tutorial]]></title>
<description><![CDATA[This Adobe Fireworks CS4 Tutorial will help you familiarize yourself with this image editing software and help you create a layout for a website.]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=686da1d4-00e9-42a8-8668-b96838fdf6a1</link>
</item>
<item>
<title><![CDATA[osCommerce Tutorial]]></title>
<description><![CDATA[In these osCommerce tutorials you will learn to install, configure and manange your osCommerce driven online store.]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=13580547-d254-47f3-87b9-af2423964548</link>
</item>
<item>
<title><![CDATA[Drupal Tutorials.]]></title>
<description><![CDATA[In this Drupal Tutorials you will learn how to Install Drupal upto configure,  maintaining and manage your Drupal site, set up your own stores,  managing users and changing your password in Drupal.]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=30386c85-c7f5-4510-b385-ab938281dccd</link>
</item>
<item>
<title><![CDATA[WordPress Tutorials]]></title>
<description><![CDATA[In this WordPress Tutorials you will learn how to Install WordPress right upto configuring, managing Categories, write a post, comments, manage pages and plugins and editing your profile to changing y]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=e9a5792b-2d62-4e03-8c87-b8af6cd1db1d</link>
</item>
<item>
<title><![CDATA[Categories of classes in the System.Security.Cryptography Namespace]]></title>
<description><![CDATA[Table for categories of Security Classes in the System.Security.Cryptography Namespace.]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=ec5a0db7-c92d-4976-a617-c41c78846780</link>
</item>
<item>
<title><![CDATA[Delayed Loading of Page Parts]]></title>
<description><![CDATA[I've recently had the following issues: I wanted to add 14 DataSources/GridViews (Each of them connects to different database) on a single page. In this article I show how I solve my issue :)]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=9f44bf81-cb83-4da9-9f47-7f0e29a6f9b5</link>
</item>
<item>
<title><![CDATA[Securing ASP.NET Applications ]]></title>
<description><![CDATA[The movie “Hackers” (1995) was spot-on (in being ridiculous.) But security issues with web applications are very real to the companies who have to face the fall-out from the compromise of their custom]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=3573db8b-5f3f-44a4-bc55-97850e6b056b</link>
</item>
<item>
<title><![CDATA[Cleaner, Faster Ajax in ASP.NET ]]></title>
<description><![CDATA[Many web application firms spend substantial time and effort doing market research, analyzing requirements and coming up with sophisticated ways to provide their users with more value than their compe]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=c0ae9034-aa3d-49d0-af05-71bf86f25cca</link>
</item>
<item>
<title><![CDATA[Using MySql in ASP.NET project, cofiguring, exaples with SqlDataSource, GridView, etc]]></title>
<description><![CDATA[Using MySql database in ASP.NET project is really easy. I spend few days trying to create ASP.NET site that uses MySql DataBase and in this tutorial I'll try to explain all points for that, also how t]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=218ba019-3c27-41a4-a5b9-60d08772a610</link>
</item>
<item>
<title><![CDATA[Enhancing Database Performance with Queued Processing ]]></title>
<description><![CDATA[Behind any data-driven web application is a database in some form or another, making database performance critical for any growing application.   Queued processing can substantially increase the perfo]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=de5e6487-59bd-44e1-839d-55fded37522b</link>
</item>
<item>
<title><![CDATA[Database Scale-Out Strategies for Web Apps]]></title>
<description><![CDATA[Scaling web applications and databases can be quite complex depending on the requirements but the good news is that for the majority of web applications, it can be done with little impact on a project]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=02cf085e-98c5-4e6c-9b12-566e73e21453</link>
</item>
<item>
<title><![CDATA[Constructing Web Interfaces on the Fly ]]></title>
<description><![CDATA[Web applications are dynamic- many requiring unique content and interfaces for each user. There are a myriad of ways to take user content out of a database and present it in a browser. This article fo]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=519dd33b-25a2-439a-84a9-df13a98739e3</link>
</item>
<item>
<title><![CDATA[Securing ASP.NET Applications]]></title>
<description><![CDATA[The movie "Hackers" (1995) was spot-on (in being ridiculous.) But security issues with web applications are very real to the companies who have to face the fall-out from the compromise of their custom]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=c2cdda17-37b1-4a4b-9da1-407814cdbf02</link>
</item>
<item>
<title><![CDATA[Try Catch vs. Using]]></title>
<description><![CDATA[Maybe, you wonder which is better choice: "try/catch" or "using" ?]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=a3eb95c0-571e-4c86-af55-5bf68aba7c63</link>
</item>
<item>
<title><![CDATA[ASP.NET 2.0 does not clear Session on Logout ]]></title>
<description><![CDATA[Web application log out process does not clear Session properly]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=ea42e98c-fc9d-4014-8e90-295eaacebbb2</link>
</item>
<item>
<title><![CDATA[ASP.NET Session State and Modes ]]></title>
<description><![CDATA[A feature for temporarily storing data associated with a browser session. Session state can be stored outside the process space of a session state client. The ASP.NET State Server is the default imple]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=278409fc-b2c1-43a3-8a6a-34a4a48a14d0</link>
</item>
<item>
<title><![CDATA[Making server side decision based on client side JavaScript ]]></title>
<description><![CDATA[Many of you might have come across the situation where you need to making server side discussion based on client side JavaScript confirm message value. Though this may sound very basic feature, surpri]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=e77c6b63-56ff-4c59-91ea-db389163d350</link>
</item>
<item>
<title><![CDATA[Cross-Site Scripting in ASP.NET]]></title>
<description><![CDATA[Cross-site scripting attacks exploit vulnerabilities in Web page validation by injecting client-side script code. The script code embeds itself in response data, which is sent back to an unsuspecting ]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=3f0fc2a1-dcde-4e51-a9f6-345fca55a1d5</link>
</item>
<item>
<title><![CDATA[Facebook application development in ASP.NET]]></title>
<description><![CDATA[Article and VS.NET Starter Kit for developing Facebook applications.]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=50718f37-3265-4ad9-86e2-c5576c36d132</link>
</item>
<item>
<title><![CDATA[6 basic steps of how to create a WebPart in SharePoint]]></title>
<description><![CDATA[This is beginners tutorial of how to deploy a WebPart in SharePoint. It is a 6 step procedure and this tutorial will walk through the same. In case you are fresher to SharePoint you can read my FAQ ar]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=9cc5c007-9c95-46bb-aa11-66447e51afbc</link>
</item>
<item>
<title><![CDATA[(WPF) Windows Presentation Foundation FAQ]]></title>
<description><![CDATA[In this section we will make a quick walkthrough of WPF which will help you understand WPF instantly. ]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=7885cbd9-5f52-4411-8723-a2c5a131f9b6</link>
</item>
<item>
<title><![CDATA[Easy way to Dispaly a Word Document in Web Page]]></title>
<description><![CDATA[an easy way to display a word document's content in web page]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=009f46bd-8771-44db-80c7-aa33970c25eb</link>
</item>
<item>
<title><![CDATA[IdealProgrammer.com - 300 Hours of Free .NET Video Tutorials]]></title>
<description><![CDATA[Organized Library of 300 hours of free video tutorials on .NET from Microsoft's finest.  Watch videos on TV, DVD player, or computer.  Surround yourself with ideal instructors and become more like the]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=dfeaf67e-7b02-4b58-8068-2bdbb711cccc</link>
</item>
<item>
<title><![CDATA[Learning Dojo - Layout]]></title>
<description><![CDATA[The Layout Dijit organizes the content, be it other Dijits or plain HTML. This chapter shows a number of examples from simplifying layout in general with 'CSS-less' layout managers, to dynamic loading]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=818cd7ab-4844-4654-a77a-fcffb87cd721</link>
</item>
<item>
<title><![CDATA[Software Architecture Interview Questions Part 1 - Design Pattern]]></title>
<description><![CDATA[Please do not think you get an architecture position by reading interview questions. But yes there should be some kind of reference which will help you quickly revise what are the definition. Just by ]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=754adb1c-68dd-4db3-9cd9-e3db4199a1a6</link>
</item>
<item>
<title><![CDATA[Create Yes-No Voting Control]]></title>
<description><![CDATA[in this article we'll describe all issues when creating such control]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=55ebd570-660c-46e4-843d-697f43c9183f</link>
</item>
<item>
<title><![CDATA[ASP.NET Tutorial - with ASP.NET 2.0 by W3 Schools]]></title>
<description><![CDATA[ASP.NET is the latest version of Microsoft's Active Server Pages technology (ASP).  ASP.NET is a part of the Microsoft .NET framework, and a powerful tool for creating dynamic and interactive web page]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=d0ff99e7-3f5b-44b6-b440-ab4f0a333803</link>
</item>
<item>
<title><![CDATA[ADO Tutorial by W3 Schools]]></title>
<description><![CDATA[In our ADO tutorial you will learn about ADO, and how to use ADO to access databases from your Web.]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=30519716-657f-4397-9c39-1a499ab361ce</link>
</item>
<item>
<title><![CDATA[SQL Tutorial by W3 Schools]]></title>
<description><![CDATA[SQL stands for Structured Query Language.  SQL is a standard language for accessing and manipulating databases.  In this tutorial you will learn how to use SQL to access and manipulate data in MySQL, ]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=52e82345-1ee8-4ad9-92e8-0ee2c2e3eee5</link>
</item>
<item>
<title><![CDATA[E4X Tutorial by W3 Schools]]></title>
<description><![CDATA[E4X is a new extension to JavaScript  E4X adds direct support for XML to JavaScript  E4X is an official JavaScript standard]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=570ad838-ea84-4c3a-b335-bbf87e534d1f</link>
</item>
<item>
<title><![CDATA[AJAX Tutorial by W3 Schools]]></title>
<description><![CDATA[AJAX stands for Asynchronous JavaScript And XML. AJAX is a type of programming made popular in 2005 by Google (with Google Suggest). AJAX is not a new programming language, but a new way to use existi]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=94eeff01-67f7-41ef-a2f0-641ed6fe5fd2</link>
</item>
<item>
<title><![CDATA[DHTML Tutorial by W3 Schools]]></title>
<description><![CDATA[DHTML is NOT a language. DHTML is a TERM describing the art of making dynamic and interactive web pages. DHTML combines HTML, JavaScript, DOM, and CSS.]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=ba03127f-0e54-4b4b-8534-cc6100c556ed</link>
</item>
<item>
<title><![CDATA[HTML DOM Tutorial by W3 Schools]]></title>
<description><![CDATA[The HTML Document Object Model (HTML DOM) defines a standard way for accessing and manipulating HTML documents.  The DOM presents an HTML document as a tree-structure (a node tree), with elements, att]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=ca375f99-e5f0-4170-b068-6d9ced07a3e7</link>
</item>
<item>
<title><![CDATA[JavaScript Tutorial by W3 Schools]]></title>
<description><![CDATA[JavaScript is THE scripting language of the Web.  JavaScript is used in millions of Web pages to add functionality, validate forms, detect browsers, and much more.  JavaScript is easy to learn! You wi]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=ea9ec8b9-27de-4777-a8ea-aa6a265a3a03</link>
</item>
<item>
<title><![CDATA[Web Services Tutorial by W3 Schools]]></title>
<description><![CDATA[Web Services can convert your applications into Web-applications. By using Web services, your application can publish its function or message to the rest of the world.  Web Services can be used by oth]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=49d72eaa-1f15-4f68-8d30-521351a1bcad</link>
</item>
<item>
<title><![CDATA[RSS Tutorial by W3 Schools]]></title>
<description><![CDATA[With RSS you can choose to view the news you want, the news that interest you and are relevant to your work. With RSS you can (finally) separate wanted information from unwanted information (spam)! Wi]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=bef9d5bb-bc60-4094-b086-38c223672736</link>
</item>
<item>
<title><![CDATA[RDF Tutorial by W3 Schools]]></title>
<description><![CDATA[The Resource Description Framework (RDF) is a W3C standard for describing resources on the Web.  RDF is a framework for describing Web resources, such as the title, author, modification date, content,]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=ee1fe45c-b751-43e9-bf97-2c2ba763ea00</link>
</item>
<item>
<title><![CDATA[WSDL Tutorial by W3 Schools]]></title>
<description><![CDATA[WSDL (Web Services Description Language) is an XML-based language for describing Web services and how to access them.]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=cd731b1e-dd67-448a-95b6-1f3f18222dc4</link>
</item>
<item>
<title><![CDATA[SOAP Tutorial by W3 Schools]]></title>
<description><![CDATA[SOAP is a simple XML-based protocol to let applications exchange information over HTTP.  In our SOAP tutorial, you will learn what SOAP is, and how it uses XML to exchange information between applicat]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=c9610adf-730e-40a4-88c0-276f967c3019</link>
</item>
<item>
<title><![CDATA[XForms Tutorial by W3 Schools]]></title>
<description><![CDATA[XForms is the next generation of HTML forms.  In our XForms tutorial you will learn how to start using XForms in your applications.]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=0be7728b-00a7-4ade-8586-56586f4aaa12</link>
</item>
<item>
<title><![CDATA[XML Schema Tutorial by W3 Schools]]></title>
<description><![CDATA[XML Schema is an XML-based alternative to DTDs.  An XML Schema describes the structure of an XML document.  The XML Schema language is also referred to as XML Schema Definition (XSD).  In this tutoria]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=66436f00-f6f8-429c-9f1e-3b621a6303ed</link>
</item>
<item>
<title><![CDATA[XLink and XPointer Tutorial by W3 Schools]]></title>
<description><![CDATA[Linking in XML is divided into two parts: XLink and XPointer.  XLink defines a standard way of creating hyperlinks in XML documents.  XPointer allows the hyperlinks to point to more specific parts (fr]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=43a05853-836e-4ae5-ad85-f8ed94f3db0e</link>
</item>
<item>
<title><![CDATA[XQuery Tutorial by W3 Schools]]></title>
<description><![CDATA[The best way to explain XQuery is to say that XQuery is to XML what SQL is to database tables.  XQuery was designed to query XML data.  XQuery is also known as XML Query.]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=3553f5da-f367-4640-9beb-7296d50f9a6c</link>
</item>
<item>
<title><![CDATA[XPath Tutorial by W3 Schools]]></title>
<description><![CDATA[XPath is a language for finding information in an XML document. XPath is used to navigate through elements and attributes in an XML document.  XPath is a major element in the W3C's XSLT standard - and]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=9ebd50f5-b111-4ae1-bb0d-403abdc09502</link>
</item>
<item>
<title><![CDATA[XSL-FO Tutorial by W3 Schools]]></title>
<description><![CDATA[In our XSL-FO tutorial you will learn what XSL-FO is.  You will learn how to use XSL-FO to format your XML documents for output.]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=d1d0d540-0fcf-44f0-abd6-e7d9ca0e10b8</link>
</item>
<item>
<title><![CDATA[XSLT Tutorial by W3 Schools]]></title>
<description><![CDATA[XSL stands for EXtensible Stylesheet Language.  The World Wide Web Consortium (W3C) started to develop XSL because there was a need for an XML-based style sheet language.  XSLT stands for XSL Transfor]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=61a585bb-fb40-4a94-a978-12169cfa413c</link>
</item>
<item>
<title><![CDATA[XML DOM Tutorial by W3 Schools]]></title>
<description><![CDATA[The XML DOM (Document Object Model) defines a standard way for accessing and manipulating XML documents.  The DOM presents an XML document as a tree structure, with elements, attributes, and text as n]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=c5b9ae8c-2de2-4f14-a566-e300b7371f48</link>
</item>
<item>
<title><![CDATA[Learn DTD by W3 Schools]]></title>
<description><![CDATA[The purpose of a DTD (Document Type Definition) is to define the legal building blocks of an XML document.  DTD defines the document structure with a list of legal elements and attributes.]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=b00150cf-55c3-47a7-9172-26eb5ef57a29</link>
</item>
<item>
<title><![CDATA[Learn XML by W3 Schools]]></title>
<description><![CDATA[XML stands for EXtensible Markup Language. XML was designed to transport and store data. In this tutorial you will learn about XML, and the difference between XML and HTML. XML is important to know, a]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=eec44566-ff6e-4e94-9063-2284faad4934</link>
</item>
<item>
<title><![CDATA[Learn CSS by W3 Schools]]></title>
<description><![CDATA[*CSS Tutorial (Save a lot of work with CSS! In our CSS tutorial you will learn how to use CSS to control the style and layout of multiple Web pages all at once.) *CSS Examples (Learn by 150 examples! ]]></description>
<link>http://www.aspnetsource.com/articlescatalog.ashxarticles/ArticleInfo.aspx?aid=51300b6a-648f-4eb3-a18c-5ef8bd30c215</link>
</item>
</channel>
</rss>
