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 -->
Afficher la suite