[Error loading the control 'NewsList2', check event log for more details]
[DataConnection.HandleError]:
Query:
SELECT TOP 4 * 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'/Xa-H-neng/Tin-tuc/Hoat-đong-xa/%') 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.