Đang chuẩn bị liên kết để tải về tài liệu:
Wrox Beginning SharePoint 2010 Development phần 9

Không đóng trình duyệt đến khi xuất hiện nút TẢI XUỐNG

Tạo một Web Phần Visio Sơ đồ đơn giản Visio có một số lớn "mash-up khả năng, cho phép nó dễ dàng được tích hợp vào SharePoint 2010. Để tạo ra một phần sơ đồ Visio Web đơn giản, hãy làm theo các bước sau: | ASP.NET Web Services I 369 string ratingonProjURL http intranet.contoso.com projects Pages Home.aspx string ratingonPlansURL http intranet.contoso.com plans Pages Home.aspx SocialDataService mySocialDataService new SocialDataService mySocialDataService.Credentials System.Net.CredentialCache.DefaultCredentials mySocialDataService.Url http intranet.contoso.com _vti_bin socialdataservice.asmx SocialRatingDetail confWikiRating mySocialDataService.GetRatingOnUrl ratingonConfURL SocialRatingDetail projWikiRating mySocialDataService.GetRatingOnUrl ratingonProjURL SocialRatingDetail plansWikiRating mySocialDataService.GetRatingOnUrl ratingonPlansURL addRatingsToWebPart confWikiRating.Rating projWikiRating.Rating plansWikiRating.Rating mySocialDataService.Dispose private void addRatingsToWebPart int confRate int projRate int plansRate int avgRating 0 string confwiki Conference Wiki confRate.ToString string projwiki Project wiki projRate.ToString string plansWiki Plans wiki plansRate.ToString avgRating confRate projRate plansRate 3 string avgRatingForWikis Average Rating avgRating.ToString lstbxRatingData.Items.Add confWiki lstbxRatingData.Items.Add projWiki lstbxRatingData.Items.Add plansWiki lstbxRatingData.Items.Add avgRatingForWikis lblData.Text avgRating.ToString 9. Amend the .webpart file to have a more intuitive title and description such as shown here properties property name Title type string Wiki Rating Web Part property property name Description type string Web Part that displays wiki rating data. property properties 370 I CHAPTER 10 DEVELOPING SERVICE-ORIENTED APPLICATIONS FOR SHAREPOINT 2010 10. Press F6 to build the project. When the project successfully builds click Build o Deploy Solution to deploy the new Visual Web part to SharePoint. 11. Navigate to your SharePoint site. Create a new Web part page and then click Add a new web part. 12. In the Custom category select your newly created Web part and click Add. When the Web part is added to the page click the

Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.