Tuesday, January 25, 2005

CELC - Links

CELC - Links

tobinharris.com - .NET and Misc Tools

tobinharris.com - .NET and Misc Tools

tobinharris.com - .NET and Misc Tools

tobinharris.com - .NET and Misc Tools

.NET 247 : The file cannot be copied to the run directory on microsoft.public.dotnet.framework.aspnet

.NET 247 : The file cannot be copied to the run directory on microsoft.public.dotnet.framework.aspnet

Desktop Engineers Junk Drawer - Handy Odds N Ends for Windows 98, NT & 2000

Desktop Engineers Junk Drawer - Handy Odds N Ends for Windows 98, NT & 2000

Desktop Engineers Junk Drawer - Handy Odds N Ends for Windows 98, NT & 2000

Desktop Engineers Junk Drawer - Handy Odds N Ends for Windows 98, NT & 2000

Desktop Engineers Junk Drawer - Handy Odds N Ends for Windows 98, NT & 2000

Desktop Engineers Junk Drawer - Handy Odds N Ends for Windows 98, NT & 2000

The Code Project - A Guide To Writing Articles For Code Project - The Scrapbook

The Code Project - A Guide To Writing Articles For Code Project - The Scrapbook

Brad Abrams - Design Guidelines

Brad Abrams - Design Guidelines

BlackBytes .NET Components DNS Security Registry Whois Network Time Zone Converter

BlackBytes .NET Components DNS Security Registry Whois Network Time Zone Converter

TimeZoneInformation Class

TimeZoneInformation Class

VBForums.com - CodeBank - C#

VBForums.com - CodeBank - C#

VBForums.com - C# - Clear a container of controls quickly.

VBForums.com - C# - Clear a container of controls quickly.: "public void ClearControlValues(System.Windows.Forms.Control Container)
{
try
{
foreach(Control ctrl in Container.Controls)
{
if(ctrl.GetType() == typeof(TextBox))
((TextBox)ctrl).Text = '';
if(ctrl.GetType() == typeof(ComboBox))
((ComboBox)ctrl).SelectedIndex = -1;
if(ctrl.GetType() == typeof(CheckBox))
((CheckBox)ctrl).Checked = false;
if(ctrl.GetType() == typeof(Label))
((Label)ctrl).Text = '';
if(ctrl.GetType() == typeof(DateTimePicker))
((DateTimePicker)ctrl).Text = '';

if(ctrl.Controls.Count>0)
ClearControlValues(ctrl);
}
}
catch(Exception ex)
{
MessageBox.Show(ex.ToString());
}
}"

punkcoder: Clearable DateTimePicker

punkcoder: Clearable DateTimePicker

punkcoder: Clearable DateTimePicker

punkcoder: Clearable DateTimePicker

punkcoder: Clearable DateTimePicker

punkcoder: Clearable DateTimePicker

Thursday, January 20, 2005

Peppler.Org: Sybase Resources

Peppler.Org: Sybase Resources

Ed Barlows Sybase Shareware

Ed Barlows Sybase Shareware

Sybase Backup Scripts

Sybase Backup Scripts

Index databases.sybase-faq.part1-17.old

Index databases.sybase-faq.part1-17.old

Sybase FAQ: 1/17 - index

Sybase FAQ: 1/17 - index

FIX: The IntelliSense feature for a Visual C# .NET project stops working in the Visual Studio .NET IDE

FIX: The IntelliSense feature for a Visual C# .NET project stops working in the Visual Studio .NET IDE

BUG: "Could Not Copy Temporary Files to the Output Directory" Error Message When You Build a Solution That Contains Multiple Projects

BUG: "Could Not Copy Temporary Files to the Output Directory" Error Message When You Build a Solution That Contains Multiple Projects

Code Review with a focus on Performance: Part 1

Code Review with a focus on Performance: Part 1

Defensive Coding Techniques article

Defensive Coding Techniques article

SourceSafe & ASP.NET Applications without Web Projects

SourceSafe & ASP.NET Applications without Web Projects

CodeGuru: Who's Locking? v1.3

CodeGuru: Who's Locking? v1.3

Tuesday, January 18, 2005

Doug's Microsoft Access Stuff

Doug's Microsoft Access Stuff

Pegasus trading

Pegasus trading

GICS classifications

GICS classifications

InvestorWeb

InvestorWeb

.NET 247 : DataTable from an array of objects returned from a webservice on microsoft.public.dotnet.framework.aspnet.webservices

.NET 247 : DataTable from an array of objects returned from a webservice on microsoft.public.dotnet.framework.aspnet.webservices

ADO.NET � Select DataRows Into a New DataTable

ADO.NET � Select DataRows Into a New DataTable

General Overview of .NET Data Sets

General Overview of .NET Data Sets

DataTable Relational Operators in C# - JOIN Method

DataTable Relational Operators in C# - JOIN Method

Disconnected Data via ADO.NET and DataSets

Disconnected Data via ADO.NET and DataSets

SQL Server / .NET - Managing Database Driven Permissions

SQL Server / .NET - Managing Database Driven Permissions

Removing the Builtin Administrators - Some Pitfalls to Avoid

Removing the Builtin Administrators - Some Pitfalls to Avoid

C# / SQL Server Data Documentation By Robbe Morris

C# / SQL Server Data Documentation By Robbe Morris

Download details: SQL Server Centric .NET Code Generator (OlyMars)

Download details: SQL Server Centric .NET Code Generator (OlyMars)

SQL Server Centric .NET Code Generator -RSS

SQL Server Centric .NET Code Generator -RSS

Master ADO.NET Articles

Master ADO.NET Articles

it-partners.com List Controls for .Net WinForms product page

it-partners.com List Controls for .Net WinForms product page

WinFX 247 : System.Data.DataTable Class [Members]

WinFX 247 : System.Data.DataTable Class [Members]

An ASP.NET Framework for Human Interactive Proofs

An ASP.NET Framework for Human Interactive Proofs