Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 777037
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T19:32:34+00:00 2026-05-14T19:32:34+00:00

Is there a way to format a gridview column footer value as currency. I’v

  • 0

Is there a way to format a gridview column footer value as currency. I’v set the DataFormatString of the BoundField to {0:c} but this doesn’t seem to affect the footer. Do I have to do it in the RowDataBound event?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T19:32:35+00:00Added an answer on May 14, 2026 at 7:32 pm

    I ended up doing it in a way similar to this…

    protected void gridView1_RowDataBound(object sender, GridViewRowEventArgs e)
    {
        double dVal = 0.0;
    
        if (e.Row.RowType == DataControlRowType.DataRow)
        {
            dVal += Convert.ToDouble(e.Row.Cells[1].Text);
        }
    
        if (e.Row.RowType == DataControlRowType.Footer)
        {
            e.Row.Cells[1].Text = dVal.ToString("c");
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there a way I can format for example: 0000000000 into (000)000-0000? I'm returning
Is there any way to get exact below format of current date- 18 Aug
Is there any way to make DateFormat format a date with a full year
Is there an out of the box way to format in python (or within
I am storing small webpages in html format in a varchar(max) column in MS
I am creating a NotifyIcon and then calling this to show a balloon-tip from
I am trying to generate a report using Oracle but am having some alignment
<table> <tr style=background:#CCCCCC> <td> <input id=Radio1 name=G1M value=1 type=radio /><br /> <input id=Radio2 name=G1M
I am working on a C# application and want to display dates so they
I need to add some sort of line break after each segment (date, name,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.