I need to stop user from inserting HTML tags while inserting text in the textbox, if user enters a text like <b>test</b>
this should be consider as string completely, not as test.
For ex : We do here in StackOverflow, when we select the option of 'code sample'
Any suggestions.
Edit: Here, I am able to save the string in <b>test</b>
code format only, but when it is getting displayed, these tags are rendering as HTML tags, that is the text is getting bold.