Tuesday, February 26, 2013

Could not load file or assembly BCMLogon For SSRS

While configuring Reporting service with SharePoint i had found that Reporting Services is not available at Central Administration > General Application Settings 

Friday, February 22, 2013

Custom LogIn Page For SharePoint2010

For Form Based Authentication / Sql Server
First enable  for web application from Central Admin.

Sunday, February 10, 2013

SharePoint2010 BCS Does Not Allow To Select Multiple Values.

Well all of us are aware Business Connectivity Service of SharePoint2010 and there are 100's or post that describes How to create BCS, How To Deploy BCS and many more. 

Monday, February 4, 2013

Customising SharePoint2010 Modal Dialogs

First of all we discuss how the dialog framework works.

Well  SharePoint  uses Modal Dialogs for both 
  • Taking input from the user.(as New Item / Edit Itms forms)
  • Notifing end User that some processing is going on. so please wait.
For ease to work on these dialogs we are going to use OOB methods and feature present in SP.UI.ModalDialog Class.