The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
19 views

SitePages and Inline Code

Following is a snippet of code that i want to use in a site page located under the /sites node in SitePages folder of that site. <script type="text/vb" runat="server"> ...
2
votes
1answer
338 views

Understanding ghosting, unghosting, site pages and application pages

well I know definations of these terms as mentioned: Ghosted pages: Pages which are on file system and not on content db. Unghosted pages : pages which are on content db. Application Pages : normal ...
1
vote
1answer
56 views

How to read and modify content of SitePages(aspx) Programatically?

How to read and modify content of SitePages Programatically ? "http://myServer/sites/SitePages/MySitePage.aspx" i want to read and modify content of MySitePage.aspx. Any Solution?? Thanks in ...