Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Location for allitems.aspx page wss 3.0

  Asked By: Sampat Bellubbli         Date: Oct 02, 2009      Category: Sharepoint      Views: 967
 

I need to add some custom tags, in allitems.aspx page. But when i do a
search in 12 hive, directory, I am unable to find this page.

Kindly could some one, tell me where the location of allitems.aspx
page is for documentlibrary folder etc. ? Or if it is a Ghosted page,
how do i modify the Source content html of this page ?

Tagged:            

 

4 Answers Found

 
Answer #1       Answered By: Gregg Wilkinson          Answered On: Oct 02, 2009       

Isn't the AllItems.aspx instance page  for every list/library based upon
the ...\12\Pages\viewpage.aspx?

 
Answer #2       Answered By: Darrel Sexton          Answered On: Oct 02, 2009       

If you are talking about making changes to only one  allitems.aspx,
then you can use SharePoint designer to locate the file for the
particular list/document library.

Before you make any changes to the given file, make sure you make a
copy, then work on the copy, and then associate the copy with the
list/doc library.

 
Answer #3       Answered By: Tory Sellers          Answered On: Oct 02, 2009       

Infact, i have been able to dig down, and find  the exact master
page, and put some necessary tags.

But the problem is, that the area rendered by the following control,
in the Master page, is too general.

<asp:ContentPlaceHolder id="PlaceHolderMain" runat="server">
</asp:ContentPlaceHolder>


How can i find the exact control behind this, so i can make changes
in more details? I tried to search through ID, etc. but it seems it
is a web control ?

 
Answer #4       Answered By: Agustin Miranda          Answered On: Oct 02, 2009       

All the content  rendered by the ContentPlaceHolder who's ID is
PlaceHolderMain is physically located on whatever page  has been
requested. ON that content page, for example default.aspx there will be
an <asp:content ContentPlaceHolderId="PlaceHolderMain" ... tag.
Everything inside that tag will be inserted into the tag on the
Masterpage when the page is rendered. The tag on the masterpage
identifies positioning and the tag in the content file encloses the
content. That's how MasterPages work.

 
Didn't find what you were looking for? Find more on Location for allitems.aspx page wss 3.0 Or get search suggestion and latest updates.


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