Tagged Questions

7
votes
4answers
3k views

Sharepoint: Web Part vs. ASP.NET User Control

When creating web parts for Sharepoint, is it better to create an actual web part, or is using and ASP.NET User Control (.ascx) just as good? I already know how to create the user controls that I …
6
votes
5answers
1k views

Best framework for implementing iGoogle or pageflakes (ASP.NET)

For my Enterprise software solution (so open source is not so good) I want to implement a flexible dashboard which is component base. So I can keep changing it by adding new components, withouth …
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. …
3
votes
1answer
309 views

Web part dll in Gac or bin using sharepoint 2007

Hi What is best practice, in sharepoint 2007 web part deployment. Deploying the dll's to GAC or bin?
3
votes
5answers
447 views

Good articles for Sharepoint Web Part creation?

Does anyone know of any good basic articles for creating Sharepoint Web Parts. I have found a couple, but most of them jumped in a little quick. Thanks.
2
votes
5answers
915 views

Adding a required field validator to a SharePoint webpart

I am writing a webpart for MOSS 2007. I need to validate a text field in that webpart, or which I am using th required field validator. I am creating the required field validator as follows: …
2
votes
2answers
355 views

Webpart Connections asp.net VB

Hi, Im having the following problem with vb.net asp.net webparts. Im trying to create a static connection between webparts but im running into a problem, namely: Could not find the connection …
2
votes
4answers
495 views

Sharepoint Web Part Management

I have a rather large project developed on Sharepoint and Project Server, designed as a multi-tier application. I programmatically manage web parts on certain web part pages. According to the choices …
2
votes
2answers
2k views

Removing scrollbars from Content Editor/Page Viewer Webpart

I am trying to display an HTML page inside another SharePoint webpart page. I used the Out-of-the-box page viewer webpart, but the page viewer webpart displays a disabled scrollbar inside it. I also …
1
vote
2answers
18 views

Sharepoint 2007 weather web part

Hi, What is the best way to implement a weather web part for 2007 sharepoint. I want the web part to automatically select the correct location based on the users profile settings or maybe IP range. …
1
vote
5answers
51 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..
1
vote
0answers
108 views

Sharepoint ECB menu items not visible when doc lib is displayed in a web part.

My document context menus display correctly when accessed directly from a document library but when this same doc lib is displayed in a web part, the context menu is missing various items. I debugged …
1
vote
1answer
166 views

SPGridView - User selecting the columns

Is there a way to extend the SPGridView control in a webpart such that a user can select the columns that they want to display? Kinda like when creating/modifying a view for a list? Thanks
1
vote
1answer
220 views

Adding Web Parts to the Page Instance based on Page Layout using Feature.

I am trying to add the Web Parts to Page Instance of the Page Layout using a Feature.I know it should be through AllUsersWebPart element .I could find the reference of adding a Default Web Part to …
1
vote
1answer
133 views

Sharepoint: Communication between WebPart and silverlight control

Is there any way to send notifications from the webpart to silverlight control hosted in the same webpart?

1 2 3 4 5 next
15 30 50 per page