how to convert to mixed case

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Yoshitha

    how to convert to mixed case

    Hi

    I have a string like "KRISHNA MURTHY" in the database when i retrieve from

    database
    it has to show "krishna Murthy" (the first letters must be capitals) in the

    field of datagrid of my asp.net application


    how to do that please help me

    Regards,
    Krishna


  • John Timney \(ASP.NET MVP\)

    #2
    Re: how to convert to mixed case

    do you perhaps mean proper case



    --
    Regards

    John Timney
    ASP.NET MVP
    Microsoft Regional Director

    "Yoshitha" <gudivada_kmm@r ediffmail.com> wrote in message
    news:ehcWqiyoFH A.2156@TK2MSFTN GP14.phx.gbl...[color=blue]
    > Hi
    >
    > I have a string like "KRISHNA MURTHY" in the database when i retrieve from
    >
    > database
    > it has to show "krishna Murthy" (the first letters must be capitals) in
    > the
    >
    > field of datagrid of my asp.net application
    >
    >
    > how to do that please help me
    >
    > Regards,
    > Krishna
    >
    >[/color]


    Comment

    • clintonG

      #3
      Re: how to convert to mixed case

      CSS may also prove helpful as it adds a unique sense of readability that
      works well for captions...

      h3 {font-variant: small-caps;}

      <%= Clinton Gallagher
      METROmilwaukee (sm) "A Regional Information Service"
      NET csgallagher AT metromilwaukee. com
      URL http://metromilwaukee.com/
      URL http://clintongallagher.metromilwaukee.com/



      "John Timney (ASP.NET MVP)" <timneyj@despam med.com> wrote in message
      news:%23dqkpM1o FHA.3364@tk2msf tngp13.phx.gbl. ..[color=blue]
      > do you perhaps mean proper case
      >
      > http://authors.aspalliance.com/olson...roperCase.aspx
      >
      > --
      > Regards
      >
      > John Timney
      > ASP.NET MVP
      > Microsoft Regional Director
      >
      > "Yoshitha" <gudivada_kmm@r ediffmail.com> wrote in message
      > news:ehcWqiyoFH A.2156@TK2MSFTN GP14.phx.gbl...[color=green]
      >> Hi
      >>
      >> I have a string like "KRISHNA MURTHY" in the database when i retrieve
      >> from
      >>
      >> database
      >> it has to show "krishna Murthy" (the first letters must be capitals) in
      >> the
      >>
      >> field of datagrid of my asp.net application
      >>
      >>
      >> how to do that please help me
      >>
      >> Regards,
      >> Krishna
      >>
      >>[/color]
      >
      >[/color]


      Comment

      Working...