1

20 Tips to Improve ASP.net Application Performance

http://www.realsoftwaredevelopment.com

Increase your ASP.NET application performance by following these top 20 tips

Read more »
csharp_geek's picture
Created by csharp_geek 14 weeks 3 days ago – Made popular 14 weeks 3 days ago
Category: ASP.NET   Tags:

1

Google Analytics Reader for .NET

http://www.reimers.dk

Create a Google Analytics Reader for .NET. You will need to find the Analytics account you want to request the report for.

Read more »
csharp_geek's picture
Created by csharp_geek 17 weeks 4 hours ago – Made popular 17 weeks 4 hours ago
Category: ASP.NET   Tags:

1

Executing Server-side Code from JavaScript

http://disturbedbuddha.wordpress.com

A hack that lets you execute Server-side Code from JavaScript

Read more »
csharp_geek's picture
Created by csharp_geek 20 weeks 3 hours ago – Made popular 20 weeks 3 hours ago
Category: ASP.NET   Tags:

0

Create a .NET Blog that is Visitor and SEO Friendly - 3 part series

http://crazeegeekchick.com

Good tutorial. A 3 part series describing how to create visitor and SEO friendly blogs, especially for .NET developers.

Read more »
Created by admin 33 weeks 2 days ago – Made popular 33 weeks 2 days ago
Category: ASP.NET   Tags:

1

The name 'Session' does not exist in the current context

http://www.geekpedia.com

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 »
csharp_geek's picture
Created by csharp_geek 36 weeks 2 days ago – Made popular 36 weeks 2 days ago
Category: ASP.NET   Tags:

1

ASP.NET Viewstate and ControlState

http://www.codeasp.net

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 »
Created by amitendu 50 weeks 2 days ago – Made popular 50 weeks 2 days ago
Category: ASP.NET   Tags:

1

C# DataGridView control with custom collection in Windows Forms

http://www.codeasp.net

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 »
Created by amitendu 50 weeks 2 days ago – Made popular 50 weeks 2 days ago
Category: ASP.NET   Tags:

1

Auto Refresh data using AJAX in ASP.NET

http://www.codeasp.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 »
Created by amitendu 50 weeks 2 days ago – Made popular 50 weeks 2 days ago
Category: ASP.NET   Tags:

1

ASP.NET TreeView CheckBoxes Check All – JavaScript

http://codeasp.net

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 »
Created by amitendu 1 year 1 week ago – Made popular 1 year 1 week ago
Category: ASP.NET   Tags:

1

Custom event and event args in c#

http://codeasp.net

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 »
Created by amitendu 1 year 1 week ago – Made popular 1 year 1 week ago
Category: ASP.NET   Tags:

Navigation