A simple function to include the appropriate postfix in your date text: 'Monday 1st September 2008' etc protected string TransformDateToText()
A simple function to include the appropriate postfix in your date text:
'Monday 1st September 2008' etc
protected
{
}
strDayPostfix =
How do I disable the Close 'X' button in a Windows Form using C#
Checking Nullable Values in .NET