admin
-
8/28/2006 9:13:46 AM
Re: datagrid link
Hello,
if you need to create a link to some page managed by Kentico CMS, you need to ensure that your DataSource contains the AliasPath column of the CMS_Tree table. Then, you can get the URL of the page like this: <%# ResolveUrl("~/.") + Eval("AliasPath") + ".aspx" %>
Best Regards,
|