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

  • SEARCH
  • Home
  • 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 8701485
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T02:24:34+00:00 2026-06-13T02:24:34+00:00

so I am doing the datasource export to excel, but i open the file

  • 0

so I am doing the datasource export to excel, but i open the file i saw the column has checkbox instead of value true or false. how do i fixed this, indeed, i want to put a sting “active” or “inactive” depends on the value. how can i do that?

also i want to have string format for the phone number as well

and the code i have for model

  public string MobileNumber { get; set; }
  public bool? IsActive { get; set; }

how do i change in order for me to have the way that i want it ?

  • 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-06-13T02:24:35+00:00Added an answer on June 13, 2026 at 2:24 am

    Modify your model to return string for the IsActive property (or alternatively have two, one with bool and another with string). Then return the string value in the Linq query. Something like this:

    from x in someTable
    select new Model
        {
         .
         .
         .
         IsActive = (isActive ? "True" : "False");
         .
         .
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Doing a simple Squeryl database lookup, but trying to exclude a value. I've tried:
I've been doing a C# project where I browse and view an Excel File
I already know how to specify the datasource but afther doing that it is
I need to provide an export to excel feature for a large amount of
I export a datatable to word, when I pass a file name it doesn't
DataSource.groovy appears to be evaluated before BootStrap.groovy. But, I need to setup something up
I have many ListViews with the same DataSource with IsSynchronizedWithCurrentItem=True and I'm dynamicaly adding
I have a table that has date and datasize. When I export the list
I'm doing a gridview with an object datasource: List<MyObject> TheSource = a linq query
I have a listview that has datasource getting from Network ( quite big list).

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.