Hi
To remove the errors, follow the steps below:
1. Replace the opening HTML tag with the following:
<html xmlns="http://www.w3.org/1999/xhtml">
2. After the <head> tag, specify a title for the page, like
<title>Wrox Test</title>
3. Give the form an id as below:
<form id="form1" runat="server">
Regards
Mike
Fortune favours the brave, so don't regret on missed oppurtunities.
|