MOSS Forum

 
Home » Forum » MOSS       Ask a questionRSS Feeds

What Pages Webparts are On

  Asked By: Jennifer Leach         Date: Jun 08, 2009      Category: MOSS      Views: 159
 

On WSS and MOSS07, is it possible to tell what pages specific webparts are on?
I've looked in the Settings and Properties but didn't see anything.

Tagged:          

 

2 Answers Found

 
Answer #1       Answered By: Gail Richmond          Answered On: Jun 08, 2009       

It's probably possible using the programming model, but through the gui? I
doubt it.

 
Answer #2       Answered By: Ramona Solis          Answered On: Jun 08, 2009       

Individual users can add different web parts to each page. So the web parts
on any given page are dependent on what user is currently viewing the page.
You can programmatically obtain a collection object in client side
Javascript that represents all the web parts on the rendered page or you can
find out what web parts are on a page by querying the SPWebPartManager to
get the web parts on the page while it is being rendered. There is no way
to tell other than in the process of rendering the web part.

 
Didn't find what you were looking for? Find more on What Pages Webparts are On Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].