<
telerik:RadDataPager
CssClass
=
"rdpWrap"
runat
=
"server"
ID
=
"Pager"
PagedControlID
=
"rptq"
AllowSEOPaging
=
"True"
AllowRouting
=
"True"
RouteName
=
"q"
PageSize
=
"15"
RoutePageIndexParameterName
=
"pager"
Width
=
"330px"
ontotalrowcountrequest
=
"Pager_TotalRowCountRequest"
Culture
=
"fa-IR"
Skin
=
"Outlook"
>
<
Fields
>
<
telerik:RadDataPagerButtonField
FieldType
=
"Numeric"
PageButtonCount
=
"15"
HorizontalPosition
=
"RightFloat"
/>
</
Fields
>
</
telerik:RadDataPager
>
<
br
/>
<
br
/>
<
cc1:DataPagerRepeater
ID
=
"rptq"
DataSourceID
=
"dsq"
runat
=
"server"
>
<
ItemTemplate
>
<
blockquote
><%#Eval("content")%></
blockquote
>
<
b
><
a
href
=
"/jomalat/<%#Eval("
F_name") %>-<%#Eval("L_name")%>/<%#Eval("author_id")%>"><%#Eval("F_name")%> <%#Eval("L_name")%></
a
></
b
>
<
asp:Button
runat
=
"server"
/>
<
br
/>
<
br
/>
</
ItemTemplate
>
</
cc1:DataPagerRepeater
>
<
telerik:RadDataPager
CssClass
=
"rdpWrap"
runat
=
"server"
ID
=
"RadDataPager1"
PagedControlID
=
"rptq"
AllowSEOPaging
=
"True"
AllowRouting
=
"True"
RouteName
=
"q"
PageSize
=
"15"
RoutePageIndexParameterName
=
"pager"
Width
=
"330px"
ontotalrowcountrequest
=
"Pager_TotalRowCountRequest"
Culture
=
"fa-IR"
Skin
=
"Outlook"
>
<
Fields
>
<
telerik:RadDataPagerButtonField
FieldType
=
"Numeric"
PageButtonCount
=
"15"
HorizontalPosition
=
"RightFloat"
/>
</
Fields
>
</
telerik:RadDataPager
>
Hello, Telerik Team
I got a problem to register the httphandler for the captcha control. Like this document says I placed this two codes in the web.config
But as this is done I still get this error on my page.
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Could not load file or assembly 'Telerik.Cms.Web.UI' or one of its dependencies. The system cannot find the file specified.
Source Error:
|
|
Version Information: Microsoft .NET Framework Version:2.0.50727.4016; ASP.NET Version:2.0.50727.4016
Hope you guyes can help me out with this problem.
Thanks in advance,
<
button
onclick
=
"openWin2();"
style
=
"width: 123px"
title
=
"Window2"
>Test2</
button
>
<
asp:Button
ID
=
"Button1"
runat
=
"server"
Text
=
"Button"
/>
Button1.Attributes.Add("onclick", "javascript:openWin2();return false;")