Tagged Questions
0
votes
1answer
25 views
WSS 3.0 List - Change default view
Is there a way to change the default view on a WSS 3.0 list (Survey)?
I tried
web.Lists[].DefaultViewURL = "\List\xxxyyy\custompage.aspx"
But DefaultviewURL looks like it is read-only.
Any ...
0
votes
2answers
48 views
WSS 3.0 Contributor Permissions can't delete folders
SPUtility.ValidateFormDigest();
SPSecurity.RunWithElevatedPrivileges(delegate()
{
SPSite siteColl = SPContext.Current.Site;
...
0
votes
1answer
51 views
file downloading in sharepoint
I've created a web-part. I've added few documents to it.
I'm implementing download functionality. I want file download dialog.
My code is like this.
DownloadItem(SPListItem item)
{
// Get physical ...
0
votes
1answer
54 views
openfiledialog in webpart
How to implement openfile dialog in a webpart ?
OpenFileDialog class could not be accessed in webpart.
Is there any other way to achieve this ?
0
votes
3answers
248 views
custom document library web part with shared documents
I've been struggling a lot to create custom web part that looks similar to "Document library" in share point. I've tried several approaches but finally figured out it.
Here's my piece of code:
// ...
0
votes
0answers
44 views
sharepoint services 2003: Error: File not found
I am trying to display a multiple documentation file like .docx and pdf in datatable by writing the code in custom page .And I am calling that class in design page .
Inisially my webpart will create ...
0
votes
2answers
52 views
How do I figure out if I have permissions to use site.openWebs without changing code?
I have been newly assigned to a client and I am trying to run an existing console app to get some information about files within their sharepoint instance.
The code goes something like this:
//Enter ...
0
votes
2answers
41 views
Sending file from SP2010 to WSS using Work Flow
I would like to send a file from one document library in SP 2010 to another document library in WSS 3.0. I was thinking web services would be the best way to do this. Can anyone point me to the right ...
0
votes
1answer
247 views
Authenticating a user with WSS3 in WinForms
I'm developing an external application which will integrate partially with Sharepoint, it will basically provide the ability to scan straight to Sharepoint.
I've been using the WSS3 webservices (I ...
1
vote
2answers
796 views
How to set date field to Today's Date in Wss 3.0 Custom list form programatically
How can i pre-populate newitem.aspx form with today's date. When user adds new item i want to prepopulate date field with todays date.
<SharePoint:DateTimeControl ID="dtcDateofInsp" ...
0
votes
1answer
237 views
Custom List Not showing up
I created a list using a msdn tutorial as given in link below,
MSDN Custom List
I followed each single step, and deployed the list, and I can see it deployed globally in Sharepoint Central Admin, + ...
1
vote
0answers
619 views
Fully delete a user from the User Information List (WSS 3.0)
I am having the same issue as this poster on MSDN, but the solution given did not work:
http://bit.ly/Akz5RD
This is also a follow-up from an earlier question of mine:
http://bit.ly/wfjd13
NOTE: ...
1
vote
2answers
628 views
Show deleted users in User Information List programmatically
I am working with retrieving user info programmatically in WSS 3.0. I understand that users are stored in each Site Collection's User Information List. Deleted users are not visible in the User ...
2
votes
1answer
378 views
Change List Item Permission via Web Services?
Using web services, is there a way to assign a list item different security than the rest of the list?
Lets say I have 3 rows in the list and 2 different groups.
1. A ; Group A & B can see
...
1
vote
2answers
95 views
Updating the Default View via Webservices
I am trying to find a good sample code on updating the fields that are displayed within the default view.
The current code creates a list on the fly and then adds the needed columns.
Once the ...
5
votes
3answers
832 views
SharePoint Web Serivces Access Denied; Only From VS 2010
After not getting much help on the last question, I decided to blow away the VM and re-create it as I already lost a week on this issue. And of course still issues, btu a little different.
I am ...
1
vote
3answers
526 views
Upload document to SharePoint document library using batch in C#
I want to know if i can upload a document to sharePoint document library using batch in C#.
I know how to update and delete it using batch, but i don't know how to upload it.
If i can't, what is the ...
1
vote
1answer
443 views
How does SharePoint know I have overriden a template in DefaultTemplates.ascx? (Answered)
I have managed to override one of the rendering templates that SharePoint uses that is defined in DefaultTemplates.ascx. I have placed the new .ascx file in the controlTemplates folder in the 12 hive ...
1
vote
2answers
332 views
Remove Sharepoint RadioButtonChoiceField Focus on application page
I have an application page with a bunch of asp textbox controls and then a sharepoint RadioButtonChoiceField control. When the page loads it will always set focus to the RadioButtonChoiceField is ...
0
votes
1answer
608 views
Dynamic WebPart connections
I'm prototyping the best way to dynamically connect web parts at runtime. Essentailly, the application will allow for several disparate application groups to create web parts that will be consumed ...
2
votes
2answers
1k views
SharePoint Custom Module Development and Deployment
Good Day,
We're working on custom module (Information Management System) for SharePoint. The project file of this module is a Class Library which contains User Controls. The User Controls was based ...
