Bonjour j?utilise le controle CalendarExtender il fonctionne bien sauf qu4il ne m?affiche que du lundi au vendredi comment faire pour qu?apparaisse le samedi et le dimanche
<asp:Content ID="Content1" ContentPlaceHolderID="mainCopy" Runat="Server">
<asp:ScriptManager id="ScriptManager1" runat="server" EnableScriptGlobalization="True">
</asp:ScriptManager>
<asp:UpdatePanel id="UpdatePanel1" runat="server">
<contenttemplate>
</contenttemplate>
</asp:UpdatePanel>
<asp:TextBox ID="TextBox1" runat="server" Width="419px"></asp:TextBox>
<asp:ImageButton ID="imgFchFinEv" runat="server" AlternateText="Click to show calendar"
CssClass="img" ImageUrl="~/Images/Calendar_scheduleHS.png" />
<cc1:CalendarExtender ID="CalendarExtender1" runat="server" FirstDayOfWeek="Monday"
Format="MM/yyyy" PopupButtonID="imgFchFinEv" TargetControlID="TextBox1" CssClass="MyCalendar">
</cc1:CalendarExtender>
</asp:Content>
voila mon code pourtant ya pas grand chose .
A plus tard et merci pour l?aide
Tonio