ĐÀO TẠO DOANH NGHIỆP : SỞ KHOA HỌC CÔNG NGHỆ TỈNH ĐỒNG NAI

ENTERPRISE TRAINING: DONG NAI DEPARTMENT OF SCIENCE AND TECHNOLOGY.

123

Thursday, October 31, 2013

Sharepoint interview questions from VietNam's company

Part 1 1.     Different spsite and spweb ? a.     SPSite is a site collection b.    SPWeb is an SharePoint Website under site collection in Sharepoint (or "Site" from the UI), this includes subsites 2.     What is CAML? CAML - also called as Collaborative Application Markup Language is the custom XML language in SharePoint. 3.     What is Content types and site column Sharepoint? a.     Content types core organizational, contain...

Tuesday, October 15, 2013

SharePoint 2010: “Your client does not support opening this list with windows explorer”

SharePoint 2010: “Your client does not support opening this list with windows explorer” Scenario We want to open the document library in explorer view But somehow it’s popping up with the message “Your client does not support opening this list with windows explorer”? Solution Use 32 bits IE, because it’s the featured for this browser If your using windows server 2008, enabled “Desktop Experience” feature Go back to your document library >>...

Monday, October 14, 2013

Custom properties for visual webpart 2010

Custom properties for visual webpart You should read 3 article first http://mstechsharing.blogspot.com/2012/03/lesson-04-webpart-property-and-default.html http://mstechsharing.blogspot.com/2012/03/lesson-05-more-attribute-and-custom.html http://mstechsharing.blogspot.com/2012/03/lesson-06-validation-in-webpart-and.html Create new Visual webpart project Add new class for toolpart class Open CustomPropertiesForVisualWebpart.cs and Replace...