Tagged Questions
The dataformwebpart tag has no wiki summary.
4
votes
2answers
6k views
Dynamically set the DefaultValue of a ParameterBinding in a DataFormWebPart
In my custom aspx page in WSS I am using a DataFormWebPart with an xsl file to render some data. In order to pass values to the xsl I use parameter bindings. Specifically, I need to pass in the server ...
1
vote
0answers
39 views
SharePoint Dataform webpart redirection issue
I have two web parts in my sharepoint aspx web page. One is Content editor web part and the other is data form web part.
In data form web part, I have a data view and I need to pass a parameter "id" ...
1
vote
3answers
1k views
Own DataFormWebPart: Unable to display this Web Part
Unable to display this Web Part. To troubleshoot the problem, open this
Web page in a Microsoft SharePoint Foundation-compatible HTML editor
such as Microsoft SharePoint Designer. If the problem ...
1
vote
2answers
609 views
Using regular expressions in the Search Core Results web part XSLT
The Search Core Results SharePoint web part uses XSLT 1.0 to transform search results for display. I would like to manipulate some of the result text using regular expressions. Alas, XSLT 2.0 ...
0
votes
0answers
6 views
Pagination in DataformWP not working
I have a dataformwebpart, with pagination enabled. Nothing happens when I click the arrow image on pagination, it just returns to same page.
What i did before was to edit the SharePoint:SPDataSource ...
0
votes
1answer
225 views
Extending DataForm Web part Not showing Node Value
I'm trying to create a custom web part by inheriting the dataformwebpart. the problem i'm facing is that in xsl i'm not able to display value of xml nodes although i'm getting the names of nodes.
...
0
votes
1answer
780 views
SharePoint:FormField in a custom webpart?
On my home page, I want a simple webpart that allow users to quickly fill an entry in a list.
The list have, let's say, three fields : title (text), body (rich text), category (lookup).
I don't want ...
0
votes
0answers
294 views
Sharepoint DataFormwebpart paging with ASP.net dropdown control
I was working on a aspx page by using Sharepoint Designer 2007. I had a dataformwebpart showing member list, it is parameter binded with a asp.net dropdown, which contains A ~ Z character, and worked ...
0
votes
1answer
517 views
XSLT: Calculate results for filtered subset and full set of data in one go
My xslt-fu is still very weak. Early days.
My XML data is a list of companies, their service provider, and their value.
I've managed to group by service provider so I can see which service ...
0
votes
1answer
329 views
How to use a Custom connection string in SPSqlDatasource of Dataform web part
In my sharepoint ASPX page i have a data form web part with a SPSqlDataSource. and it is having a connection string like
Here my problem is, now i want to use another connection string which is ...
0
votes
0answers
228 views
SharePoint DataFormWebPart and DataTable
Im trying to create a DataFormWebPart programmatically filling it with a DataTable, my success is somewhat not very great at the moment.
A bit pseudo
Create the DataTable with pre-defined ...
0
votes
1answer
303 views
Using jQuery to find selected row in a dataFormWegbPart
I have a sharepoint page with 2 dataformwebparts on it. Selecting the first, filters the second. That all works great but now I need to find out what row is selected in the first so that I can add an ...
0
votes
1answer
258 views
DataFormWebPart accessing previous versions of an item in WSS3.0
I am running WSS3.0 and have a custom list which contains versioning on a couple of fields. When I click on an item and I view the item page I see the history of all the fields which I have made ...
0
votes
1answer
610 views
sharepoint filter DataFormWebPart within TextBox
I want to filter DFWP through asp:TextBox.
Using Office Designer I added DFWP with data to the page.
Added asp:textbox with runat server, autopostback and ID="textBoxSearch".
Created variable [var] ...
0
votes
2answers
892 views
Truncating HTML attribute value in SharePoint DataFormWebPart
I'm using DataFormWebPart to display all announcements in the SharePoint site collections. It uses SPDataSouce with DataSourceMode set to CrossList and it works OK. The text of the announcement comes ...
0
votes
1answer
610 views
DataFormWebPart filter toolbar
I've lost the toolbar on my DataFormWebPart that has the dropdown boxes that apply a filter to the data - but I can't see a Filter checkbox in the Properties dialog.
How do I get it back?