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