[Error loading the control 'NewsRepeater', check event log for more details]
[DataConnection.HandleError]:
Query:
SELECT * FROM
(
SELECT *, ROW_NUMBER() OVER (ORDER BY NewsReleaseDate DESC, NewsID DESC) AS CMS_ORN, ROW_NUMBER() OVER (PARTITION BY DocumentNodeID, NodeLinkedNodeID ORDER BY CASE WHEN DocumentCulture = @DocumentCulture THEN 1 ELSE 2 END) AS CMS_C FROM View_CONTENT_News_Joined WHERE NodeSiteID = @NodeSiteID AND (Published = @Published AND (NodeAliasPath = N'/kkk/Thong-tin-tuyen-truyen-(1)/Quy-hoach-ke-hoach-(2)/Pho-chu-tich-TT-UBND-huyen-tham-va-tang-qua-cho-ca') AND DocumentCulture = @DocumentCulture)
)
AS SubData
WHERE CMS_C = @CMS_C ORDER BY CMS_ORN
Caused exception:
Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding.