or
Server Error
in
'/'
Application.
Invalid JSON primitive: {
"minDateStr"
:
"2/28/2012 0:0:0"
,
"maxDateStr"
:
"12/31/2099 0:0:0"
}.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace
for
more information about the error and where it originated
in
the code.
Exception Details: System.ArgumentException: Invalid JSON primitive: {
"minDateStr"
:
"2/28/2012 0:0:0"
,
"maxDateStr"
:
"12/31/2099 0:0:0"
}.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified
using
the exception stack trace below.
Stack Trace:
[ArgumentException: Invalid JSON primitive: {
"minDateStr"
:
"2/28/2012 0:0:0"
,
"maxDateStr"
:
"12/31/2099 0:0:0"
}.]
System.Web.Script.Serialization.JavaScriptObjectDeserializer.BasicDeserialize(String input, Int32 depthLimit, JavaScriptSerializer serializer) +543674
System.Web.Script.Serialization.JavaScriptSerializer.Deserialize(JavaScriptSerializer serializer, String input, Type type, Int32 depthLimit) +37
System.Web.Script.Serialization.JavaScriptSerializer.DeserializeObject(String input) +13
Telerik.Web.UI.RadWebControl.LoadPostData(String postDataKey, NameValueCollection postCollection) +137
Telerik.Web.UI.RadDatePicker.System.Web.UI.IPostBackDataHandler.LoadPostData(String postDataKey, NameValueCollection postCollection) +40
System.Web.UI.Page.ProcessPostData(NameValueCollection postData, Boolean fBeforeLoad) +346
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1743
Version Information: Microsoft .NET Framework Version:2.0.50727.3625; ASP.NET Version:2.0.50727.3634
<
telerik:RadListView
ID
=
"RadListView2"
runat
=
"server"
AllowPaging
=
"True"
ItemPlaceholderID
=
"ListPlaceHolder"
Skin
=
"listview_2"
EnableEmbeddedSkins
=
"false"
DataKeyNames
=
"id,filenameextension,typeAbbr,title"
OnNeedDataSource
=
"RadListView2_NeedDataSource"
>
<
LayoutTemplate
>
<
table
id
=
"products"
class
=
"products"
>
<
thead
>
<
tr
>
<
th
>
Prev
</
th
>
<
th
class
=
"expand"
>
</
th
>
<
th
>
File Name
</
th
>
<
th
>
Asset Type
</
th
>
<
th
>
Document Type
</
th
>
<
th
>
Advertiser Name
</
th
>
<
th
>
Advertiser Category
</
th
>
<
th
>
Details
</
th
>
<
th
>
Market
</
th
>
<
th
>
Product Category
</
th
>
<
th
>
Keywords
</
th
>
<
th
>
Approved
</
th
>
<
th
>
Date
</
th
>
</
tr
>
</
thead
>
<
tbody
>
<
tr
id
=
"ListPlaceHolder"
runat
=
"server"
>
</
tr
>
</
tbody
>
</
table
>
</
LayoutTemplate
>
<
ItemTemplate
>
<
tr
>
<
td
>
<%# String.Format("javascript:Popup_Window('asset_preview', '{0}');", Eval("id").ToString())%>
</
td
>
<
td
>
<
asp:CheckBox
ID
=
"ChkImage2"
runat
=
"server"
Style
=
"float: left; padding-top: 5px"
/>
</
td
>
<
td
>
<%# String.Format("javascript:Popup_Window('asset_detail', '{0}');", Eval("id").ToString())%>
</
td
>
<
td
>
<%# Eval("typeAbbr")%>
</
td
>
<
td
>
<%# Eval("documentTypeText")%>
</
td
>
</
tr
>
</
ItemTemplate
>
<
EmptyDataTemplate
>
No Assets Found 2
</
EmptyDataTemplate
>
</
telerik:RadListView
>