Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 842239
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T05:55:38+00:00 2026-05-15T05:55:38+00:00

I want to enable comment posting on my page, so i need to execute

  • 0

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)?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T05:55:39+00:00Added an answer on May 15, 2026 at 5:55 am

    If you mean sanitizing the user input, the only place you can do that safely is server-side. You can’t be sure that anything has been done client-side, it’s too easy to bypass client-side code.

    It’s like data validation: It’s nice to do data validation (making sure key fields of a form are filled in with valid values, for instance) on the client because the immediate feedback makes for a good user experience, but doing so is not a substitute for doing it on the server, because it’s trivially easy to bypass the client-side validation.

    But with sanitizing input, you don’t even want to try to do that client-side; assume it’s un-sanitized and sanitize it on the server.

    In ASP.Net, if the input you’re sanitizing is a string you’re later going to display in an HTML page and you want to ensure that it doesn’t contain HTML tags of its own, you can use HttpServerUtility.HtmlEncode to encode the string (basically, turning < into &lt; and such).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

When I want to comment code about control Enable/Disable and when I want to
I want to use some NSAssert stuff and other things to enable better debugging
I want to enable an user to be able to communicate with other users
I just want to enable or disable the button inside a ControlTemplate for a
Using a configuration file I want to enable myself to turn on and off
I'm working on an ASP.NET website which targets desktop browsers. We want to enable
I want 'only' my Login page to be SSL enabled. When the user logsin
I'm trying to catch event when comment is sent. What am I doing wrong?
I want to enable the Unicode in Solr. Updating the index does not give
I want to enable file download in my MVC application, without simply using a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.