TKC Blog

Entries for 'tkaragiris'

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

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

Page 1 of 2First   Previous   [1]  2  Next   Last   
Search Blog