<script languaage="c#" runat="server">...
-
Hi people, i removed my code from my code behind and placed them inline but have problem with the code bcos I don't know how to figure it out. Using System; Using System.Data.SqlClient; . . . but I am getting "INVALID TOKEN 'USING IN CLASS STRUCT, OR INTERFACE MEMBER DECLARATION" please tell me how to fix it. thak y a all
-
Hi people, i removed my code from my code behind and placed them inline but have problem with the code bcos I don't know how to figure it out. Using System; Using System.Data.SqlClient; . . . but I am getting "INVALID TOKEN 'USING IN CLASS STRUCT, OR INTERFACE MEMBER DECLARATION" please tell me how to fix it. thak y a all
-
Hi people, i removed my code from my code behind and placed them inline but have problem with the code bcos I don't know how to figure it out. Using System; Using System.Data.SqlClient; . . . but I am getting "INVALID TOKEN 'USING IN CLASS STRUCT, OR INTERFACE MEMBER DECLARATION" please tell me how to fix it. thak y a all
You said you are using inline. Try it this way and see if this gets rid of your error <%@ Page Language="C#" %> <%@ Import Namespace="System.Data" %> <%@ Import Namespace="System.Data.oledb" %> Zach</x-turndown>