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

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
Updated 20-Feb-13 17:28pm
v4
Comments
Karthik Harve 20-Feb-13 23:28pm    
[Edit] pre tags changed

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