Pregunta

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 ?

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top