Monday, June 30, 2008


No comments:

Windows service timer service using background threads - Tuesday, June 10, 2008
this is a windows service timer which runs in the back ground checking for a event to happen
Create a Setup project for a Windows Service - Thursday, June 05, 2008
Create a Setup project for a Windows Service This section describes how to create a Windows Service project and how to use a compiled Setup project to install the Windows Service.
Get the index of the SelectedRow in a DataGridView - Wednesday, April 23, 2008
this code shows how to get the index of a selected grid
c# extracting domain from a url - Friday, April 18, 2008
I was scouring the web for a function which can extract domain from a url and came across this code
Data grid view multiple checkbox selection - Friday, April 04, 2008
This code shows how to use data grid view and check boxes
Could not find installable ISAM - Tuesday, March 11, 2008
How to avoid this bug
.NET Component art controls - Friday, March 07, 2008
About Component art
Issue of changing IPAddress programatically in windows vista - Thursday, March 06, 2008
Referencing Controls in Templates after mode changes in Formview - Wednesday, March 05, 2008
FormView: Referencing Controls in Templates after mode changes
Programmatically Download File from Remote Location to User Through Server - Wednesday, March 05, 2008
this code shows how to do it