Saved Bookmarks
| 1. |
My Asp Code Gives An Error "compiler Error Message: Bc30289: Statement Cannot Appear Within A Method Body. End Of Method Assumed" When Changed To .aspx? |
|
Answer» USE a <script runat="server" type="text/javascript"> BLOCK INSTEAD of the <% %> syntax to DEFINE Subs.Make sure you have proper events associated with the code and have start and end of PROCEDURE or function wirtten properly. Use a <script runat="server" type="text/javascript"> block instead of the <% %> syntax to define Subs.Make sure you have proper events associated with the code and have start and end of procedure or function wirtten properly. |
|