Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
A

A Redha

@A Redha
About
Posts
2
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • ASP.Net GridView Displaying DateTime value in the format 'dd-MM-yy' [modified]
    A A Redha

    In my laptop, it works fine but the problem occured when I hosted it !! :( I will Keep the default values set for the Date Column and use the RowDatabound Event, it should works !! Thank You boku NB. To display HTML Code, you have to disable the "Ignore HTML tags in this message (good for code snippets)" checkbox bellow the text editor !!

    Rédha.

    ASP.NET help csharp asp-net design

  • ASP.Net GridView Displaying DateTime value in the format 'dd-MM-yy' [modified]
    A A Redha

    Hi,
    'm using a GridView in my website. I want to display DateTime Values using the format "dd/MM/yy". The Problem is that my WebGrid displays some data correctly but not all of them
    (Jan 30 2008) is displayed "01-01-08"
    (Feb 04 2008) is displayed "02-04-08"
    Some code snippets :
    <asp:gridview id="invoicesGridView" ..../ > <columns> <asp:boundfield datafield="CmdDate" headertext="Date" sortexpression="Date" DataFormatString="{0:dd/MM/yy}" HtmlEncode="False"> .... </asp:boundfield>
    Note : When I tried to set HtmlEncodeFormatString to "False", my web page returns the error message :
    Type 'System.Web.UI.WebControls.BoundField' does not have a public property named 'HtmlEncodeFormatString' !!!
    Thanks in advance.

    Rédha.

    modified on Monday, February 04, 2008 10:17:28 AM

    ASP.NET help csharp asp-net design
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups