Redirect and POST in ASP.NET
Last Updated: 23 Jun 2009
Page Views: 8,678
Rating: 4.43/5
Votes: 20
Popularity: 5.76
Bookmark Count: 30
Licence: The Code Project Open License (CPOL)
An article that shows a simple workaround on how to make a redirect and POST to external URLs.
ASP.NET Enhanced Grid View with Custom Pagination
Last Updated: 17 May 2009
Page Views: 7,481
Rating: 4.33/5
Votes: 5
Popularity: 3.03
Bookmark Count: 7
Licence: The Code Project Open License (CPOL)
This grid view is an enhanced one with a customized pagination
Authorization Security Model in Web Applications Using .NET Attributes
Last Updated: 26 Jul 2008
Page Views: 8,039
Rating: 4.00/5
Votes: 5
Popularity: 2.80
Bookmark Count: 25
Licence: The Code Project Open License (CPOL)
This article talks about the authorization security model in Web applications using .NET attributes.
Using Generic Extension Methods
Last Updated: 24 Oct 2008
Page Views: 5,931
Rating: 2.45/5
Votes: 12
Popularity: 2.65
Bookmark Count: 12
Licence: The Code Project Open License (CPOL)
Explains the concepts of Generics (introduced in C# 2.0) and Extension Methods (introduced in C# 3.0) and how to mix those together to get a new concept of Generic Extension Methods that will make a difference in our class designs.