Home
Blog
Contact
Login
TKC Blog
Current Articles
|
Archives
|
Search
IT Commentary
Genral IT related articles and commentary.
13
SQL Code to get data in pages for SQL Server 2005 plus
tkaragiris
posted on January 13, 2012 14:12
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...]
Posted in:
SQL Server
,
IT Commentary
Actions:
E-mail
|
Permalink
|
Kick it!
|
DZone it!
|
del.icio.us
16
Change appSettings value in web.config in VB.net programatically
tkaragiris
posted on February 16, 2011 14:00
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...]
Posted in:
.net - ASP
,
.net - VB
,
IT Commentary
Actions:
E-mail
|
Permalink
|
Kick it!
|
DZone it!
|
del.icio.us
18
How to apply css styles to one table and not another
tkaragiris
posted on January 18, 2011 14:30
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...]
Posted in:
.net - ASP
,
IT Commentary
,
Case Study
Actions:
E-mail
|
Permalink
|
Kick it!
|
DZone it!
|
del.icio.us
13
SQL Server search and replace text in table
tkaragiris
posted on January 13, 2011 16:18
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...]
Posted in:
SQL Server
,
IT Commentary
Actions:
E-mail
|
Permalink
|
Kick it!
|
DZone it!
|
del.icio.us
29
Using hashtables in VB.net
tkaragiris
posted on November 29, 2010 14:25
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...]
Posted in:
.net - ASP
,
.net - VB
,
IT Commentary
Actions:
E-mail
|
Permalink
|
Kick it!
|
DZone it!
|
del.icio.us
26
Paint .NET - Free Graphics Program
tkaragiris
posted on March 26, 2010 15:20
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...]
Posted in:
.net - VB
,
IT Commentary
,
Great open source software
Actions:
E-mail
|
Permalink
|
Kick it!
|
DZone it!
|
del.icio.us
Search Blog
TKC Blog Latest Articles
SQL Code to get data in pages for SQL Server 2005 plus
by tkaragiris
Change appSettings value in web.config in VB.net programatically
by tkaragiris
How to apply css styles to one table and not another
by tkaragiris
SQL Server search and replace text in table
by tkaragiris
Using hashtables in VB.net
by tkaragiris
Extract HTML list items from a string usin regular expressions
by tkaragiris
Trigger a function from a linkbutton in gridview footer that iterates through all rows in the gridview
by tkaragiris
Using the objectdatasource with griddview or detailsview controls
by TKCAdmin
Execute DOS command like XCOPY from VB.net
by tkaragiris
Display a log text file in reverse order VB .net
by tkaragiris
Blog Archive
January 2012 (1)
February 2011 (1)
January 2011 (2)
November 2010 (2)
September 2010 (1)
August 2010 (2)
May 2010 (1)
March 2010 (1)
February 2010 (6)