Hi I am fairly new to C# too. You can find help in the page in the C# section or just Google C# tutorial. "C# Station" was a big help at the beginning. Maybe you cannot implement the code because most examples and tutorials were written using C# 2005 I recommend you download and use that version at least while you learn the basics. 2008 is not much different but most of the code material was written in 2005 version.
M
Manuel Montoya
@Manuel Montoya
Posts
-
New to C# -
Designing a multiple row input tableHI, I need to design a form to INSERT multiple rows into database. I came up with putting textboxes forming a table. That may get the job done but it doesn’t seems to be the right thing to do. I wonder if there is a control that does the opposite of the datagridview. That instead of showing you the info of the database it lets you put information and then manipulate it to send it to a database.