genglish
-
2/5/2009 3:42:04 AM
CMSBreadCrumbs - Adding Parameters
Hello,
I am using the CMSBreadCrumbs control in my master page.
I have a generic page that accepts an ID parameter. The CMSBreadCrumbs control renders this page in the bread crumb trail, however it doesn't have the parameter value that was passed to the page.
Is there a way that I can add parameters to the break crumb links?
I attempted to modified the CMSBreadCrumbs DataSource (which is a DataSet) however, there isn't a column that contains the URL. I believe that when the CMSBreadCrumbs control is render it uses the alias path to generate the URL.
I also can't find any info on the RenderHTML(bool) method. I was thinking that maybe I can modify the DataSource and call the RenderHTML method, but I don't know the schema that the DataSource should be.
Thanks, Garry
|