1
vote
1answer
182 views

SharePoint Web Part Categorization Issue

As default, SharePoint put Web Parts we deployed into Miscellaneous in Edit Mode. But I want to categorize them into special topics. I found some solutions about this issue but it didn't work. For ...
1
vote
1answer
789 views

Problem with encoding in export to Excel from C# WebPart

I have simple C# WebPart (written for WSS 3.0). Ones of functionality is exporting data to excel. Everything is working but I have problem with displaying polish letters. I try to change almost ...
1
vote
3answers
259 views

How to get started with developing SharePoint web parts?

I'm not really a developer but I have experience in PHP, Java and want to have a go at developing some really simple SharePoint web parts (for WSS 3.0, MOSS 2007 and in future 2010). I assume it ...
0
votes
1answer
146 views

How do I set up a choice column in Windows Sharepoint Services 3 SP2 that contains the date/time and user identity that selected a particular choice?

We are using WSS 3 SP2. I'd like to preface this by saying that while I have been programming for some time, I have not done any Sharepoint development before now, so I am very much a newbie in that ...
1
vote
1answer
96 views

Do people create and use Web Parts connections?

I've been writing some SharePoint web parts which connect (as providers and consumers). I've found many difficulties, and (comparatively*) little material from the web, from books, or from ...
1
vote
1answer
656 views

Adding custom properties to a site which are availble via code

I have been asked to do something and i am very new to Sharepoint development and customisation so am a bit unsure how to go about it, or if it is even possible. The brief is to create a web part ...
1
vote
1answer
291 views

How to add a new WebPart in a specific Group after it is deployed

I am constantly writing custom WebParts but after I deploy them, they always get added to the "Miscellaneous" category. How do I add a WebPart to a specific category? The category that I am referring ...
0
votes
1answer
693 views

Deploy Web part as a feature

I have a web part dashboard.cs which render some HTML according to records in a list. No I have a site definition created. I want to integrate this web part in my site defination as a feature so when ...
0
votes
3answers
562 views

Sharepoint Smartpart Issue

I am very new to Sharepoint programming, like the rest of my team is. We have decided to use smart part as our bridge between sharepoint and our development efforts. After some effort we got it up and ...
0
votes
2answers
315 views

How can I edit a web part's .css file on the fly in MOSS 2007?

I have a web part that is installed using a feature. This web part has a css file that is deployed and I need to tweak it, but can't find it anywhere. I suspect it might be in the SQL Server DB. So ...
0
votes
2answers
294 views

Sharepoint WebParts

I just finished my first web Part for Sharepoint WSS 3.0 and I'm very excited. What it does is that just makes a connection to the TFS (team foundation) to get the OPEN and FIXED bugs by Sprint (We ...
1
vote
2answers
746 views

WSS web-parts trust level error

Just created a WSS site with a some custom web-parts. But I get an error: ...dont have the trust level. I edited the safecontrols section from the web.config file of the virtual server, but to no ...
0
votes
2answers
237 views

WSS Sharing Properties between Web Parts

Is it possible to share properties between different web parts? I would like a user to only enter there user name and password in one web part and it be accessible in other parts.
1
vote
4answers
7k views

Combining different lists data and showing it in a webpart

let me explain my current situation i have a SharePoint site lets say it is MAIN, and a subsite lets call it SUBMAIN in MAIN i have a list called "a" and in subMAIN i have a list called "b" both ...