c# - The name 'GridView1' does not exist in the current context Glossary.aspx.cs -
glossary.aspx here html code site. plan add login people can edit table based upon active directory. <!doctype html> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title spellcheck="true">lexis nexis glossary</title> </head> <body> <form id="form1" runat="server"> <div style="margin-left: 720px"> </div> <asp:sqldatasource id="tedglossary" runat="server" connectionstring="<%$ connectionstrings:glsry_taylor %>" selectcommand="select [termtext], [defnbr], [defvernbr], [deftext], [amplifyingexplanationtext], [seealsotext], [authoritativesrctext], [scopename], [domnname], [governancestatename], [lastupdttimestamp] [glossary] order [termtext]"></asp:sqldatasource> <asp:gri