by1455的自留地

  博客园 :: 首页 :: 联系 :: 订阅 订阅 :: 管理
  146 Posts :: 0 Stories :: 96 Comments :: 2 Trackbacks

公告

2010年8月18日 #

 

http://www.iheartmacros.com/ 相当不错。

posted @ 2010-08-18 15:19 by1455 阅读(56) 评论(0) 编辑

 

https://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?culture=en-US&EventID=1032456699&CountryCode=US

posted @ 2010-08-18 15:14 by1455 阅读(63) 评论(0) 编辑

使用sharepoint designer 2010打开sharepoint网站

inline-Code-p1

选择All files

inline-Code-p2

选择_catalog

inline-Code-p3

选择Masterpage

inline-Code-p4

选择v4.master

inline-Code-p5

在<body>下插入

<asp.label runat=”server” Text=”label 1” id=”label1” />

<script runat=”server”>

protected void Page_load(object sender,EventArg e)

{

lable1.Text = “Hello Inline Code world!”;

}

</script>

inline-Code-p6

保存

inline-Code-p7

打开IIS管理器

inline-Code-p8

 

选择sharepoint 网站

打开web.config

inline-Code-p9

在<sharepoint>下的 <PageParserPaths>下插入

<PageParserPath VirtualPath="/*" CompilationMode="Always" AllowServerSideScript="true" IncludeSubFolders="true" />

保存。

新的显示如下

inline-Code-p10

posted @ 2010-08-18 15:04 by1455 阅读(328) 评论(0) 编辑