Hi All!
I have RadDatePicker on my aspx page.
i.e. I used on popup button my image. All work is wonderful under local IIS5 and IIS6. But under IIS7 It image is changed to another which I don't have even.
Any ideas?
Thanks!
P.S. It another image displaying two arrows to left.
I have RadDatePicker on my aspx page.
| <telerik:RadDatePicker ID="dpDate1" runat="server" Skin="Office2007" Culture="English (United States)" Width="200px" AutoPostBack="True" OnSelectedDateChanged="dpDate1_SelectedDateChanged" > |
| <DateInput LabelCssClass="riLabel radLabelCss_Office2007" Skin="Office2007" Width="" AutoPostBack="True" > |
| </DateInput> |
| <DatePopupButton CssClass="radPopupImage_Outlook" HoverImageUrl="~/Images/DatePicker.png" |
| ImageUrl="~/Images/DatePicker.png" /> |
| <Calendar Skin="Office2007" UseColumnHeadersAsSelectors="False" UseRowHeadersAsSelectors="False" |
| ViewSelectorText="x" RangeMinDate='<%#DateTime.Now %>'> |
| </Calendar> |
| </telerik:RadDatePicker> |
i.e. I used on popup button my image. All work is wonderful under local IIS5 and IIS6. But under IIS7 It image is changed to another which I don't have even.
Any ideas?
Thanks!
P.S. It another image displaying two arrows to left.