How to add Values in Gridview Column
C#
2
Posts
2
Posters
0
Views
1
Watching
-
i have a grid view with a column of integer values problem is that i want to add the values in the columns and display it in textbox thanks in advance
This would involve writing code. What have you written, anything ? It's trivial, you just iterate over the rows, and read the columns. In fact, you could just iterate over the data source, if it's data bound.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.