powered by simpleCommunicator - 2.0.35     © 2025 Programmizd 02
Форумы / ASP.NET [игнор отключен] [закрыт для гостей] / Помогите начинающему
7 сообщений из 7, страница 1 из 1
Помогите начинающему
    #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
Помогите начинающему
    #32137221
Фотография hDrummer
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
надо так:

Код: plaintext
1.
2.
<form id= "Form1"  method= "post"  runat= "server" >
<asp:Calendar id= "Dates"  runat= "server"  /> 
</form>
...
Рейтинг: 0 / 0
Помогите начинающему
    #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
Помогите начинающему
    #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
Помогите начинающему
    #32137747
dub
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
Src="HelloWorld2.vb"
...
Рейтинг: 0 / 0
Помогите начинающему
    #32138033
Фотография greenapple
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
Inherits="[ApplicationAssemblyName].HelloWorldClass" Codebehind="HelloWorld2.vb"
...
Рейтинг: 0 / 0
Помогите начинающему
    #32138309
Фотография tygra
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
2 samirx
Ну так чего? Догадался?
...
Рейтинг: 0 / 0
7 сообщений из 7, страница 1 из 1
Форумы / ASP.NET [игнор отключен] [закрыт для гостей] / Помогите начинающему
Целевая тема:
Создать новую тему:
Автор:
Закрыть
Цитировать
Найденые пользователи ...
Разблокировать пользователей ...
Читали форум (0):
Пользователи онлайн (0):
x
x
Закрыть


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