I’m following the ASP in C# to SQL database. I created all of the steps to get to the connection and I was able to do so. Now I’m receiving a parse error in the form, this is what I am getting.
[FONT=Arial, Helvetica, Geneva, SunSans-Regular, sans-serif]** Parser Error **
[FONT=Arial, Helvetica, Geneva, SunSans-Regular, sans-serif]
** Description: **An
error occurred during the parsing of a resource required to service
this request. Please review the following specific parse error details
and modify your source file appropriately.
** Parser Error Message: **Unexpected end of file looking for </form> tag.
**Source Error:**
Line 10: </head>
Line 11: <body>
[COLOR=red]Line 12: <form id=“form1” runat=“server”>
[/COLOR]Line 13: <div>
Line 14: <asp:SqlDataSource ID=“SqlDataSource1” runat=“server” ConnectionString="<%$ ConnectionStrings:GamesConnection %>" SelectCommand=“SELECT * FROM [pdfRed]”></asp:SqlDataSource> [/FONT][/FONT]Can anyone help!
Please…
thanks in advanced.