0
kicks
Do not allow HTML into the textbox
This is a general problem in ASP.NET. By default it won't allow HTML into the text box. So, what will be the solution? If we give validaterequest = false then it's a security issue? So, is there any problem that we can solve this problem? This post explains about it and fix for it.