Programming Archive
-
Redirection in a Page with Validation Objects
Posted on 26/12/2008 | 1 CommentI’ve been up to a new C# with ASP.NET project lately, and I plan to record down the problems occurred along the development, of course, with solutions. Here is the... -
Displaying DateTime Object as Desired
Posted on 09/12/2008 | No CommentsDateTime is a common type we deal with frequently in the development of C#-ASP.NET project. As a result, how to display a DateTime object properly is the knowledge we have... -
Remove Duplicate Records in a DataTable the Easy Way
Posted on 28/11/2008 | 22 CommentsThe Merge method of DataTable class is convenient for combining two tables into one. However, the result table may contain duplicate data after the operation. We could write our own... -
Clean up Out-dated Custom Field Data in WordPress Post
Posted on 25/11/2008 | 2 CommentsIf you ever used a magazine-style theme, you must be familiar with the concept "custom field". In essence, it's a key-value pair storing post data about what additional info to... -
Dynamic Tree Construction according to User Role and Page
Posted on 14/11/2008 | No CommentsIn the developing environment of C# and .NET, dynamic data binding isn’t anything new at all. I’m here just to make a summary of how to do the job to... -
DataFormatString in GridView
Posted on 08/11/2008 | 1 CommentI’ve been working on an ASP.NET project lately, which means it’s high time I write something down to build up my own knowledge base and track down my trail of...