Windows SharePoint Services version 3.0
Questions tagged [wss-3.0]
264 questions
0
votes
1 answer
How to create XML webparts using sharepoint web services?
I have an XML to be rendered in sharepoint using a XSL file. I now the how to do this using object model of sharepoint but don't how to do this using sharepoint web services.
i.e. I want to create XML web parts using sharepoint web services.
Is it…

Manish
- 6,106
- 19
- 64
- 90
0
votes
2 answers
extracting data from a SpGridView selected row
Using SPGridView, I want to fill textboxes with the SPGridview Selected Row Data on a button click event.
txtCode= SPGridView.SelectedRow.Cell[1].Text;
On debugging, it shows Cell[1] is empty but it is showing data in the Grid.
How can this be…

Saad
- 1,312
- 5
- 17
- 40
0
votes
1 answer
SPWorkflowCollection on SPListItem is always empty
I'm having a problem relating to Sharepoint workflows and the associated task list.
I have 2 custom workflows that we created for our product. They both use the same Task list that has a custom content type that inherits from the Task content…

armannvg
- 1,736
- 1
- 15
- 29
0
votes
1 answer
Updating web.config revert previous updates
I've a SPJob Scheduled with a package (wsp) installation which update web.config and a Application Page which also build to update web.config.
The problem is when I install the package it successfully update the web.config. I've confirmed the…

Saad
- 1,312
- 5
- 17
- 40
0
votes
1 answer
Notify Admin of an update in Sharepoint?
Is there a way to get an update by email when a user updates a wiki page or adds items into the document library?

DotnetDude
- 11,617
- 35
- 100
- 158
0
votes
3 answers
WSS 3.0 navigation structure
I'm a beginner in WSS 3.0 and I'm having some problems with the navigation setup.
I can't find any documentation that clearly recommends best practices in this area.
I'm trying to create an intranet, custom look and feel, that should have a…

Dante
- 3,833
- 4
- 38
- 55
0
votes
3 answers
Is there built-in method to tell if specific URL belongs to this SPWeb or other SPWeb?
I have a list of urls (content type usage url's). Now, content types are deployed across web's. I need to loop those content types and do some actions in each list, but opening new SPWeb instance every loop is too resource intensive.
Is there…

Janis Veinbergs
- 6,907
- 5
- 48
- 78
0
votes
1 answer
'currentCtx' is undefined
While trying to create/upload a document in a document library, Ie throws the below exception
'currentCtx' is undefined
what it means and how to fix this?

One Developer
- 99
- 5
- 43
- 103
0
votes
3 answers
Sharepoint: Is there a maximum number of permission levels?
I get an error when trying to add a new permission level that due to a "contingency limit" I cannot add another permission level. I should delete an existing one and try again. (Sorry, no original error msg as this originates from a German WSS…

Dennis G
- 21,405
- 19
- 96
- 133
0
votes
2 answers
Hiding user interface parts in WSS 3.0 webpart - how?
I have a webpart with asp.net control within.
I would like to hide some parts of that control, some asp:net panels etc. regarding one of the TextBox's value. The issue is that I don't know to change the visibility of asp:panel wrapper without any…

truthseeker
- 2,214
- 6
- 30
- 53
0
votes
2 answers
How to control order of the tabs in the template selection of SharePoint site creation page?
The New SharePoint Site page has a Template Selection section which can contains multiple tabs. For example, Meetings and Collaboration. These are controlled in webtemp.xml using DisplayCategory. While hiding and unhiding different OOTB templates,…

Eugene Katz
- 5,208
- 7
- 40
- 49
0
votes
2 answers
How to uninstall feature without Feature.xml file?
I have feature which is not correctly installed on my website.
How can I uninstall it without Feature.xml file and without feature id?

truthseeker
- 2,214
- 6
- 30
- 53
0
votes
1 answer
How do I get previously opened site url in sharepoint 3.0?
I would like to get in my custom webpart an url address of the site which I was opened just previously before I get to current site(that with my webpart)? How can I achieve this?

truthseeker
- 2,214
- 6
- 30
- 53
0
votes
2 answers
SPList and SPSite name - different screen and file name - is it possible?
Is there a possibility to have different list or site display name (on screen) than the file name? I mean to display other name in left quick launch bar than the file names itself?
For example I would name list like A on screen, and call it in my…

truthseeker
- 2,214
- 6
- 30
- 53
0
votes
1 answer
Strange behaviour of CAML question - why?
I'm using caml query to retrieve data from sharepoint list.
The issue is that the query returns one record when it shouldn't, and this takes place only when I'm using this query in my own code.
When I'm using the same query, on the same list by U2U…

truthseeker
- 2,214
- 6
- 30
- 53