Tagged Questions
0
votes
1answer
20 views
wss 3.0 content database has expanded exponentially without any data added in it
I am hosting wss 3.0 web application in windows 2003 server with sql 2005 express edition. we are leveraging lots of out of the box functionality, but we also have some custom features and web parts. ...
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
56 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
254 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:
// ...
2
votes
2answers
376 views
Change Password [Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))]
I am using ITaCS Change Password 2.5 webpart on wss3.0 for a while now and all of a sudden everytime a user trys to change their password they get the error.
You must not change your password. ...
1
vote
2answers
62 views
sharepoint 2007 webpart question
I created a user control in visual studio I want to deploy to sharepoint 2007. This is my first one and I created the project using the repository pattern and POCO. Does sharepoint support this type ...
0
votes
1answer
87 views
Add content to Web Part without reloading
I am developing a Search Web Part for a WSS 3.0 site in Visual Studio 2008. The user types in their search criteria, then clicks OK. In the Click event, I am iterating through every Site Collection in ...
1
vote
1answer
169 views
how to open another browser instance or tab from within a page viewer web part
I made a simple graphical object in Microsoft Excel 2007; I saved it as as web page and uploaded it to a document library. Thereafter, I used a page viewer web part to show my page. However, whenever ...
0
votes
3answers
721 views
Body column is not visible on Announcements web part
We use WSS 3.0 to host our portal. I created a new site on my Staging Server using the Blank Template and added an Announcements list, then put the Announcements Web Part on the home page. The Body ...
0
votes
2answers
121 views
wss 3.0 Webpart Disappears after couple of days of operation
I have custom wss 3.0 webpart installed in my wss site. This webpart is deployed to many servers. Performance is very positive and stable all across other servers. Recently i have encountered a weird ...
2
votes
1answer
347 views
Retrieve only the fields shown in userdisp.aspx from User Information List
I have built a Web Part in Visual Studio 2008 to show the current user's information (this is for WSS 3.0).
I have no problem iterating through all the fields in the SPListItem, but I want to filter ...
1
vote
0answers
194 views
Filtering one List Part, by another Web Part, where the Second web part has a filtered View
I have one list, called "Company Reports" and another list "Companies"
The Companies list has a field called Include(yes/no), and I have created a View which filters it to only show active companies.
...
0
votes
2answers
139 views
Migrate SharePoint 2010 to SharePoint 2007 or WSS3
May I know if it is possible to migrate (or downgrade) from SharePoint 2010 to SharePoint 2007 or WSS3 and what are the steps in going thru this? (This is because some of our web part only support ...
1
vote
2answers
253 views
Hide web part that is defined in Site Definition
I am trying to hide or remove a Web Part, a View of a document library, from Webs that have been created using a Site Definition that specifies this View.
In ONET.XML, the following is what sets up ...
1
vote
5answers
1k views
Is there any way to show video in a web part on WSS 3.0?
Is there any ready to use webpart that can be imported to a WSS 3.0 site, in order to view video embedded on website, with no extra coding or server changes?
0
votes
3answers
3k views
How to create a Data View webpart?
How to create Data View Webpart?
or is a free webpart available on the net?
I use WSS 3.0
0
votes
1answer
148 views
Group Alert feature required for WSS 3.0
In current web-part (http://advancedalert.codeplex.com/) there is no facility to remove the group alert or who is subscribed to the lisy. Also new members added to the group do not automatically get ...
2
votes
3answers
400 views
Want a Sharepoint (WSS 3.0) webpart to display server information
I want a way to display all internals server based information of WSS 3.0 like Hard disk space, RAM usage, etc in form of a Webpart....Is it possible?
-saumil
2
votes
2answers
717 views
Deploying CKEditor into SharePoint
Is it possible to integrate CKEditor with SharePoint (WSS 3.0)? Could it be possible with Visual Studio and deploying as a Web Part??
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 ...