HTML Encoding Server side vs Client side

Posted by shivesh on Stack Overflow See other posts from Stack Overflow or by shivesh
Published on 2010-06-14T11:11:09Z Indexed on 2010/06/14 11:12 UTC
Read the original article Hit count: 155

Filed under:
|
|

I want to enable comment posting on my page, so i need to execute some html encoding before post is sent and inserted into a database.

What is the ideal side for this?
Sever side(I work with asp.net) or client side (javascript)?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about JavaScript