Articles
FAQs
Login
All Questions
New Question
C# .NET - sum list view column
-
Asked By
Priyanka
on 04-Jan-13 08:49 AM
i have a list view control. which have third column of int values... i want to sum all the values of that column on click of the button..
Sreenath Kalahasti
replied to
Priyanka
on 04-Jan-13 04:50 PM
Hi
You can use ItemDataBound event on the list view and add these integer values whenever they are bound to the list view and store it in session or some other means
Thanks
Sree