Гость
Форумы / ASP.NET [игнор отключен] [закрыт для гостей] / Помогите начинающему / 7 сообщений из 7, страница 1 из 1
10.04.2003, 08:06
    #32137171
Samir
Участник
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Помогите начинающему
Создал файл calendar.aspx

<asp:Calendar id="Dates" runat="server" />

Результат


Server Error in '/' Application.
--------------------------------------------------------------------------------

Control 'Dates' of type 'Calendar' must be placed inside a form tag with runat=server.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Web.HttpException: Control 'Dates' of type 'Calendar' must be placed inside a form tag with runat=server.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[HttpException (0x80004005): Control 'Dates' of type 'Calendar' must be placed inside a form tag with runat=server.]
System.Web.UI.Page.VerifyRenderingInServerForm(Control control) +152
System.Web.UI.WebControls.Calendar.Render(HtmlTextWriter writer) +215
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +243
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +72
System.Web.UI.Control.Render(HtmlTextWriter writer) +7
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +243
System.Web.UI.Page.ProcessRequestMain() +1900




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.0.3705.0; ASP.NET Version:1.0.3705.0
...
Рейтинг: 0 / 0
10.04.2003, 09:59
    #32137221
hDrummer
Участник
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Помогите начинающему
надо так:

Код: plaintext
1.
2.
<form id= "Form1"  method= "post"  runat= "server" >
<asp:Calendar id= "Dates"  runat= "server"  /> 
</form>
...
Рейтинг: 0 / 0
10.04.2003, 11:28
    #32137327
samirx
Гость
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Помогите начинающему
Создал файл HelloWorld2.aspx и

<%@ Page Language="VB" Inherits="HelloWorldClass" Scr="HelloWorld2.vb" %>
<html>
<body>
<form id="Form" runat="server">
<asp:Label id="lblTest" runat="server" />
</form>
</body>
</html>

HelloWorld2.vb

Public Class HelloWorldClass
Inherits System.Web.UI.Page
Protected lblTest As System.Web.UI.Webcontrols.Label
Public Sub Page_Load()
lblTest.Text = "Hello, the Page_load event occured."
End Sub
End Class

Результат

Server Error in '/' Application.
--------------------------------------------------------------------------------

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 'HelloWorldClass'.

Source Error:


Line 1: <%@ Page Language="VB" Inherits="HelloWorldClass" Scr="HelloWorld2.vb" %>
Line 2: <html>
Line 3: <body>


Source File: E:\asp\helloworld2.aspx Line: 1


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.0.3705.0; ASP.NET Version:1.0.3705.0
...
Рейтинг: 0 / 0
10.04.2003, 11:34
    #32137335
samirx
Гость
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Помогите начинающему
Создал HelloWorld2.vb

Public Class HelloWorldClass
Inherits System.Web.UI.Page
Protected lblTest As System.Web.UI.Webcontrols.Label
Public Sub Page_Load()
lblTest.Text = "Hello, the Page_load event occured."
End Sub
End Class

и HelloWold2.aspx

<%@ Page Language="VB" Inherits="HelloWorldClass" Scr="HelloWorld2.vb" %>
<html>
<body>
<form id="Form" runat="server">
<asp:Label id="lblTest" runat="server" />
</form>
</body>
</html>

Server Error in '/' Application.
--------------------------------------------------------------------------------

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 'HelloWorldClass'.

Source Error:


Line 1: <%@ Page Language="VB" Inherits="HelloWorldClass" Scr="HelloWorld2.vb" %>
Line 2: <html>
Line 3: <body>


Source File: E:\asp\helloworld2.aspx Line: 1


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.0.3705.0; ASP.NET Version:1.0.3705.0
...
Рейтинг: 0 / 0
10.04.2003, 16:24
    #32137747
dub
dub
Участник
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Помогите начинающему
Src="HelloWorld2.vb"
...
Рейтинг: 0 / 0
10.04.2003, 22:02
    #32138033
greenapple
Участник
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Помогите начинающему
Inherits="[ApplicationAssemblyName].HelloWorldClass" Codebehind="HelloWorld2.vb"
...
Рейтинг: 0 / 0
11.04.2003, 11:20
    #32138309
tygra
Участник
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Помогите начинающему
2 samirx
Ну так чего? Догадался?
...
Рейтинг: 0 / 0
Форумы / ASP.NET [игнор отключен] [закрыт для гостей] / Помогите начинающему / 7 сообщений из 7, страница 1 из 1
Целевая тема:
Создать новую тему:
Автор:
Найденые пользователи ...
Разблокировать пользователей ...
Читали форум (0):
Пользователи онлайн (0):
x
x
Закрыть


Просмотр
0 / 0
Close
Debug Console [Select Text]