Wednesday, October 28, 2015

People Picker Field Value through jQuery

To retrieve the SharePoint people picker values through jQuery use this one line code

var User = $("textarea[title='People Picker']").val().split("\\");

Friday, October 23, 2015

UpdatePanel Vs jQuery conflict

Simple thoughts, its good to recollect my learning days on ASP.NET ajax framework.
When you place the UpdatePanel on the page for asynchronous post back on the page, you might have seen your custom javascript function or jquery function won't work, because  UpdatePanel  rewrite all the mark up in the page on every asynchronous call.

To retain the javascript / jquery function between these call, add this line of code on script block markup body section.

 Sys.WebForms.PageRequestManager.getInstance().add_endRequest(jQueryfunction);


And also ensure,you wrap up all the jQuery function into manageable functions.

Wednesday, October 14, 2015

SharePoint 2010 is going to die very soon.

Today is the last day for SharePoint 2010's mainstream support by Microsoft. Tomorrow onward there will be only security related patches and hot fixes available. for SharePoint 2010 Service Pack 1


Product related issues will not be fixed by Microsoft so far for SharePoint 2010 technologies.Only premier support only available for customers.

Check it out more information on SharePoint 2010 official support and life cycle here