wss-3.0
When does Sharepoint List ItemDeleting event actually fire?
We would like to block the deletion of documents in a list based on some custom functionality. What we have tried is to implement this in the ItemDeleting event. Where we set the cancel property of 开[详细]
2023-01-09 07:25 分类:问答Problem adding a dynamic field to a SPList in sharepoint
We have the following code in a webpart: using (SPSite site 开发者_运维技巧= new SPSite(\"http://localhost/\"))[详细]
2023-01-08 17:55 分类:问答webpart is working on local server but not working on production when "SPSite" class is uesd in the webpart
webpart is working on local server but not working on production server when \"SPSite\" class is uesd in the web part. On the production server it throws error. If I do not use that class in the webpa[详细]
2023-01-08 14:56 分类:问答Why wss 3.0 dosen't display image properly?
I have my own custom webpart. Inside this webpart I would like to display transparent gif. Unfortunately it dosen\'t do it. I was tryign to u开发者_运维知识库se html img tag or asp.net image tag.[详细]
2023-01-08 12:33 分类:问答SharePoint Feature activating for new sites (Stapling ???)
I am developing a sharepoint feature which takes a backup of the site at sitecollection level and at site level whenevar a user tries to delete the site. The feature is working fine without issues for[详细]
2023-01-07 15:56 分类:问答Converting Sharepoint 2007 solution to 2010
Has anyone converted a Sharepoint 2007 solution to 2010 ? I have a highly customized 2007 solution and need to upgrade it, i\'ve seen some info on this, e.g. here but my solution is more complex than[详细]
2023-01-07 02:19 分类:问答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 it开发者_如何学运维em and I view the item page I see the history of all the fields which I[详细]
2023-01-05 20:01 分类:问答New SharePoint site returns 505 upon creation
I have an instance of SharePoint WSS 3.0 running on Windows Server Standard VM; which I believed worked fine upon initial setup.However, in an effort to get PerformancePoint and other Microsoft softwa[详细]
2023-01-05 18:48 分类:问答Dynamic SharePoint 2007 WebPart Connections
I\'m prototyping the best way to dynamically connect web parts at runtime.Essentailly, the application will allow for several disparate application group开发者_JS百科s to create web parts that will be[详细]
2023-01-04 10:07 分类:问答WSS 3.0: Email notification/alert on download
Is there a way in WSS 3.0 to send an email notification when a list attachment is downloaded or when a document in a document l开发者_JAVA技巧ibrary is downloaded?The event listeners you can attach to[详细]
2023-01-03 21:59 分类:问答