0
votes
1answer
14 views
How can I customize SharePoint list column aggregation (total) calculations?
I have a SharePoint list column of type 'Single line of text'. Out of the box SharePoint only provides the ability to display a 'Count' total for this column type. I would like to …
0
votes
3answers
48 views
Sharepoint Smartpart Issue
Hi,
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 …
1
vote
2answers
46 views
SharePoint Custom Web Part With Active Directory
Hello all. I am currently working on a custom SharePoint web part (WSS 3.0, not MOSS) that will pull in information for all of the users in Active Directory to build an up to date …
0
votes
1answer
34 views
Deploy Web part as a feature
Hi all,
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 def …
0
votes
2answers
32 views
Binding a dropdownlist and then adding a new listitem
Hi,
I have a DropDown list which I Initialize in "CreateChildControls" and add to the controls collections. I then override the render method and then render the drop down list. T …
1
vote
2answers
45 views
Getting List Item URL in Sharepoint 2007
I'm creating a webpart that aggregates a load of content from different lists throughout our site collection what I can't workout is how to get the exact link to each item. All I s …
0
votes
2answers
27 views
Create a List (url links) and deploy it as a feature
Hi All,
I'm very new to SharePoint, so apologies if this sounds a little basic.
I want to create a List in SharePoint that is just purely URL links, but then make it available to …
0
votes
1answer
52 views
How do I prevent XSS when allowing simple formatting and hyperlink in a Sharepoint webpart?
I'm building a webpart for a Sharepoint site that allows the user to enter information into a textbox that will eventually be showed to other users. The problem is that I need to a …
0
votes
4answers
202 views
Sharepoint web part: type could not be found/registered as safe
I have a SharePoint web part (essentially just a "Hello World" app) that I just created and am having a problem deploying it. I have signed the .dll, created the .dwp, and register …
1
vote
5answers
43 views
What is the difference of webparts and websites?
i dont know the actual use of webparts , so. better to know difference with webpage ?
any answer is appreriate..
0
votes
0answers
12 views
javascripting in custom web part
Hi I am writing javascript in my custom webpart's .cs file but it is giving me illegal XML character exception in browser.
PageJavaScript.Append(@"function closeLoadedDiv(){ <% …
0
votes
1answer
57 views
Sharepoint 2007 Data view Webpart custom parameters
I'm sort of new to the custom parameters that can be setup on a DataView Webpart.
There are 6 options:
- None
- Control
- Cookie
- Form
- QueryString
- Server Variable
I think th …
0
votes
1answer
21 views
Moving Data Views Across Sharepoint Sites
We have a production SharePoint site that uses a custom database quite a bit. We have a dev site on a separate box where we develop all of our things then move them over to a live …
0
votes
0answers
13 views
Sharepoint 2007 Page Viewer webpart - autoscroll to webpart?
We have a Page Viewer webpart setup to display our Out of Office public folder calendar from Exchange. This is the URL the webpart is setup to point to:
http://<servername> …
2
votes
1answer
15 views
Allow user to change the default web part styles
Hi,
I have a web part which uses many SharePoint controls like menu, SPGrid, tool bar etc.
I want the user to be able to change the style by specifying an external CSS file.
Can …
