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 8956145
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T14:43:23+00:00 2026-06-15T14:43:23+00:00

I can show a GridView with the data I need from code behind like

  • 0

I can show a GridView with the data I need from code behind like this:

SqlDataSource3.SelectCommand = "select * from table"

However I have a date field, which done like this gets displayed as 12/03/2012 12:00:00 a.m. for example. When done on ASP it can be fixed like this:

<asp:BoundField DataField="DATE" DataFormatString="{0:dd/MM/yy}" HeaderText="DATE" ReadOnly="True" SortExpression="DATE" />

However I’m using only code behind. If I try to use the BoundField for date I get 2 date columns, and if I dont add the date field to the select statement then I get no date at all.

So anyway I can do this from code behind?

  • 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-15T14:43:24+00:00Added an answer on June 15, 2026 at 2:43 pm

    I’m not to familiar with asp.net, but you can always change the format in the sql query:

    select to_char(<your_date_column>, 'dd/mm/yy') "DATE" from table
    

    But aren’t you supposed to do it in the IIS in Globalization - colture ?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to search some data from DataTable to show in GridView. Like (select
I would like to know how I can show the output from this piece
How can i show Data from a class into a gridview? MY Class is:
I have a text file.I need to get data from this text file and
How I can show header/footer of Asp.Net Gridview with empty data source?
I would like to show headers of a gridview which contains no data: List<myData>
I need to Display the Time In my GridView taking Data from Database. I
How can I show multiple value in a single column of a GridView ?
I'm using a GridView to show a set of Categories that user can chose.
I'm calling some data from my Oracle table and I have a field which

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.