Test 1
Test2
Now i want to decode/remove the html tags and display it properly to the user such as.... > Test 1 > > > Test 2 I have tried this but it does not work! txtDesc.Text = VALUE FROM DATABASE What am i doing wrong? This must be a problem in ASP.NET 2.0? ***Edit:*** I am setting the value to a Text box where the TEXTMODE property of the text box is set to MULITILINE for scroll. Setting it to a normal Label work but not for my text box.......What about it doesn't work? It doesn't strip the tags? Does it do anything to the angle brackets (<>) or does it escape them?