Latest Articles
|
|
|
|
Url Rewriting Using RewritePath
|
|
For the past couple of days I have been really busy setting up www.RefactorCode.com. For any new website to be picked up by the search engines the URLs must be descriptive and well formed. In this article I will explain how to create friendly looking URL’s using the RewritePath method of the .NET framework.
|
|
|
Creating Bar Chart Using .NET Graphics API
|
|
Some time back an article was published on the GridViewGuy which demonstrated how to draw graphs/charts using the WebChart control. You can view the article here. In this article we are going to use the .NET graphics API to create a bar graph.
|
|
|
|
|
Getting Started with the ListView Control
|
|
Do you remember the good old days of classic ASP when you had to create the HTML table by hand? Later ASP.NET 1.X introduced the Datagrid control which made our job much easier. Few years ago ASP.NET 2.0 was released and a new GridView control took over the classic Datagrid control. GridView ruled for few years but now there is a new grid in town which is ListView control. In this article we will learn how to display data in the ListView control.
|
|
|
|