문제

What's the problem of this code??

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

Help please ?

도움이 되었습니까?

해결책

I already solved my problem :)) i just added <%@ Page Language="C#"%> in my code :) thanks everyone!

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top