0
votes
2answers
12 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 …
1
vote
2answers
39 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
1answer
46 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 …
1
vote
5answers
39 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
1answer
17 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
4answers
153 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 …
2
votes
1answer
13 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 …
0
votes
1answer
47 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 …
2
votes
3answers
80 views
Popularity of MVP for SharePoint WebParts
Is it a popular techinque to use the Model View Presenter (MVP) design pattern when creating Web Parts for SharePoint? It seems (to me) that this pattern is applied more often in …
0
votes
3answers
54 views
Site members/visitors get access denied error page because of webpart.
Hello.
I`v developed custom webpart. I can add it to page and site owners can view page with no problems.
However Site visitors/users get redirected to access denied error page. …
2
votes
2answers
55 views
Converting a JSP to a SharePoint webpart
We have a large number of Java based servlets/portlets running in a BEA portal that we want to convert into SharePoint 2007 webparts. Many of the portlets use user preferences but …
0
votes
0answers
63 views
Error while creating a new sharepoint site using sharepoint object model
I get an error when I try to create a site using the object model
this is my code in the web part to create share point sites.
SPSecurity.RunWithElevatedPrivileges(delegate()
…
3
votes
1answer
29 views
How can I write webparts that are as lightweight as the one by Google or Yahoo
Hi,
I have been writing webparts for a while and have written couple of portals too but I feel that the portal pages and webparts that I write using .net framework are much more he …
0
votes
2answers
57 views
Is Strong Name necessary in Sharepoint to use a WebPart?
I have created a webpart and want to deploy that in Sharepoint. I want to deploy the web part in bin.
I have not created a strong name for dll (webpart code). Is strong name a mus …
0
votes
0answers
53 views
how to connect sharepoint content database to my web part application?
Hi all,
I am developing the web part that will show the chart.but for that MS chart control we need the datasource of sql server.now i have designed some infopath forms & deplo …
