Posts

Showing posts from October, 2018

Sharepoint People Picker control : "The control is not available because you do not have the correct permissions"

Image
Steps 1. Go to the SharePoint Group Settings page 2. Change the membership option to "Everyone" Hope this will helps you all !!!.

Bootstrap Tabs Selected on PostBack in .Net

Aspx page < div   id ="Tabs"   role ="tabpanel">      <!-- Nav tabs -->      < ul   class ="nav nav-tabs"   role ="tablist">          < li >< a   href ="#personal"   aria-controls ="personal"   role ="tab"   data-toggle ="tab"> Personal          </ a ></ li >          < li >< a   href ="#employment"   aria-controls ="employment"   role ="tab"   data-toggle ="tab"> Employment </ a ></ li >      </ ul >      <!-- Tab panes -->      < div   class ="tab-content"   style =" padding-top : 20px">          < div   role ="tabpanel"   class ="tab-pane active"   id ="personal">             This is Personal Information Tab          </ div >          < div   role ="tabpanel"   class ="tab-