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

Calender not poping up with datepicker

1 Answer 112 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Lanre Ogunseye
Top achievements
Rank 1
Lanre Ogunseye asked on 02 Jun 2010, 04:35 AM
Hi,
I am trying to use several RadDatepicker . when i run with VS 2008 i do not have any problem but once i upload it to IIS the calender will cease to pop up. i have tried using shared calender and there seem to be no way out i have tried all night long with no succes.
Please help asap.
a spinet of the code is seen below
<telerik:RadDatePicker ID="RadDatePickerStartDate" runat="server" SharedCalendarID="SharedCalendar"
                                            </telerik:RadDatePicker> 
                                            &nbsp;&nbsp; 
                                            </td> 
                                    </tr> 
                                    <tr> 
                                        <td > 
                                            &nbsp;</td> 
                                        <td class="style2"
                                            &nbsp;</td> 
                                        <td colspan="2"
                                            <telerik:RadCalendar ID="SharedCalendar" runat="server" EnableMonthYearFastNavigation="False" 
                                                EnableMultiSelect="False" UseColumnHeadersAsSelectors="False" UseRowHeadersAsSelectors="False" 
                                                Skin="Inox"
                                            </telerik:RadCalendar> 
                                        </td> 
                                    </tr> 
                                    <tr> 
                                        <td align="left"
                                            Stop Date:</td> 
                                        <td class="style2"
                                            &nbsp; 
                                        </td> 
                                        <td align="left" class="style4"
                                            <telerik:RadDatePicker ID="RadDatePickerStopdate" runat="server" SharedCalendarID="SharedCalendar"
                                            </telerik:RadDatePicker> 
                                        </td> 


Thanks.

Lanre

1 Answer, 1 is accepted

Sort by
0
Tsvetina
Telerik team
answered on 02 Jun 2010, 02:29 PM
Hello Lanre,

If everything is fine with the project before you upload it, then most probably the problem is in your web.config file. Try removing it and creating it again, having in mind the guidelines provided in this help article.

All the best,
Tsvetina
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Calendar
Asked by
Lanre Ogunseye
Top achievements
Rank 1
Answers by
Tsvetina
Telerik team
Share this question
or