News

Register; Join the social network of Tech Nerds, increase skill rank, get work, manage projects ...
The simplest solution is to check off Enable Selection on the GridView's SmartTag, which adds a Select button to every row. When the user clicks on the Select button for a row, you can access that row ...
I've got a C# app that will run all day and continually output lines of data to a textbox. Only the last 100 lines need to be available in the textbox. This means when a line over 100 needs to be ...