Computer Science 213
C# Code Snippets for Visual Studio
When you need code for a specific job, then check out this list. Instead of scrounging around in your notes, I put some major code snippets here for you. In most cases they are copied from our C# classroom projects.
Copy selected item in Listbox to a textbox How to concatenate strings Simple math operations (computing sales tax) How to display items & pricing as currency
foreach Loop using a list boxforeach loop to find textboxes in the controls collection foreach loop for clearing textbox controls inside a container control
Working with Lists<>
DataSources and SQL with error handling Read SQL DB using ADO in Code
Copyright © 1999-2016 Ronald P. Kessler, Ph.D. All rights reserved.
Revised: 9/1/2016