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
C

CARBER

@CARBER
About
Posts
2
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Store Rich Text in DATA Base
    C CARBER

    Yes, but an intelligent man could understand that I have already found and applied this, but it is not enough

    ASP.NET database tutorial question

  • Store Rich Text in DATA Base
    C CARBER

    Hello, i use ajax, HtmlEditorExtender to let users writing their own description i store in database, and in my database i can see properly data store in table like this :

    '๐Ÿ”ธ๐Ÿ–ค DANCE SQUARE ๐Ÿ–ค๐Ÿ”ธ\n๐Ÿ“ LA TRILOGIE :\n3 dates ร  ne surtout pas manquer\n.\n๐ŸŸงโ—พ๏ธ 29 Octobre - LA'

    but when i read data by sql, in string variable, i lose all the specials characters like hearts in my example, all specials characters are replace by ? what should i do to keep specials characters ? (correctly store in database.) i read like this :

    if (!res.IsDBNull(i))
    ss {
    return res.GetString(i);
    }
    else
    {
    return string.Empty;
    }

    ASP.NET database tutorial question
  • Login

  • Don't have an account? Register

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