J
Jonathan Dixon
I saw this article and have implemented the code however this line
<script language="C#" runat="server" src="fetchData_sql.cs" />
refering to a file which i want to use, however i am doing my code in code
behind not in the html, can someone tell me how i reference the file
fetchData_sql.cs in the code behind as the command is not recognised.
Also the code for fetchdata_sql see link
http://authors.aspalliance.com/aspx...command.aspx.src&file=fetchData_sql.cs&font=3
does not have anything in it but that, do i just paste the code into a new
..cs file
Thanks
<script language="C#" runat="server" src="fetchData_sql.cs" />
refering to a file which i want to use, however i am doing my code in code
behind not in the html, can someone tell me how i reference the file
fetchData_sql.cs in the code behind as the command is not recognised.
Also the code for fetchdata_sql see link
http://authors.aspalliance.com/aspx...command.aspx.src&file=fetchData_sql.cs&font=3
does not have anything in it but that, do i just paste the code into a new
..cs file
Thanks