C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Communities   Interview   Jobs   Projects   Offshore Development    
Silverlight Tutorials | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Revenue Sharing |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...

New Feature: Community Sites: Create your own .NET community website and start earning from Google AdSense ! It's Free !




How to display sum of particular column in GridView Footer.


Posted Date: 28 May 2008    Resource Type: Code Snippets    Category: ASP.NET GridView
Author: Siva PrasadMember Level: Gold    
Rating: Points: 10



The following code sample shows how to display text in GridView Footer.

Stpes:

1) Set GridView ShowFooter property to true;

2) Write the below code in GridView_RowdataBound Event

     
if ( e.Row.RowType == DataControlRowType.DataRow )
sum = sum + Convert.ToInt32 ( e.Row.Cells [ 0 ].Text );
else if ( e.Row.RowType == DataControlRowType.Footer )
e.Row.Cells [ 0 ].Text = sum.ToString ( "c" );


Thats it...






Responses

Author: Alok Kumar Mohanty    28 May 2008Member Level: Silver   Points : 2
Very good and useful code


Author: vasanthiraajan    30 May 2008Member Level: Gold   Points : 2
hi,

thank u very much.




Author: Bachan rawat    03 Jun 2008Member Level: Silver   Points : 2
Hi,
This article is nice.
How to display sum of particular column in GridView Footer if we allow paging , sorting and export btn to export data to excel.


Author: aNiL    11 Sep 2008Member Level: Silver   Points : 0
Nice post.

really helpfull...........


Feedbacks      
Popular Tags   What are tags ?   Search Tags  
(No tags found.)

Post Feedback


This is a strictly moderated forum. Only approved messages will appear in the site. Please use 'Spell Check' in Google toolbar before you submit.
You must Sign In to post a response.
Next Resource: Exporting Data From GridView/DataSet to Word/Excel
Previous Resource: How to do Grid view sorting
Return to Discussion Resource Index
Post New Resource
Category: ASP.NET GridView


Post resources and earn money!
 
Related Resources



dotNet Slackers   BizTalk Adaptors    Web Design


Contact Us    Privacy Policy    Terms Of Use