Hello
I want to add after some rows (not fixed) sum of all the rows in the gridview
e.g.
Gridview
DEPT EMP Sal
100 1 1000
100 2 1000
100 5 200
Total - -- 2200
200 6 1200
200 3 2300
Total --- 3500
300 8 1000
300 4 1020
300 9 2000
300 10 1000
Total ---- 5020
This way i want result
Can u help me ?
How to identify those some rows?
sorry I did not get ur Question ?
You said that after some rows you need Total. So my question is how to identify the rows after which you need Total?
Got it now
After depart number changed then i want to add total row
example
Dapartment
100
total
200
300
Could you please provide me the Table information from how many tables you are accessing the data.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.