Home
Blog
Contact
Login
TKC Blog
Current Articles
|
Archives
|
Search
Entries for February 2010
24
Map an FTP site as Windows drive
tkaragiris
posted on February 24, 2010 11:27
One of the problems with accessing FTP folders through Windows XP and Vista is that you cannot copy/cut and past from one FTP folder to another w...
[Read the rest of this article...]
Actions:
E-mail
|
Permalink
|
Kick it!
|
DZone it!
|
del.icio.us
16
Execute xcopy command from VB Script to copy files
tkaragiris
posted on February 16, 2010 13:59
Here is an example of how to execute xcopy from VB Script. ' XCopy files from a source folder to dest folder in vb script Set WShell = CreateObject(...
[Read the rest of this article...]
Actions:
E-mail
|
Permalink
|
Kick it!
|
DZone it!
|
del.icio.us
15
Zip archiving from ASP.net 2.0 applications
tkaragiris
posted on February 15, 2010 16:55
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...]
Posted in:
.net - ASP
,
.net - VB
Actions:
E-mail
|
Permalink
|
Kick it!
|
DZone it!
|
del.icio.us
15
ASP.net Gridview or Detailsview Get index number of column from header text
tkaragiris
posted on February 15, 2010 15:07
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...]
Posted in:
.net - ASP
,
.net - VB
Actions:
E-mail
|
Permalink
|
Kick it!
|
DZone it!
|
del.icio.us
15
Stored Procedures or tables modified in the last x days
tkaragiris
posted on February 15, 2010 15:06
The query below will find any stored procedures or tables modified within the last seven days: SELECT name AS [Stored Procedures] ...
[Read the rest of this article...]
Posted in:
SQL Server
Actions:
E-mail
|
Permalink
|
Kick it!
|
DZone it!
|
del.icio.us
15
Search stored procedure or view code for string
tkaragiris
posted on February 15, 2010 14:45
You might find the following two SQL queries handy. They find a string within the SQL code of a stored procedure or view. -- Stored Procedure – looki...
[Read the rest of this article...]
Posted in:
SQL Server
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)