ASP.NET(C#) : Autocomplete TextBox - Part 2 (AjaxControlToolkit)

April 10, 2011 by Christoff Truter - 3 Comments

How to create an autocomplete textbox using an autocomplete extender control created by microsoft.

C#   ASP.NET  

MS SQL Basics : scope_identity(), @@identity, IDENT_CURRENT

March 31, 2011 by Christoff Truter

How to retrieve the last inserted identity (id) in MS SQL

SQL  

ASP.NET(C#) : Autocomplete TextBox - Part 1 (From Scratch)

March 27, 2011 by Christoff Truter - 13 Comments

Part one of how to create an autocomplete textbox using ASP.NET(C#)

C#   ASP.NET  

C# YouTube : Google API

March 12, 2011 by Christoff Truter - 43 Comments

Post on how to integrate with YouTube using the Google Data API

C#   Integration   Google API     This post is marked as obsolete.

C# : Custom configuration section

February 12, 2011 by Christoff Truter - 7 Comments

How to create your own custom app/web.config configuration section.

C#