<telerik:RadScriptManager ID="RadScriptManager1" runat="server"> |
</telerik:RadScriptManager> |
<table cellpadding="5" cellspacing="0" border="0" align="center"> |
<tr> |
<td> |
Begin Date |
</td> |
<td> |
End Date |
</td> |
<td colspan="2"> |
|
</td> |
</tr> |
<tr> |
<td> |
<telerik:RadDatePicker ID="BeginDate" Runat="server" |
Culture="English (United States)" Skin="Office2007"> |
<Calendar UseRowHeadersAsSelectors="False" UseColumnHeadersAsSelectors="False" ViewSelectorText="x" skin="Office2007"></Calendar> |
<DatePopupButton ImageUrl="" HoverImageUrl=""></DatePopupButton> |
<DateInput DisplayDateFormat="M/d/yyyy" DateFormat="M/d/yyyy"></DateInput> |
</telerik:RadDatePicker> |
</td> |
<td> |
<telerik:RadDatePicker ID="EndDate" Runat="server" Skin="Office2007"> |
<Calendar UseRowHeadersAsSelectors="False" UseColumnHeadersAsSelectors="False" ViewSelectorText="x" skin="Office2007"></Calendar> |
<DatePopupButton ImageUrl="" HoverImageUrl=""></DatePopupButton> |
<DateInput DisplayDateFormat="M/d/yyyy" DateFormat="M/d/yyyy"></DateInput> |
</telerik:RadDatePicker> |
</td> |
<td> |
<asp:Button ID="btnGo" runat="server" Text="Go!" onclick="btnGo_Click" /> |
</td> |
<td> |
<asp:LinkButton ID="lnkShowAll" runat="server" onclick="lnkShowAll_Click">Show All</asp:LinkButton> |
</td> |
</tr> |
</table> |
Whats even more interesting is the fact that the production test of this website (which is online on our server) works with no problems.
I haven't changed anything with the references or done anything to the controls on the page. This project is under source control and even after I had gotten the restore for it, the problem persists.
Any insight would be greatly appreciated, thanks!
Joshua Smith
odsPage.UpdateParameters[
"ParentPageCode"
].DefaultValue = ddlParentPage.SelectedItem.Value;
Source: |
System.Web |
Message: |
An error occurred while communicating with the remote host. The error code is 0x80070001. |
|
|
|
|
|
|