Home
Blog
Contact
Login
TKC Blog
Current Articles
|
Archives
|
Search
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
03
Extract HTML list items from a string usin regular expressions
tkaragiris
posted on November 03, 2010 10:21
''' <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...]
Posted in:
.net - ASP
,
.net - VB
Actions:
E-mail
|
Permalink
|
Kick it!
|
DZone it!
|
del.icio.us
03
Trigger a function from a linkbutton in gridview footer that iterates through all rows in the gridview
tkaragiris
posted on September 03, 2010 10:31
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...]
Posted in:
.net - ASP
,
.net - VB
Actions:
E-mail
|
Permalink
|
Kick it!
|
DZone it!
|
del.icio.us
31
Using the objectdatasource with griddview or detailsview controls
TKCAdmin
posted on August 31, 2010 10:16
Using the objectdatasource with griddview or detailsview controls for selecting, inserting, updatingand deleting data. Detailsview ...
[Read the rest of this article...]
Posted in:
.net - ASP
,
.net - VB
Actions:
E-mail
|
Permalink
|
Kick it!
|
DZone it!
|
del.icio.us
31
Execute DOS command like XCOPY from VB.net
tkaragiris
posted on August 31, 2010 09:57
This function allows the execution of a DOS command like XCOPY from VB .net: ''' <summary> ''' Execute DOS Comma...
[Read the rest of this article...]
Posted in:
.net - ASP
,
.net - VB
Actions:
E-mail
|
Permalink
|
Kick it!
|
DZone it!
|
del.icio.us
05
Display a log text file in reverse order VB .net
tkaragiris
posted on May 05, 2010 11:20
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...]
Posted in:
.net - ASP
,
.net - VB
Actions:
E-mail
|
Permalink
|
Kick it!
|
DZone it!
|
del.icio.us
Page 1 of 2
First
Previous
[1]
2
Next
Last
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)