<%@ Page Language="C#" AutoEventWireup="true" CodeFile="CheckCode.aspx.cs" Inherits="CheckCode" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title>Verification code to prevent auto signup in ASP.NET 2.0</title> <style type="text/css"> <!-- body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; } a:link { color: #0000FF; } a:visited { color: #0000FF; } a:hover { color: #0000FF; text-decoration: none; } a:active { color: #0000FF; } .basix { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; } .header1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #006699; } .lgHeader1 { font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #0066CC; background-color: #CEE9FF; } --> </style> </head> <body> <form id="form1" runat="server"> <div> </div> </form> </body> </html>
Its not vb.net but asp.net using C#.... bymistakely got posted in vb.net forum.... Sory....