Tagged Questions
1
vote
0answers
231 views
Dropdown menu with XML data source gives web part error
I am using SharePoint designer to build a page with a data view web part that displays the contents of a 6,000 record XML file that is structured like the example below with each "Details" element ...
0
votes
1answer
226 views
How to get Site Map of ASP.NET page from where I am navigated to current page
I want breadcrumb trail from where I navigated to the current page and want to add an extra node to it.
For example:
I was here
A > B > C > D > E (E has a link to Z)
now I am here
A ...
2
votes
0answers
249 views
Custom XML Document Content Type with ASP.NET Forms in MOSS 2007/WSS 3.0 [closed]
I'd like to create a custom content type in SharePoint 2007 (WSS 3.0) that inherits from the existing XML Document content type (i.e. an InfoPath form) but I want to use custom ASP.NET forms to edit ...