CHUYÊN MỤC

[Error loading the control 'NewsRepeater', check event log for more details]

[DataConnection.HandleError]:

Query:
SELECT * FROM
(
SELECT *, ROW_NUMBER() OVER (ORDER BY NewsReleaseDate 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 LIKE N'/thi-tran-kbang/kkk/Chuyen-đoi-so/%') 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.