1
vote
1answer
18 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
27 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 …
0
votes
1answer
15 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
3answers
38 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
3answers
61 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
0answers
33 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()
…
0
votes
2answers
33 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
22 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 …
0
votes
2answers
16 views
Embedding c# windows application (.exe) in a webpart
Is there is a way to embed an application executable inside a webpart? is there any kind of a webpart available in sharepoint.
If not, then is it possible to create my own webpart …
2
votes
2answers
43 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 …
1
vote
3answers
61 views
Redirecting Sharepoint login page or display login web part
I have enabled FBA for my Sharepoint site and i want to add a login page or webpart either one of them.
Currently my site directly goes to Default.aspx and displays information an …
1
vote
3answers
19 views
Attribute not valid on declaration type
I have the following code but I am getting the following compile errors:
Attribute 'WebPartStorage' is not valid on this declaration type. It is only valid on 'property, indexer' …
0
votes
0answers
17 views
Which webpart do you use to integrate WebEx into SharePoint
Is there a SharePoint webpart available for WebEx? We do a lot of web conferencing and want the functionality to be exposed through SharePoint but WebEx hasn't released a webpart …
0
votes
1answer
33 views
LoadControl on control with assembly reference
I'm trying to use System.Web.UI.TemplateControl.LoadControl to build a templated web part for a SharePoint application, and I'm having trouble with a control that references an ext …
1
vote
2answers
77 views
Programmatically insert a List as a webpart in a webpart page in WSS 3.0
Hello,
I tried searching on the net to programmatically insert a List as a webpart in a webpart page but was not lucky enough.
Any thoughts or ideas how i could Programmatically …
