سؤال

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