Search

You searched for the word(s): userid:711985

Matching Posts

  • Re: Problem with TreeView in Sharepoint 2007

    Ok, we've tried out this fix. It does get you past the most obvious problem, but there are other hidden problems in the "Site Content and Structure" pages: - The left nav tree links do not actually work anymore - You can still use the main frame to navigate to sub areas of the site (rather than using the left nav), but when you do, and then subsequently hit the "Up" folder button, you get the following error: Object reference not set to an instance of an object. at Microsoft.SharePoint.Publishing
    Posted to CSS Friendly Control Adapters (Forum) by mossman on 4/11/2007
  • Re: Problem with TreeView in Sharepoint 2007

    I had to focus away from the problem for a while... looks like it may be time to re-investigate it. I'll let you know if we can get it working via this method.
    Posted to CSS Friendly Control Adapters (Forum) by mossman on 4/9/2007
  • Re: CSSAdapters and MOSS 2007, how to get it done?

    Here's an article a friend of mine wrote on getting them to work in a publishing site. Be forewarned that there are issues with the treeview and the admin interfaces. http://www.sharepointblogs.com/mossman/archive/2007/03/08/css-friendly-control-adapters-in-sharepoint-2007-a-walk-through.aspx
    Posted to CSS Friendly Control Adapters (Forum) by mossman on 4/9/2007
  • Re: Problem with TreeView in Sharepoint 2007

    Thanks for sticking with me Russ! I'll try it out tomorrow and let you know what I find out.
    Posted to CSS Friendly Control Adapters (Forum) by mossman on 3/27/2007
  • Re: Problem with TreeView in Sharepoint 2007

    Anyone have any idears? Its pretty much stopped us from using the adapters in MOSS.
    Posted to CSS Friendly Control Adapters (Forum) by mossman on 3/22/2007
  • Re: Problem with TreeView in Sharepoint 2007

    Ok we tried: <a onclick='javascript:__doPostBack("<%# SmtPostBackHandler1.UniqueID %>", "Refresh=<%# TreeView1.SelectedNode.Value %>")' style="cursor:pointer"> Which doesn't error, but also doesn't fire the postbacks... the resultant html is this: <a onclick='javascript:__doPostBack("", "Refresh=")' style="cursor:pointer"> We also tried: <a onclick='javascript:__doPostBack("<%# SmtPostBackHandler1.UniqueID #%>", "Refresh=<%#= TreeView1.SelectedNode.Value #%>
    Posted to CSS Friendly Control Adapters (Forum) by mossman on 3/9/2007
  • Re: Problem with TreeView in Sharepoint 2007

    FYI, Andrew Connell pointed me to: " /12/TEMPLATE/LAYOUTS/sitemanager.aspx" which runs that admin menu page. It seems like the offending line is: <a onclick='javascript:__doPostBack("<%= SmtPostBackHandler1.UniqueID %>", "Refresh=<%= TreeView1.SelectedNode.Value %>")' style="cursor:pointer"> The CSS Friendly Adapters chokes on both of those <%='s, which seem to be fairly critical to the page. But I'm no expert at poking around in there. With them simply removed the menu is not
    Posted to CSS Friendly Control Adapters (Forum) by mossman on 3/9/2007
  • Re: Problem with TreeView in Sharepoint 2007

    Well, the page that is having the problem is part of the actual Sharepoint product. Honestly, I don't think I have access to that code, but perhaps I do in the 12 hive. I haven't gone that far in the investigation. In short, I haven't added anything that would cause it (other than the adapters). Basically, I turn on the adapter for treeView and the admin page crashes. Let me know if you have any other ideas.
    Posted to CSS Friendly Control Adapters (Forum) by mossman on 3/8/2007
  • Re: Problem with TreeView in Sharepoint 2007

    I turned on the CallStack and now I can see the full error... someone please tell me there is an answer to this.... I SOOOOOO badly need to use the css adapters but not having this admin menu would kill it. The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>). at System.Web.UI.ControlCollection.Add(Control child) at CSSFriendly.TreeViewAdapter.SaveAdapterViewState() at System.Web.UI.Control.SaveViewStateRecursive() at System.Web.UI.Control.SaveViewStateRecursive
    Posted to CSS Friendly Control Adapters (Forum) by mossman on 3/7/2007
  • Re: Problem with TreeView in Sharepoint 2007

    I have noticed the same exact problem in our publishing site. The asp:treeView is working on our actual master.page but the [Site Actions] - [Manage Content and Structure] is broken with no helpful error message. Anyone got any thoughts? -Mossman
    Posted to CSS Friendly Control Adapters (Forum) by mossman on 3/7/2007
Page 1 of 1 (10 items)