Guillermo G. Blog

Software Architect
ASP.NET MCP
"The best way to predict the future is to invent it"

Browse by Tags

All Tags » .NET » C# (RSS)
Tip: DataSet.HasChanges and Windows Form Close Button Strange Behavior
I had to write a simple Windows Forms application that haves a form. This form contains a DataGridView control that is binded with a DataSet ; this DataSet is filled with data from an XML file. This Windows Forms contains two buttons: "Accept Changes...
Posted: Jan 22 2008, 09:12 AM by gugonzar | with 4 comment(s)
Filed under: , , ,
Tip: Cast using the as Statement and Convert class vs Normal Casting
Convert data from a DataType to another is a daily task of a developer; the applications require show formatted data (i.e Dates, currency, etc.) or make operations with this data. Here I'll show you an easy tip to avoid (or minimize) the use of try ....
Posted: Dec 05 2007, 11:46 AM by gugonzar | with 2 comment(s)
Filed under: , , ,
More Posts