Atlas, popup calendar

Résolu
cnguyen Messages postés 81 Date d'inscription mardi 7 mars 2006 Statut Membre Dernière intervention 12 juillet 2006 - 15 mai 2006 à 15:43
jesusonline Messages postés 6814 Date d'inscription dimanche 15 décembre 2002 Statut Membre Dernière intervention 13 octobre 2010 - 15 mai 2006 à 17:45
Pour l'utilisation d'atlas, j'ai un petit souci, il me dit :

Extender controls require a ScriptManager to be present on the page.
Nom du paramètre : scriptManager

Voici ce que j'ai mis pour mon fichier :
<!-- BEGIN TEMPLATE: bbcode_code -->



Code :

<%@
Register
Assembly
="AtlasControlToolkit"
Namespace
="AtlasControlToolkit"
TagPrefix
="atlasToolkit"
%>


<
form
id
="form1"
runat
="server">

<
div
>

<
asp
:
TextBox
ID
="DateTextBox"
runat
="server"></
asp
:
TextBox
></
div
>

</
form
>

<
asp
:
Panel
ID
="Panel1"
runat
="server"
CssClass
="popupControl">







<
atlasToolkit
:
PopupControlExtender
ID
="PopupControlExtender1"
runat
="server">

<
atlasToolkit
:
PopupControlProperties
TargetControlID
="DateTextBox"
PopupControlID
="Panel1"
Position
="Bottom"
/>

</
atlasToolkit
:
PopupControlExtender
>

<
center
>

<
asp
:
Calendar
ID
="Calendar1"
runat
="server"
BackColor
="White"
BorderColor
="#999999"
CellPadding
="1"
DayNameFormat
="Shortest"
Font-Names
="Verdana"
Font-Size
="8pt"
ForeColor
="Black"
Width
="160px"
OnSelectionChanged
="Calendar1_SelectionChanged">

<
SelectedDayStyle
BackColor
="#666666"
Font-Bold
="True"
ForeColor
="White"
/>

<
TodayDayStyle
BackColor
="#CCCCCC"
ForeColor
="Black"
/>

<
SelectorStyle
BackColor
="#CCCCCC"
/>

<
WeekendDayStyle
BackColor
="#FFFFCC"
/>

<
OtherMonthDayStyle
ForeColor
="#808080"
/>

<
NextPrevStyle
VerticalAlign
="Bottom"
/>

<
DayHeaderStyle
BackColor
="#CCCCCC"
Font-Bold
="True"
Font-Size
="7pt"
/>

<
TitleStyle
BackColor
="#999999"
BorderColor
="Black"
Font-Bold
="True"
/>

</
asp
:
Calendar
>

</
center
>

</
asp
:
Panel
>

<!-- END TEMPLATE: bbcode_code -->Le probleme c'est que lorsque j'ajoute cette ligne:

<!-- BEGIN TEMPLATE: bbcode_code -->



Code :

<atlas
:
ScriptManager
ID
="ScriptManager1"
EnablePartialRendering
="true"
runat
="server"></
atlas
:
ScriptManager
>

<!-- END TEMPLATE: bbcode_code -->Il me dit que la balise est inconnue

<!-- / message --><!-- edit note -->

2 réponses

jesusonline Messages postés 6814 Date d'inscription dimanche 15 décembre 2002 Statut Membre Dernière intervention 13 octobre 2010 29
15 mai 2006 à 17:45
Bonjour


<Center> ???? c'est quoi cette balise inconnue qui date du siecle dernier ??? utilises plutot CSS pour ta mis en page ;) mais bref la n'est pas la question, c'est juste que ca m'a sauté aux yeux ;)

Le problème est comme il est indiqué que tu n'as pas de balise http://atlas.asp.net/docs/overview/install.aspx



<HR>
Cyril - MVS - MCP
3
cnguyen Messages postés 81 Date d'inscription mardi 7 mars 2006 Statut Membre Dernière intervention 12 juillet 2006
15 mai 2006 à 15:48
Oups, voici le code mieux afficher :d
<%@
Register
Assembly
="AtlasControlToolkit"
Namespace
="AtlasControlToolkit"
TagPrefix
="atlasToolkit"
%>

<
form
id
="form1"
runat
="server">

<
div
>

<
asp
:
TextBox
ID
="DateTextBox"
runat
="server"></
asp
:
TextBox
>
</
div
>

</
form
>

<
asp
:
Panel
ID
="Panel1"
runat
="server"
CssClass
="popupControl">




<
atlasToolkit
:
PopupControlExtender
ID
="PopupControlExtender1"
runat
="server">

<
atlasToolkit
:
PopupControlProperties
TargetControlID
="DateTextBox"
PopupControlID
="Panel1"
Position
="Bottom"
/>

</
atlasToolkit
:
PopupControlExtender
>

<
center
>

<
asp
:
Calendar
ID
="Calendar1"
runat
="server"
BackColor
="White"
BorderColor
="#999999"
CellPadding
="1"
DayNameFormat
="Shortest"
Font-Names
="Verdana"
Font-Size
="8pt"
ForeColor
="Black"
Width
="160px"
OnSelectionChanged
="Calendar1_SelectionChanged">
<
SelectedDayStyle
BackColor
="#666666"
Font-Bold
="True"
ForeColor
="White"
/>
<
TodayDayStyle
BackColor
="#CCCCCC"
ForeColor
="Black"
/>
<
SelectorStyle
BackColor
="#CCCCCC"
/>

<
WeekendDayStyle
BackColor
="#FFFFCC"
/>

<
OtherMonthDayStyle
ForeColor
="#808080"
/>

<
NextPrevStyle
VerticalAlign
="Bottom"
/>

<
DayHeaderStyle
BackColor
="#CCCCCC"
Font-Bold
="True"
Font-Size
="7pt"
/>

<
TitleStyle
BackColor
="#999999"
BorderColor
="Black"
Font-Bold
="True"
/>

</
asp
:
Calendar
>

</
center
>

</
asp
:
Panel
>

<!-- END TEMPLATE: bbcode_code -->
0
Rejoignez-nous