Hi,

I have a page which needs to collect data from user in steps. I have used the Multiview and then four views in that multiview as i have four steps to follow.
In last step i mean in step four i have a text box and CalendarExtender to use that text box to get date from user like this

<asp:TextBox ID="tbApplyEndDate" runat="server" CssClass="textboxfont" Width="66px"></asp:TextBox>
<ajaxToolkit:CalendarExtender
ID="ceEnd" runat="server" Format="MM/dd/yyyy" PopupButtonID="Image6ae" TargetControlID="tbApplyEndDate">
</ajaxToolkit:CalendarExtender>
<asp:Image ID="Image6ae" runat="server" ImageUrl="~/images/calendar.gif" />

This is working greate in FireFox/Opera/IE but Chrome is not showing the calendar when i click on the image assigned as PopupButtonID. this is really strange.
Please help me!

Thanks and regards,
Farid Masood

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.