mswift1974-gmail
-
9/7/2012 3:12:46 PM
RE:Get node or value from URL Selector
Thanks I got it working, it was actually a type that caused my problems. But here is the big problem
The node I get has three Url Selection fields. I can get a node from each field, I put those values into a TreeNodeDataSet. I want to use the TreeNodeDataSet as the datasource for a tab menu. I set the datasource in the normal way: cmsTabMenu.DataSource = treeNodeDataSet. BUt when the page runs the datasource is empty. Why? I can set a break point and I see items in the TreeNodeDataSet.
Is there a helper method that converts the TreeNodeDataSet into an acceptable datasource type?
|