By Default, ASP.NET does not allow HTML tags to be sent to server via client side due to security reason. Which property needs to be set that allows HTML tags to be processed by server?

 Posted by Virendradugar on 10/31/2009 | Category: ASP.NET Interview questions | Views: 6287
Answer:

ValidateRequest Property needs to be set to false. By default it's true so it does not allow unencoded HTML tags to be processed at server. It can be set at page level or at application level via web.config.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response