BloggingAbout.NET
Thoughts of developers

Browse Site by Tags

Showing related tags and posts across the entire site.
  • MSDN Virtual Labs

    Just saw this post by Jan Schreuder talking about MSDN Virtual Labs . If you haven't checked these out yet, it's worth it. Without installing the software, try out various Microsoft technologies, both present and future. If you were just dying to try out that new SQL Server 2005 feature, or find out...
    Posted to Joshua's .Net Tips by Joshua Langemann on 09-20-2005
    Filed under: .Net Development in C#
  • Code for setFocusToErrorOnRow

    I just received an anonymous comment to the Blogger version of the Data validation in .Net using ErrorProvider and DataSet errors post, asking for the code to setFocusToErrorOnRow. This method is designed for a ComponentOne TrueDBGrid - my code is in a descendant of the C1TrueDBGrid class and wouldn...
    Posted to Joshua's .Net Tips by Joshua Langemann on 07-20-2005
    Filed under: .Net Development in C#
  • DataRow.ClearErrors doesn't quite cut it

    As noted in my previous post , DataRow.ClearErrors isn't as useful as it could be, but seems to handle clearing errors quite reasonably as long as you can loop down to the DataRows in error. It's actually worse than I thought - ClearErrors will take the errors away from your row, but it doesn't trigger...
    Posted to Joshua's .Net Tips by Joshua Langemann on 06-15-2005
    Filed under: Posts from Previous Blog, .Net Development in C#
  • Arithmetic Rounding in .Net

    Quiz time: what is the value of test after the following code runs: .csharpcode { font-size: 10pt; color: black; font-family: Courier New , Courier, Monospace; background-color: #ffffff; /*white-space: pre;*/ } .csharpcode pre { margin: 0px; } .rem { color: #008000; } .kwrd { color: #0000ff; } .str ...
    Posted to Joshua's .Net Tips by Joshua Langemann on 06-15-2005
    Filed under: Posts from Previous Blog, .Net Development in C#
  • Data validation in .Net using ErrorProvider and DataSet errors

    I currently make heavy use of .Net typed datasets to handle the communication of data transactions between my business and UI layers. Recently we started getting into some serious application testing, and discovered various bugs where the application allowed bad data to be submitted and processed. Ooops...
    Posted to Joshua's .Net Tips by Joshua Langemann on 06-14-2005
    Filed under: Posts from Previous Blog, .Net Development in C#
  • Web Service calls from behind proxy servers

    Here's something I posted on Mar 4, 2005 Recently I implemented a crash reporting capability into a .Net application. When an unhandled exceptions occurs (or application ThreadException), the user is presented with a dialog prompting them to submit it as a crash report. The dialog in turn calls a web...
    Posted to Joshua's .Net Tips by Joshua Langemann on 06-14-2005
    Filed under: Posts from Previous Blog, .Net Development in C#
  • SelectNextControl method

    And another post from Jan 19, 2005: Recently I had a need to switch focus to the next control on a form when the Enter key was pressed, under certain conditions. It seemed easy enough - just call SelectNextControl to have .Net read the tab order and select the next one in order, right? Yes, it was that...
    Posted to Joshua's .Net Tips by Joshua Langemann on 06-14-2005
    Filed under: Posts from Previous Blog, .Net Development in C#
  • Sorting a data-bound ComboBox

    Here's a post from Dec. 11, 2004: Recently I encountered a challenging situation in Windows Forms where I needed to sort the contents of a ComboBox involved in the middle of multiple levels of Data Binding. The combobox was on a window that provided a list of items on the top of the window, and details...
    Posted to Joshua's .Net Tips by Joshua Langemann on 06-14-2005
    Filed under: Posts from Previous Blog, .Net Development in C#
Copyright © 2003-2008 BloggingAbout.NET
Powered by Community Server (Commercial Edition), by Telligent Systems