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 6554907
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T12:45:22+00:00 2026-05-25T12:45:22+00:00

Net Web Forms, I’m looking for a solution to avoid bot and spammer using

  • 0

Net Web Forms, I’m looking for a solution to avoid bot and spammer using my online contact form.

Captcha is pretty safe solution but sometimes could be to “Difficult” for inexperience user to use (in my opinion).

Here some solution alternative I found, I would like to know if you implement one of theme in a real world scenario, wich is the safest and easier to implement.

1 – Ajax Tookit Nobot

2 -Jquery Side Locker (her one example
but there are many of theme). What is the best?

3 – Drag and Drop solution like this one

Thanks for your time.

  • 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-25T12:45:22+00:00Added an answer on May 25, 2026 at 12:45 pm

    See if a honeypot captcha helps. It is simple, does not require JavaScript and does not require user interaction. It works because a typical spambot will try to fill out all fields present of a form. This you can detect on the server side:

    <form action="" method="post">
        <label>Name</label>
        <input type="text" name="Name">
        <br />
        <label>Please leave this field empty</label>
        <input type="text" name="Email">
        <br />
        <input type="submit" />
    </form>
    

    Server side code (PHP):

    <?php
    if($_POST["Email"] != "") {
        die("Thank you for spamming!");
    }
    

    Server side code (ASP.NET/C#):

    void Page_Load(object sender, EventArgs e)
    {
        if(Request.Form["Email"] != "") {
            Response.Write("Thank you for spamming!");
            Response.End();
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a ASP.NET Web Forms application and I'm using some dynamic controls in
I'm using forms authentication on a very small ASP.NET web app (Web Forms) in
I am testing the UI of my ASP.Net Web Forms app using NUnit/Watin. I
I am using ASP.NET Web forms, When a user submit a page, an email
I'm using MVP with ASP.NET Web Forms. Being a good TDDer, I want to
We have been using log4net for logging our asp.net web forms application. Our logging
Currently I'm working on Web project that is built using ASP.NET Web Forms. We
Using Facebox with .NET (Web Forms) is painful--this primarily HTML site was designed by
Im working on an ASP.Net web forms application, where I have a form and
My team and I have a asp.net web forms application and are using several

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.