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...
By Nannette Thacker 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: <table> <tr> <td>...