Posted on: 9/14/2015 11:08:29 PM | Views : 2053

I get that error when writing the script
Default.aspx
<%@ Page Language="C#" MasterPageFile="~/Tappingthemanavault.master" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="TappingtheManaVaultOnlineStore.Default" Title="Tapping the Mana Vault - Online Store" %> <asp:Content ID="Content1" ContentPlaceHolderID="contentPlaceHolder" runat="server"> </asp:Content> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server">     <title></title> </head> <body>     <form id="form1" runat="server">     <div>          </div>     </form> </body& ...

Go to the complete details ...