TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
santosh
NA
4
0
How to show Total on Footer of Gridview
Jun 3 2009 3:22 AM
Hi All.,
i am using VS05.
In my application i have datagridview which is having column Quantity . I want to show Total sum of the quantity to the footer of gridview.
i have large data in my application which is bind to gridview so i have done paging for gridview. In this scinerio the sum(quantity) is come on footer for that particular page.
I want the sum(Quantity) for that particular page and Total Sum(quantity) for the gridview on footer
for eg. for page 1 - sum=10 , Page 2 - sum=30 , Page 3- sum = 10
Then Total sum = 50
I want to do all this stuff in Inline code ie. HTML Part of page.I dont want to use code in .cs file of my page. How to do this stuff?
Thanks in advance.
Reply
Answers (
3
)
2 comboboxes - 1 for tables in a DB, the other - datafields in a table
develop a record search screen - C#2008