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

'dateinput' not registered with script manager

1 Answer 72 Views
XmlHttpPanel
This is a migrated thread and some comments may be shown as answers.
Sinan
Top achievements
Rank 1
Sinan asked on 24 Sep 2009, 09:28 PM
I put this code inside xmlhttppanel


  
    <telerik:RadListBox runat="server" RegisterWithScriptManager="true" ID="lstDates" 
                            AllowDelete="true" Skin="Office2007" SelectionMode="Multiple" Width="300"
                            <ItemTemplate> 
                                <telerik:RadDateTimePicker ID="dtPicker" runat="server" SelectedDate='<%# Container.DataItem %>'> 
                                </telerik:RadDateTimePicker> 
                            </ItemTemplate> 
                        </telerik:RadListBox> 
                        <telerik:RadDateTimePicker ID="dtpDate" runat="server" Skin="Office2007" /> 
                        <br /> 
                        <asp:LinkButton ID="btnAddDate" runat="server" OnClientClick="callServer()" ValidationGroup="adddate"
                            <img id="Img1" src="~/images/btn_adddate.gif" runat="server" /></asp:LinkButton><br /> 
                        <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ErrorMessage="Select Date first" 
                            ControlToValidate="dtpDate" ValidationGroup="adddate"></asp:RequiredFieldValidator> 

when requist return from server I receive this message from VS  : 'dateinput' not registered with script manager
and the strange I dont have control in this name , but I am working with date , is there any help
the function of callServer() contain the code of calling server




1 Answer, 1 is accepted

Sort by
0
Accepted
Lini
Telerik team
answered on 28 Sep 2009, 07:53 AM
Hi,

This problem is fixed in the current internal RadControls for ASP.NET AJAX build. Please download it from our site (http://www.telerik.com/account/latest-internal-builds.aspx) and test your application.

Best wishes,
Lini
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
XmlHttpPanel
Asked by
Sinan
Top achievements
Rank 1
Answers by
Lini
Telerik team
Share this question
or