hi im encountering a problem with this code can anyone help me
<%@ Page Language="VB" ContentType="text/html" Debug="true" ResponseEncoding="utf-8" %>
<%@ Import Namespace="System" %>
<%@ Import Namespace="System.Data" %>
<%@ Import Namespace="System.Data.OleDb" %>
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Sign Up</title>
<script src="SpryAssets/SpryMenuBar.js" type="text/javascript">
</script>
<script runat="server">
sub hhh(s as object,e as eventargs)
dim dbconn as new OleDbConne ...
Go to the complete details ...