My windows datagridview is shown with daa from tables
select itemname, qty, taxes, rate, rate*qty+taxes as amount from
items
datagridview.datasource=dataset1.tables(0)
I want to show toatals of qty,taxes,amount in gridview footer
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
+ Reply to Thread
Results 1 to 1 of 1
|
Click Here to Expand Forum to Full Width |
Bookmarks