0
votes
1answer
25 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 be able to perform a …
0
votes
1answer
36 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 defination as a feature …
0
votes
3answers
52 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 effort we got it up …
1
vote
2answers
50 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 employee directory. …
0
votes
2answers
33 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. The web part inherits …
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 every site …
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
3answers
11 views
ASP.NET webparts with Oracle 10g
Hi I would like to use webparts in ASP.NET website . Is there any support of webparts with Oracle 10g in ASP.NET.
I am new in webparts. I don't know whether there is any provider available for …
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:
…
1
vote
2answers
46 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 seem to get back is …
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 allow simple …
0
votes
0answers
11 views
binding data to detailsview inside webpart and masterpage
hi, i am having a master page with a webpartzone inside the webpartzone i am having a detailsview now i want to bind the data to the detailsview from one of the content form i tried but it is not …
1
vote
5answers
45 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..
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 somebody tell me how …
0
votes
1answer
23 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 site when they are …
