8
votes
7answers
4k views
Add ScriptManager to Page Programmatically?
I am developing a WebPart (it will be used in a SharePoint environment, although it does not use the Object Model) that I want to expose AJAX functionality in. Because of the nature of the …
4
votes
5answers
1k views
laying out a form using c# for a webpart in sharepoint
I have created a webpart in c# for sharepoint.
its basically a form with text boxes, literals, validators and buttons.
im not sure how to render this form to make it look pretty.
The layout etc is …
4
votes
4answers
1k views
Properly implement a webpart with postback?
What I'm trying to do is to create a webpart that has a textbox where you can set the value of a literal (h2) on the webpart and a "save" button that posts back and then sets the literal accordingly. …
4
votes
3answers
346 views
Sharepoint WebParts
Say you have several webparts, one as a controller and several which take information from the controller and act on it. This is fairly easy to model using the Consumer/Producer interface introduced …
3
votes
1answer
33 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 heavy and browser …
3
votes
2answers
110 views
Sharepoint web part for editing list items
Hi
I'm trying to create a web part that will enable users to edit items without ever leaving the AllItems.aspx page. The web part should have a similar functionality like the EditForm.aspx page.
…
3
votes
2answers
334 views
Have a webpart hide its self, if the user doesn’t have proper permission
If the user creates a web part page in SharePoint and then adds one of my custom web parts to it, I would like to completely hide a web part depending on a particular users permissions.
For example, …
3
votes
5answers
1k views
How to programmatically update content in a SharePoint Web Part?
Does anybody know how to programmatically update the content of any of the standard SharePoint v3 Web Parts?
As an example, put a Link Summary Web Part on a page. Add some links to it. Now, how can …
3
votes
5answers
295 views
What’s your experience with using ASP.NET 2.0 webparts?
I would like to know your experience with ASP.NET webparts as a reusable component in your website.
How useful did you find it? Did you find any serious issues with it? Would you recommend it using …
3
votes
1answer
723 views
Sharepoint default list item detail view
I have a webpart that renders random list items (from any list and list type) in a specified format. I want the items that are being displayed in the webpart to link to their ListItem detail views. …
3
votes
6answers
5k views
ASP.NET - Add Event Handler to LinkButton inside of Repeater in a RenderContent call
I've got a Sharepoint WebPart which loads a custom User Control. The user control contains a Repeater which in turn contains several LinkButtons.
In the RenderContent call in the Webpart I've got …
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 …
2
votes
3answers
85 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 the custom …
2
votes
2answers
66 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 the implementations …
2
votes
2answers
65 views
Content Query Web Part not displaying without web part zone
I am building a Sharepoint WCM site for a client.
As part of a page layout I inserted a content query web part directly in the page, not in a web part zone (so the users couldn't edit it). Everything …
