Monthly Archives: July 2012

LINQ one-liner to determine selected radio button in group

Here is a LINQ one-liner to determine which radio button inside a groupbox is selected. To use it,  pass the selected RadioButton object to another method for processing. Here is an example: Output Type [*] Excel 2007 [ ] Excel 2003 [ ] … Continue reading

Posted in C#, Programming | Leave a comment