Consuming RSS feeds on your web site is an article which discusses about consuming RSS feeds. RSS feeds is simply a nested XML markup. The author in this article clearly demonstrates how DataSet object can be used to consume the RSS feed. This articl
Consuming the RSS Feed of Amazon using C# and ASP.NET is an article demonstrating the webmasters about how to extract the RSS Feed from the Amazon website and using XSLT how to change it to HTML format. After that it could be brought up in the webmas
.NET Anatomy: Creating Templated DataGrid Controls Using Visual Studio .NET : Part 1 is an article which shows the step-by-step process of creating templated controls. Datagrid control is a templated web server control which integrates with various c
Selecting Items With The DataGrid And DataList Controls is a tutorial through which you can know about selecting data in the datagrid and datalist controls. In this tutorial the author explains four methods to perform item selection with an example c
Summary Rows in DataGrid Controls is an article for the .NET programmers to create summary rows and add it to the datagrid controls. Summary rows are the group of records from the database table having a common key. This tutorial clearly explains how
Web Server Controls Templates is a tutorial in which the author discusses about the use of templates of the repeater, dataList and dataGrid controls. You can define header, footer, item and seperator templates for these controls which helps to increa
This is an useful article through which you can gather more information about the datalist control, datagrid control and repeater control. In this article the author clearly explains the advantages and disadvantages of these three controls. The three
This is an ASP.NET tutorial in which the author discusses about developing various custom controls based on the datagrid control. The author creates a sortablegrid control which manges sorting of data, pageablegrid control to perform paging operation
The Feed Reader Professional includes the following features: / - Reads news feeds / - Reads weather feeds / - Reads blog feeds / - Reads content feeds / - Reads industry feeds / - Reads affiliate program feeds / - Reads XML and RSS feeds / - Simple
How to do calculations in a datagrid is an article that shows you how to do calculations in a datagrid control. Datagrid control contains the data from the database table. You can calculate the average of the columns in the datagrid control and displ |