Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Aug 18, 2012 03:58 PM by Daniil T.
Member
5 Points
49 Posts
Aug 18, 2012 06:23 AM|LINK
I have done like below code, but problem is, it is pop up somewhere in the page., not right below the textbox.(in Google crome only )
So can anyone help me regarding this..
my code is:
<asp:TextBox ID="txt_apptdate" runat="server" CssClass="lefttd" Width="180px" Height="24px"></asp:TextBox> <cc1:CalendarExtender ID="CalendarExtender3" runat="server" Format="dd/MM/yyyy" TargetControlID="txt_apptdate" OnClientDateSelectionChanged="checkDate" PopupButtonID="imgCal"/> <asp:ImageButton ID="imgCal" runat="server" ImageUrl="~/images/calendar.jpg" CausesValidation="false" />
Pop up is not getting below the textbox in Google crome only
please help me soon
46 Points
32 Posts
Aug 18, 2012 03:58 PM|LINK
It`s hard to tell what wrong with you code. Maybe you need to add CssClass atribute to cc1:Calendar and specify it in css file.
What Calendar you are using ? Did you attempt to use Asp.net Ajax calendar?
sandymj14
Member
5 Points
49 Posts
how to add ajax calender extender with image..
Aug 18, 2012 06:23 AM|LINK
I have done like below code, but problem is, it is pop up somewhere in the page., not right below the textbox.(in Google crome only )
So can anyone help me regarding this..
my code is:
<asp:TextBox ID="txt_apptdate" runat="server" CssClass="lefttd" Width="180px" Height="24px"></asp:TextBox>
<cc1:CalendarExtender ID="CalendarExtender3" runat="server" Format="dd/MM/yyyy" TargetControlID="txt_apptdate"
OnClientDateSelectionChanged="checkDate" PopupButtonID="imgCal"/>
<asp:ImageButton ID="imgCal" runat="server" ImageUrl="~/images/calendar.jpg"
CausesValidation="false" />
Pop up is not getting below the textbox in Google crome only
please help me soon
Daniil T.
Member
46 Points
32 Posts
Re: how to add ajax calender extender with image..
Aug 18, 2012 03:58 PM|LINK
It`s hard to tell what wrong with you code. Maybe you need to add CssClass atribute to cc1:Calendar and specify it in css file.
What Calendar you are using ?
Did you attempt to use Asp.net Ajax calendar?