Looping through controls in an ASP.Net application is fairly easy using some recursion using the ControlCollection. This article demonstrates how to find controls in a web form
Published: Thursday, January 1, 2004
All about SQL Indexes - Clustered versus non-clustered indexes, composite, and unique indexes. Tips for chosing the columns for indexes and SQL commands to create, delete, and rename SQL indexes.
Published: Thursday, January 1, 2004
Error handling in .NET using the Global.asax. Using Application_Error in the global.asax to write to the event log, and email an error message with stack trace to a pre-designated email address
Published: Wednesday, December 31, 2003
Using sockets and C#, you can customize the display of a networked HP Printer.
Published: Monday, December 29, 2003
How not to merge two companies on a bursting bubble.
Published: Monday, December 29, 2003
A generic stored procedure which lists the empty tables in a database
Published: Sunday, December 28, 2003
This User defined function ( UDF ) lists the columns names and properties of a table in a SQL database
Published: Sunday, December 28, 2003
SQL System UDF's (User Defined Functions) can be a useful addtion to a DBA's arsenal. This article shows you how to create a System UDF in SQL.
Published: Sunday, December 28, 2003
SQL Server Reporting Services Tutorial, a step by step guide on how to create a report using Microsoft Reporting Services Report Wizard
Published: Sunday, December 28, 2003
A generic class to read key values from Web.config in ASP.Net using C#
Published: Sunday, December 28, 2003
Avoiding crypto error messages when using MSMQ from ASP.NET
Published: Sunday, December 28, 2003
Using Decision Support Objects (DSO) in ASP.NET
Published: Sunday, December 28, 2003
Two methods to auto resize the width of columns in a Windows Form datagrid. The first assumes the DataSource is a DataTable, the second uses reflection.
Published: Sunday, December 28, 2003
Use a SQL User Defined Function ( UDF ) to split a delimited string and return an record set
Published: Sunday, December 28, 2003
In ASP.NET you can use a single SqlDataReader to populate multiple web controls.
Published: Sunday, December 28, 2003
When you try and view a SQL Server System UDF, you get an 'Unable to retrieve the text from a UserDefinedFunction object 'system_function_schema' error. It is possible to view the code in a SQL System UDF and this is how:
Published: Sunday, December 28, 2003
Using DrawString and MeasureString in Windows Forms.
Published: Sunday, December 28, 2003
Building a semaphore class in .NET
Published: Sunday, December 28, 2003