2013-01-06 101 views
-1

此代碼的問題是什麼?編譯器錯誤信息:BC30205:聲明結束預期

Compiler Error Message: BC30205: End of statement expected. 

Source Error: 

Line 1: <script runat="server" type="css"> 
Line 2: protected void Page_Load(object sender, EventArgs e) 
Line 3: { 
Line 4:  if (!IsPostBack) 
Source File: C:\inetpub\wwwroot\logon\page.aspx Line: 1 

請幫忙嗎?

+2

'type =「css」'也許? – Aristos

+0

沒有看到你的'Page_Load'方法的其餘部分,這將是很難說。任何可能性,你可以將其餘的方法添加到你的問題? – pete

+0

我已經解決了。感謝您的回覆。我只是在我的代碼中添加<%@ Page Language =「C#」%> :) –

回答

0

我已經解決了我的問題:))我剛剛在我的代碼中添加了<%@ Page Language =「C#」%>謝謝大家!