Contents tagged with ASP Classic to ASP.net
-
Spam Catch without Captcha
By Nannette Thacker
Here is an example of how to set a spam trap without using Captcha. In your web form, typically a Register or Log In page, simply place a hidden textarea field. Then on your form action page, check the value and if it contains any content, you can redirect them to another page or do anything you like. Since a real human won't see or have access to this form field, only the bots will fill in the field.
ASP.net VB Example -
HTML Tables to ASP.net Table Controls
If you're new to ASP.net, but familiar with ASP Classic or HTML, you might wonder about the ASP.net table control.
Dragging an HTML table from your toolbox...
... will generate these table commands: