TKC Blog

IT Commentary

Genral IT related articles and commentary.
    13
     Here is some SQL code for paging data from a large tables.  This code is handy for when you want to present data from a large table in a gr...

    [Read the rest of this article...]

    16
      To change one of the appSettings values in your web.config through VB.net use the example below.  Keep in mind when you do the save ...

    [Read the rest of this article...]

    18
    The following example displays how to make a style only affect one table and not another.  The table at the top has css class of AdTable and the ...

    [Read the rest of this article...]

    13
    To do a search and replace in an SQL table use the following code: UPDATE <TABLE NAME> SET <COLUMN NAME> = CAST(REPLACE(CAST(<COLUMN ...

    [Read the rest of this article...]

    29
    Hash tables are a great way to store and retrieve lists of values that have different data types.  You can retrieve items in the list by their gi...

    [Read the rest of this article...]

    26
    If you're looking for a great graphics application which has similar features to Paint Shop Pro and Photoshop but is totally free then look at Paint D...

    [Read the rest of this article...]

    Search Blog