Click here to Skip to main content
15,896,912 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
SQL
how to sum datagridview columns title and  columns value in textbox VB.net By the number of values datagridview columns ?




example


in the datagridview :                          before

        column : ID        address

                       1         street1

                       2         street2

                       3         street3


in the textbox :                                     after

                      ID = 1 / address = street1

                      ID = 2 / address = street2

                      ID = 3 / address = street3
Posted

1 solution

 
Share this answer
 

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