Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Nov 08, 2012 10:17 AM by webindia
Member
2 Points
11 Posts
May 30, 2008 06:22 AM|LINK
I have a problem with Ajax calendar Extender . After pop up the calendar, even I go to another control the Calendar Popup is still visible
I want to hide it with out selecting any date.
My code:
Contributor
2162 Points
458 Posts
May 31, 2008 01:13 PM|LINK
Hi,
Why don't you use <asp:ImageButton> instead of HTML <img>.. As far as i am concerned, AJAX Calendar Extender doesn't goes well with HTML <img>....
So try with this instead.....
<
Hope this helps ... If not ,then let me know...
Jun 02, 2008 04:30 AM|LINK
Yes you are correct. I changed the img as asp:imagebutton. Now It's working fine [:D] . Thank you.
64 Points
16 Posts
Jul 30, 2008 07:13 AM|LINK
Hi thank u for the post.. [:)]
23 Points
75 Posts
Jun 15, 2009 09:17 AM|LINK
Hi
Thank You For the post.
This is what I have been Looking for.
153 Points
65 Posts
Nov 10, 2009 09:42 AM|LINK
Thank you
It is working
Calendar extender Close onblur
4 Points
2 Posts
Jan 25, 2011 08:34 AM|LINK
Hi Talib,
Thank u so much, It working fine. :)
Feb 06, 2011 08:03 AM|LINK
You're most welcome !
45 Points
28 Posts
Jun 29, 2011 06:48 AM|LINK
Thnks....
Changed <asp:Image to <asp.ImageButton
Nov 08, 2012 10:17 AM|LINK
Hi Tablib, I have one question.
I want to show a Start, InProgress and Completed Status in my web page.
Is there any way to do this or we can acheive thru image only?
vcmanoj25
Member
2 Points
11 Posts
AJAX Calendar Extender not close when I click in page or press escape button
May 30, 2008 06:22 AM|LINK
I have a problem with Ajax calendar Extender . After pop up the calendar, even I go to another control the Calendar Popup is still visible
I want to hide it with out selecting any date.
My code:
<form id="form1" runat="server"> <asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager> <div><table style="position: relative"><tr><td style="width: 239px"> <cc1:CalendarExtender ID="CalendarExtender1" runat="server" TargetControlID="txtbxCal" PopupButtonID="imgcal" Format="dd-MMM-yyyy"></cc1:CalendarExtender> <asp:TextBox ID="txtbxCal" runat="server"></asp:TextBox><img id="imgcal" height="12" width="12" runat="server" src="topbg.jpg" /><br> <asp:TextBox ID="txtbxCalTo" runat="server"></asp:TextBox> </td></tr></table></div> </asp:UpdatePanel></form>Talib_dotnet
Contributor
2162 Points
458 Posts
Re: AJAX Calendar Extender not close when I click in page or press escape button
May 31, 2008 01:13 PM|LINK
Hi,
Why don't you use <asp:ImageButton> instead of HTML <img>.. As far as i am concerned, AJAX Calendar Extender doesn't goes well with HTML <img>....
So try with this instead.....
<asp:ScriptManager ID="ScriptManager1" runat="server" /><
AjaxControlToolkit:CalendarExtender ID="CE1" runat="server" TargetControlID="txt1" Format="dd-MMM-yyyy" PopupButtonID="img1" ></AjaxControlToolkit:CalendarExtender> <asp:TextBox ID="txt1" runat="server"></asp:TextBox><
asp:ImageButton ID="img1" runat="server" ImageUrl="~/Images/no.jpg" />Hope this helps ... If not ,then let me know...
Chief Technology Architect
MCTS
OnlineASP.Net
A-S-P Arabia...Consult Us
vcmanoj25
Member
2 Points
11 Posts
Re: AJAX Calendar Extender not close when I click in page or press escape button
Jun 02, 2008 04:30 AM|LINK
Yes you are correct. I changed the img as asp:imagebutton. Now It's working fine [:D] . Thank you.
priyanr
Member
64 Points
16 Posts
Re: AJAX Calendar Extender not close when I click in page or press escape button
Jul 30, 2008 07:13 AM|LINK
Hi thank u for the post.. [:)]
http://www.priyanonnet.com
Alekhya.Muvv...
Member
23 Points
75 Posts
Re: AJAX Calendar Extender not close when I click in page or press escape button
Jun 15, 2009 09:17 AM|LINK
Hi
Thank You For the post.
This is what I have been Looking for.
lokeshkumarn
Member
153 Points
65 Posts
Re: AJAX Calendar Extender not close when I click in page or press escape button
Nov 10, 2009 09:42 AM|LINK
Thank you
It is working
Calendar extender Close onblur
Lokesh
webindia
Member
4 Points
2 Posts
Re: AJAX Calendar Extender not close when I click in page or press escape button
Jan 25, 2011 08:34 AM|LINK
Hi Talib,
Thank u so much, It working fine. :)
Talib_dotnet
Contributor
2162 Points
458 Posts
Re: AJAX Calendar Extender not close when I click in page or press escape button
Feb 06, 2011 08:03 AM|LINK
You're most welcome !
Chief Technology Architect
MCTS
OnlineASP.Net
A-S-P Arabia...Consult Us
monishafrien...
Member
45 Points
28 Posts
Re: AJAX Calendar Extender not close when I click in page or press escape button
Jun 29, 2011 06:48 AM|LINK
Thnks....
Changed <asp:Image to <asp.ImageButton
webindia
Member
4 Points
2 Posts
Re: AJAX Calendar Extender not close when I click in page or press escape button
Nov 08, 2012 10:17 AM|LINK
Hi Tablib, I have one question.
I want to show a Start, InProgress and Completed Status in my web page.
Is there any way to do this or we can acheive thru image only?