This is a migrated thread and some comments may be shown as answers.

RadDatePicker and IIS7

3 Answers 60 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Evgeniy
Top achievements
Rank 1
Evgeniy asked on 05 Feb 2009, 03:08 PM
Hi All!
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.


3 Answers, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 09 Feb 2009, 03:33 PM
Hello Evgeniy,

Can you please check the image url for the popup button (under IIS7) by right-clicking it, choose Properties and extract the url from there? If it appears to be valid, it should be rendered as expected. Furthermore, you can test whether setting the same image url for a standard asp ImageButton produces the desired result.

Let us know what your findings are.

Best regards,
Sebastian
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Evgeniy
Top achievements
Rank 1
answered on 10 Feb 2009, 06:43 PM
So.

Unfortunately url image does not appear. Instead, I see the url of page
http://www.mysite.com/test.aspx

But for the ImageButton this image displayed is wonderful!

Any ideas?

Thanks!




0
Sebastian
Telerik team
answered on 11 Feb 2009, 08:31 AM
Hi Evgeniy,

I will appreciate if you can provide a live url where this strange discrepancy can be observed (comparing asp ImageButton and our RadDatePicker control using the same image). Thus I will do my best to advice you further.

Regards,
Sebastian
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Calendar
Asked by
Evgeniy
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
Evgeniy
Top achievements
Rank 1
Share this question
or