Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Dec 22, 2012 04:43 PM by Bobby-Z
Member
9 Points
55 Posts
Dec 21, 2012 05:46 PM|LINK
i have added calendar extender to one of the cell of details view, which show the calendar when we click in the cell.
i want to add an image on the side of the cell. when we click on the image then the calendar displays.
i don't understand how this will be implemented.
Please help
Contributor
2838 Points
1120 Posts
Dec 21, 2012 06:03 PM|LINK
<asp:image runat="server" ImageUrl="~/images/calendar_icon.png" ID="popupCalendar" style="height:20px; width:20px; float:left" />
use an image control, then have your poup calendar popupcontrol = imageID then when image is clicked it will popup.
Dec 22, 2012 04:31 PM|LINK
i have used ajax calendar extender and it does not have any popupcontrol property.
now what to do?
Dec 22, 2012 04:43 PM|LINK
Its Called PoupButtonID="Either ImageID or TextboxID"
Adnan dani
Member
9 Points
55 Posts
image of ajax calendar extender
Dec 21, 2012 05:46 PM|LINK
i have added calendar extender to one of the cell of details view, which show the calendar when we click in the cell.
i want to add an image on the side of the cell. when we click on the image then the calendar displays.
i don't understand how this will be implemented.
Please help
Bobby-Z
Contributor
2838 Points
1120 Posts
Re: image of ajax calendar extender
Dec 21, 2012 06:03 PM|LINK
<asp:image runat="server" ImageUrl="~/images/calendar_icon.png" ID="popupCalendar" style="height:20px; width:20px; float:left" />
use an image control, then have your poup calendar popupcontrol = imageID then when image is clicked it will popup.
Currently Learning: ASP, SQL, CSS, JavaScript, AJAX, XML, XSLT, C# So please be patient with me! Thanks
Adnan dani
Member
9 Points
55 Posts
Re: image of ajax calendar extender
Dec 22, 2012 04:31 PM|LINK
i have used ajax calendar extender and it does not have any popupcontrol property.
now what to do?
Bobby-Z
Contributor
2838 Points
1120 Posts
Re: image of ajax calendar extender
Dec 22, 2012 04:43 PM|LINK
Its Called PoupButtonID="Either ImageID or TextboxID"
Currently Learning: ASP, SQL, CSS, JavaScript, AJAX, XML, XSLT, C# So please be patient with me! Thanks