Hello friends,
I have a question. I know its silly but I can't help. I created this aspx page using the masterpage. Well everything work except when I submit I am getting this erro msg.
" A page can have only one server-side Form tag."
I looked everywhere in the aspx page and I dont' see any form tag. I dont' know why am I getting this msg. Please help.
the aspx page below.
thanks in advance.
<%@ Page Language="VB" MasterPageFile="~/MasterPage.master" AutoEventWireup="false" CodeFile="ContactUS.aspx.vb" Inherits="ContactUS" title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table style="width: 608px;">
<tr>
<td align="center" bgcolor="Silver" colspan="2"
style="font-family: arial, Helvetica, sans-serif; font-size: large; font-weight: bolder; text-transform: capitalize; ...
Go to the complete details ...