2
Answers

how to display html from database

Pankaj Pawar

Pankaj Pawar

8y
349
1
hi, i am using asp.net 4.0
i want to insert html into database , and display same as i insert, i am using datalist to show data,
same like this c-sharpcorner forum , where user post questions with their code
for ex.
i inserted
<html>
<body> 
hello
</body> 
</html> 
then i want that out put also same 
output
<html>
<body>
hello
</body>
</html> 
i am success to insert html but when i am showing it, its not working 
please answer related to question....
thanks for any help 
 
 
Answers (2)