SharePoint Online development options http://msdn.microsoft.com/ |
(Only 10$/h or 10% market price I provide Full Business Software Solution: Mobile App and Web App)
1. Open Microsoft Visual Studio 2010 (Mở Visual Studio 2010)
2. New project (Tạo dự án mới)
3. Create a empty sharePoint Project (Tạo dự án SharePoint rỗng )4. Choose trust level as a Sandbox solution (Chọn loại WebPart như là một Sandbox Solution)
5. Click on Solution Explorer (click vào icon Solution Explorer)
6. Add new item (Thêm một phần tử mới)
7. Add new WebPart (Chọn thêm phần tử mới kiểu WebPart)
8. Write simple code for class GodBlessUsWebPart.cs (Viết đoạn code đơn giản cho file GodBlessUsWebPart.cs)
using System;
using System.ComponentModel;using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using Microsoft.SharePoint;
using Microsoft.SharePoint.WebControls;
namespace GodBlessUsWebPart.GodBlessUsWebPart
{
[ToolboxItemAttribute(false)]
public class GodBlessUsWebPart : WebPart
{
protected override void CreateChildControls()
{
Table tb = new Table();
this.Controls.Add(tb);
TableRow tbRow = new TableRow();
tb.Rows.Add(tbRow);
TableCell tbCell = new TableCell();
tbRow.Cells.Add(tbCell);
Label lbHello = new Label();
tbCell.Controls.Add(lbHello);
lbHello.Text = "Hello there, God bless us! Chào bạn, Thiên Chúa chúc phúc cho bạn! Bonjour à tous, Dieu nous bénisse!";
}
}
}
9. Rebuild project
11. Get GodBlessUsWebPart.wsp from debug folder (nhận file GodBlessUsWebPart.wsp từ thư mục debug của thư mục bin)
12. Click on Site Setting (Click vào Site Setting)
13. Click Solutions (Chọn Solutions)
14. Click on Browse
15. Click back on Solutions (Click chọn lại Solutions)
16. Click on Upload Solution (Click vào Upload Solution)
17. Click on Browse...
18. Choose GodBlessUsWebPart.wsp to upload (Chọn file GodBlessUsWebPart.wsp để tải lên)
19. Click OK to Upload (Click vào nút OK để tải lên)
20. Click on Activate to active solution GodBlessUsWebPart (Click vào Activate để active solution GodBlessUsWebPart)
21. GodBlessUsWebPart solution already to use (GodBlessUsWebPart webpart sẵn sàng để sử dụng)
22. Edit a page
23. Click Insert
24. Click on More Web Parts
25. Click on GodBlessUsWebPart then click Add (Click vào GodBlessUsWebPart sau đó click vào nút Add)
26. Exceeded daily resource usage quota (Thông báo đã vượt mức sử dụng tài nguyên đối với một site collection)
27. We must wait until the resource usage quota available for the site collection or can be add the webPart to another site collection to use (Chúng ta phải đợi cho đến khi có hạn mức sử dụng mới với site collection này hay có thể add GodBlessWebPart solution này vào một site collection khác để sử dụng)
28. The GodBlessUsWebPart look like (Nội dung đơn giản của GodBlessUsWebPart)
Dowload Solution file
GodBlessUsWebPart.wsp
Download source code
GodBlessUsWebPart.zip
Sandboxed solution development in SharePoint Online http://msdn.microsoft.com/ |
SharePoint client object model architecture http://msdn.microsoft.com/ |
God bless us!
Thomas Trung Vo
Thanks God and Thanks all!
Only 10$/h or 10% market price I provide full Business Software Solution: mobile app (iOS and Android), Intranet Portal by SharePoint Online or On-Premise, Business Web App, Business Workflow, Power Bi, E-Office, Document Management, Chat system, Customer Interaction Center, Dynamics AX, Dynamics 365.
Or very happy to join your team to develop Mobile App or Business Web App.
Thank you!
Phone: +60 115 199 2689 (also on WhatsApp, Viber, Zalo)
Email or Skype: ThomasTrungVo@Hotmail.com
Gmail: SharePointTaskMaster@Gmail.com
LinkedIn: https://www.linkedin.com/in/abc365/
No comments:
Post a Comment