I'm using repeater.
1.I want to create a related news function to display 10 newest news except current news.
i wrote:
this.cmsrepeaterrelatednews.WhereCondition = string.Format("NodeAliasPath <>'{0}'", Functions.GetAliasPath());
this.cmsrepeaterrelatednews.ReloadData(true);
But it's show current news.
2.I want to create a related news function to display 10 newest news except current news.
The 10 related news have title like current title display.
how can i do?
Thank you