Subscribe via email
Click Here to Subscribe
Here's a C# snippet to set the initial focus when a page loads. It takes into account some of the quirks with different types of controls and HTML elements. Continue...
While CSS is the preferred way to manage webpage styles these days, sometimes it's helpful to manage those styles programmatically. Continue...
I provide a class, RandomProvider, which provides random numbers for several of the .NET data types and based on statistical distributions. Continue...
A high precision stop watch class for timing in your C# or .NET programs Continue...
Detailed example with code showing how to add a custom link column to a datagrid. Continue...