ĐÀ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, August 28, 2014

Sharepoint Search crawl success without new data

Hello all, I got an issuse about search crawl: Issue:           When i update data (Ex: A->B) then i start crawl data but data still got A value. Solution:           I Index Reset in search service application and configure scope again then i crawl full data => i got new result (B value). If you meet problem about people search without item, remember check sps3://yourwebapp:port in content source Thanks a...

Friday, August 15, 2014

Sharepoint Debug Timer Job

Deploy Timer Job >> then restart sharepoint timer services >> then go back visual studio >> tool Attach to process Go to Central Admin >> Monitoring >> Review Job Definitions  Click to your timer job then click run now and start debug Note: Each time  to debug, build then deploy then restart timer servi...

Wednesday, August 6, 2014

JQUERY

1. Basic JQUERY 2. How to get selected value dropdownlist (server control) jquery 3. ZTree in SharePo...

get selected value dropdown jquery

How to get selected value of DropDownList (server control) using JQuery $("select[id$=ddlContentType]").change(function () { var selectedval = $('select[id$=ddlContentType] option:selected').text(); alert(selectedval); ...

Front End

1.  JQUERY 2.  JSON 3.  ...

Sharepoint 2010 - File Uploading with HttpFileCollection

Upload document to sharepoint library using HttpFileCollection Hello everybody, Today I post this article to client can upload document from their computer, if we use FileUpload1.PostedFile.FileName method we can’t upload document. Because, that code only execute in server (server setup sharepoint). So I write this article using HttpFileCollection. See details:   Code inline <%@ Assembly Name="$SharePoint.Project.AssemblyFullName$" %> <%@...

Monday, August 4, 2014

ZTree in sharepoint

ZTree In SharePoint – CheckBox Operation Demo Hello everybody, i wrote this article to support document system. it very useful, i can apply it for document properties. Example: when you create document then select the Department from tree. you can apply this article. Download Project at here Go to page http://www.ztree.me/v3/main.php then And download Ztree or download at here Open WebSite...