The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
31 views

How to set RecurrenceRowset = true when creating a view programmatically

I'm trying to create 3 different calendar views which I will use as overlays to represent the same set of data but color coded differently based on the calendar view shown. Im using the object model ...
0
votes
1answer
356 views

How to Set SPQuery.RowLimit to get all items?

I'm using my SPList View to get the html code of extracted items by an SPQuery over the listview SPList myList = mySite.RootWeb.Lists.GetByInternalName("ListINStr"); SPView oView = ...
0
votes
1answer
67 views

Is that possible to replace the view field from SPView?

I have created 10 views using feature activation for task lib. Now i have to replace one particular view field from the view. But i am not able to modify that existing view create code. Ex: Field1 is ...
0
votes
0answers
48 views

How do i show a view on a Page in visual studio?

I have created 1 custom view for a custom sharepoint list in visual studio 2010. I have also added 1 aspx page using a module, in the page i have a webpart zone. I want to show the view in the page ...
0
votes
0answers
88 views

How do i display a SPView in a SPGridView

I have a web part which i am adding the SPGridView control too. I want to bind the SPGridView to a SPView. Sharepoint 2010 How would i do this, in code?
1
vote
1answer
851 views

How to attach programmatically and XSL to a View

I have my custom Document Library with his own content type, views and so on... I'd like to add a particular XSL to a View, to trasform particular value into other.. This works if I put the XSL file ...
2
votes
2answers
663 views

Adding webpart to filter view by code is not working

I need to add a new page in a new doc library. That works fine. In the page I need to add a webpart to filter list data from a view bases on 3 columns from the view. The following code is not ...
1
vote
0answers
998 views

ProjectedFields working in SPQuery but not in the View

I've three lists: Competitions, Works and WorksVotes, linked to each other through Lookup fields. WorksVotes list has Lookup field to Works list, and Works list has Lookup field to Competitions list. ...
2
votes
1answer
774 views

SharePoint Discussion Board View to show one discussion thread

I need to show a particular thread that resides in a discussion board. I am currently trying to use SPViews. The following is my code SPView threadedView = ...
2
votes
1answer
1k views

Why can't I update an SPView query?

I'm trying to update a SPView query, it doesn't give any error but it also doesn't update the property (SPView.Query). In SPManager 2007 it works with the resulting query of that code. Can you spot ...
0
votes
2answers
570 views

Localization of SPView.Title

Has anybody had any experience with the localization of a View's Title? I tried to change DisplayName of view in SharePoint Designer 2010, but it does not seem to work: ...