Click here to Skip to main content
15,890,527 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Table on access is with 2 columns: "ID and Description". Whats the right code to copy the value from DataGridview1 to DataGridview2 ?

What I have tried:

I do not know this code. If anyone could help me
Posted
Updated 10-Mar-16 3:24am

1 solution

This is probably reduced to a very popular question on the form collaboration. I wrote this article specially to address it: Many Questions Answered at Once — Collaboration between Windows Forms or WPF Windows[^].

—SA
 
Share this answer
 
Comments
ionMEMBER 10-Mar-16 10:01am    
This solution 1 is for C# !
Sergey Alexandrovich Kryukov 10-Mar-16 10:45am    
In .NET, there is no such thing as "solution for C#". All .NET languages are just .NET languages. It's a solution for .NET.

If you want to translate code into VB.NET, just do it. (A hint: use ILSpy; the quality of translation will be very good) But, frankly, without understanding C#, at least a bit, what to do in .NET development?

—SA
ionMEMBER 10-Mar-16 12:02pm    
Ok Thanks! :D
Sergey Alexandrovich Kryukov 10-Mar-16 14:49pm    
You are welcome.

Will you accept the answer formally then?
If you need any help with ILSpy, please see:
http://www.codeproject.com/Answers/621867/COde-Line-Interpretatio-of-Csharp-to-VB-NET#answer1.

Any questions?

—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900