Coding mistakes

Monday, May 30, 2005

Server Error in '/ASPNET_Test' Application.
--------------------------------------------------------------------------------

Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS0103: The name 'F2C' does not exist in the class or namespace 'ASP.text_aspx'

Source Error:



Line 9:
Line 10: <%
Line 11: double C = F2C(20);
Line 12:
Line 13: Response.Write("Celsius: " + C);


Source File: G:\Websites\ASPNET_Test\text.aspx Line: 11


Reason: Missing runat for script block, causing the script block not to be included as a member in the autogenerated page-derived class.
Fix: