/// <summary>
/// Daniel Balla's Weblog - Various posts
/// on .NET Development, ASP.NET, Agile,
/// TDD, Architecture, SQL and others.
/// </summary>
[Serializable]
class Blog<T> where T : ASP.NET, Ajax, WCF, WF, new()
{
}
Sunday, April 30, 2006
Optimized ASP.NET DataGrid Sorting - The Code Project - ASP.NET
Bookmark:
Optimized ASP.NET DataGrid Sorting - The Code Project - ASP.NET
This is a simple yet very efficient implementation of a .NET 1.1 datagrid.
my TO DO: create a template project (wizard) with this as it does come in handy.
Optimized ASP.NET DataGrid Sorting - The Code Project - ASP.NET
This is a simple yet very efficient implementation of a .NET 1.1 datagrid.
my TO DO: create a template project (wizard) with this as it does come in handy.
Monday, April 24, 2006
Credit Card Electronic Payment Processing with ASP.NET
Processing credit card is always an important aspect of an e-commerce web site. I am not an expert on this matter, but this is what I found so far:
Credit Card Electronic Payment Processing with ASP.NET: "Integrating Electronic Payment Processing into
ASP.NET Web Applications"
Good alternative for fancy sites. Otherwise, just stick with 2checkout.com
It's not the most elegant because it's not white labeled (actually it doesn't fit in the client web site at all) but it works, and it's cheap.
Credit Card Electronic Payment Processing with ASP.NET: "Integrating Electronic Payment Processing into
ASP.NET Web Applications"
Good alternative for fancy sites. Otherwise, just stick with 2checkout.com
It's not the most elegant because it's not white labeled (actually it doesn't fit in the client web site at all) but it works, and it's cheap.
