04 2010 档案
摘要:数据上下文是可继承的。如果对父元素设置了数据上下文,则其所有子元素都将使用这一数据上下文。子元素可以通过以下方式来重写此行为:对其绑定对象设置 Source 属性或者设置其 DataContext(之后将应用于其所有子级)。
阅读全文
摘要:窗口大小调整 尽管使用 Canvas 对对象进行绝对定位在某些情况下很有用,但是在大小可变的浏览器窗口中,这通常是一个很糟糕的策略。绝对定位不允许对象根据浏览器窗口的大小调整在页面上重新排列,对象保留在各自的指定像素位置。 StackPanel 和 Grid 允许内容重新排列。Grid 对象是 Visual Studio Silverlight 模板使用的根元素。尽管在使用方面 Grid 对象比...
阅读全文
摘要:This example illustrates how to use the ECMAScript client side object model to update and read list data dynamically. Also shown is how to use the new Dialog API’s from client side script. reference:...
阅读全文
摘要:SharePoint 2010 - Client Object Model - ECMAScript
阅读全文
摘要:When I deployed a project with sandboxed.I found that sandboxed solutions were not working.Firstly, I got the following error:Error occurred in deployment step 'Activate Features': Cannot start servic...
阅读全文
摘要:There are two ways to deploy the XAP file in SharePoint environment.1,We can use SharePoint default location [\Templates\Layouts\ClientBin] and deploy the file there. Refer this location from the Silv...
阅读全文
摘要:the client library uses a SQL-like programming pattern。When you use SQL, you must: Build a SQL query, through either an ad-hoc SQL query or a stored procedure.Execute the SQL query.Read the results fr...
阅读全文
摘要:错误:Internal Server Error. This can include HTTP Error 500.22, and HTTP Error 500.23: An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode. This occurs because A...
阅读全文