Increase your ASP.NET application performance by following these top 20 tips
Read more »20 Tips to Improve ASP.net Application Performance

Category: ASP.NET Tags:

Google Analytics Reader for .NET
Create a Google Analytics Reader for .NET. You will need to find the Analytics account you want to request the report for.
Read more »
Category: ASP.NET Tags:

Executing Server-side Code from JavaScript
A hack that lets you execute Server-side Code from JavaScript
Read more »
Category: ASP.NET Tags:

Create a .NET Blog that is Visitor and SEO Friendly - 3 part series
Good tutorial. A 3 part series describing how to create visitor and SEO friendly blogs, especially for .NET developers.
Read more »Category: ASP.NET Tags:

The name 'Session' does not exist in the current context
This error normally occurs when you are trying to access the value of a session variable such as Session["UserID"] and you're not doing that from a webform, usercontrol or a class that inherits from System.Web.UI. Read on..
Read more »
ASP.NET Viewstate and ControlState
This article gives a brief introduction on ViewState and Control State in ASP.NET, and also focuses on some of the tricky issues with both.
Read more »Category: ASP.NET Tags:

C# DataGridView control with custom collection in Windows Forms
Windows DataGridView control in .NET 2.0 and above supercedes the old DataGrid control. The DataGridView control provides many basic and advanced features that are missing in the DataGrid control. Also, it is easier to to extend and customize the DataGridView control than the DataGrid control.
Read more »Category: ASP.NET Tags:

Auto Refresh data using AJAX in ASP.NET
In this article, I am discussing how we can refresh data on an ASP.NET data representation control. i.e data representation cotrol automatically refreshes after a certain interval using AJAX UpdatePanel and other controls. I am using Ajax controls and using SQL server 2005 database and repeater control.
Read more »Category: ASP.NET Tags:

ASP.NET TreeView CheckBoxes Check All – JavaScript
I posted this article originally in March 2006 when the ASP.NET 2.0 TreeView had just been released. This article has received tremendous response (35000 views for this particular post) and also many recommendations / suggestions / corrections as comments.
Read more »Category: ASP.NET Tags:

Custom event and event args in c#
This article helps the beginners to understand how to define events and how to create custom EventRrgs to pass event specific data that may be required somewhere.
Read more »Category: ASP.NET Tags:

