![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
06/08/2008, 20:47
|
| | Fecha de Ingreso: agosto-2008
Mensajes: 4
Antigüedad: 16 años, 6 meses Puntos: 0 | |
Respuesta: runat=server Yo tengo una pregunta, apenas estoy empesando con C# pero mi explorador me arroja un error me podrian ayudar cual es el problema?, es referente el runat=server esto dice.
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Unexpected end of file looking for </sccript> tag.
Source Error:
Line 21: </html>
Line 22:
Line 23: <sccript language=c# runat=server>
Line 24: void evento1 (Object sender, EventArgs e)
Line 25: {int edad =int32.parse(EDAD.Value);
Source File: /ejemplo1.aspx Line: 23
Igual tengo otro ke dice :
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Could not load type 'PROG3.CS'.
Source Error:
Line 1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Line 2: <%@ PAGE INHERITS=PROG3.CS%>
Line 3: <html>
Line 4: <head>
Source File: /ejemplo3.aspx Line: 2 \
gracias por la ayuda. |