I have ajax:calenderExtender for selecting date. Now when I click on image button to popup the calendar that time popup position is top of the page but i give position at right side now from second click it gives right position

Recommended Answers

All 2 Replies

Care to share the code driving your extender (specifically any areas you modified) so we can see if there's anything there to explain what you're saying is happening?

((And on that note, good people, good night :zzz: ))

<asp:TextBox ID="TextBox1" runat="server" Width="160px" ReadOnly="false"></asp:TextBox>
<asp:ImageButton ID="Image1" runat="server" ImageUrl="~/Restaurants/Sapphire/Images/arrow.gif" />
<ajax:CalendarExtender ID="CalendarExtender1" runat="server" PopupPosition="Right"
PopupButtonID="Image1" TargetControlID="TextBox1">
</ajax:CalendarExtender>

This is code for calendarExtender

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.