I want to hide HTML tags from string which is stored in Database(sql server) and i am displaying it in textbox control. But it shows HTML tags. I want Text without HTML tags.
Please reply asap.
Thanks.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
HarshadaPosted Jan 31, 2013, 7:09 AM
please find attached zip file.
Thanks.
Jignesh TrivediPosted Jan 31, 2013, 6:54 AM
take screen shot your screen how it look like
make it zip (not rar)
and upload it.
thx.
HarshadaPosted Jan 31, 2013, 5:13 AM
Here is the code for FTB in which i am displaying text. Also attached .rar file having snap of FTB.
Jignesh TrivediPosted Jan 31, 2013, 4:59 AM
you may use following css tag with in style tag of element.
overflow-y: hidden;
overflow-x: hidden;
it might not work for you.
please share some snap how it look like.
HarshadaPosted Jan 31, 2013, 4:52 AM
Jignesh TrivediPosted Jan 31, 2013, 3:39 AM
hi,
it is possible with replacing HTML tag with blank space.
it is very difficult to remove all html tags. intead of duing this you may use FCK editor. in FCK you may see only formatted text not html tag.
http://sourceforge.net/projects/fckeditor/
http://www.freetextbox.com/
hope this will help you.