Hello
I am working on a ASP.NET (Visual Studio) project and would be grateful for advice on how to translate the following into VB.NET:
<?php
if($_POST['robots'] != '') {
echo 'Sorry, we don\'t like spammers here!';
} else {
// Process the form
}
?>
Many thanks!
Bluenose