i want to filter html tags while retriving from the sql server

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • prabhakarbtechit
    New Member
    • Mar 2008
    • 2

    #1

    i want to filter html tags while retriving from the sql server

    Hi,
    i am beginer in .net i have stored Free Text Box values i mean html content, while retriving that values i have to substring it, so after substring that values it comes with html tags in display i want to quit it, can any one help me

    Regards,
    G.prabhakaran
  • kunal pawar
    Contributor
    • Oct 2007
    • 297

    #2
    try
    server.htmlenco de and server.htmldeco de() methods

    Comment

    Working...