TKC Blog

.net - VB

VB.net related articles.

    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...]

    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...]

    03
     ''' <summary>  ''' Extract HTML list items from a string usin regular expressions  ''' Could also be used to extract any HTML ...

    [Read the rest of this article...]

    03
    To trigger a function or sub from a linkbutton in a gridview footer follow these steps: Put a gridview on your page with some datarows in ...

    [Read the rest of this article...]

    31
        Using the objectdatasource with griddview or detailsview controls for selecting, inserting, updatingand deleting data. Detailsview ...

    [Read the rest of this article...]

    31
      This function allows the execution of a DOS command like XCOPY from VB .net:     ''' <summary>   ''' Execute DOS Comma...

    [Read the rest of this article...]

    05
    Ever had a log file which logs events.  The log file is usually appended to which makes displaying it in descending order difficult.  This V...

    [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...]

    15
    I've searched in the past a few times for a simple to use zip library that can be incorporated into and ASP.net 2.0 application.  And I've finall...

    [Read the rest of this article...]

    15
    The following function will return the index number of a column in a gridview or detailsview control based on it's header text.  Just pass in the...

    [Read the rest of this article...]

    Search Blog