| Details View |
| Configuring Failover Database in SharePoint 2010 | 12/25/2012 6:29:00 PM | | Amongst the various new features introduced in SharePoint 2010, Fail over database is a one. SharePoint 2010 is mirroring aware. This means that their is high availability of database if you have done the database mirroring at SQL level and have set the failover instance for your database at SharePoint level.
In simple terms, it means that if the ... | | Comments: 0 | Author: Geetanjali Arora | Categories: SharePoint 2010 | | |
| Export List Data to Excel in SharePoint | 10/11/2012 6:34:00 PM | | Recently I came across a requirement where I had to export data of a list from inside a custom webpart to excel. After some research I came across many articles stating creating SPGridView and then using HTTPcontext Response object to write the response into an excel file.But out of curiosity I thought of diving into the OOB export functionality ... | | Comments: 0 | Author: Geetanjali Arora | Categories: WebParts | | |
| Firing events inside a modal dialog in SharePoint 2010 | 9/21/2012 11:35:00 AM | | Lately I came across a requirement where I had to fetch user input and based on that perform some validations on the click event. All of this was supposed to happen inside a modal dialog inside SharePoint 2010. Initially it seemed quite simple but when I started to do it I really had to struggle to get the click event functional inside the modal ... | | Comments: 0 | Author: Geetanjali Arora | Categories: ECMASCRIPT Client Object Model | | |
| SharePoint 2010 Search capabilities | 6/12/2012 1:08:00 PM | | Hello Kind readers…
This gives you a quick overview of how search is provided and works in SharePoint 2010, this post does not take you in-depth of custom development but hopefully should enable you to answer a question like "So what is search in SharePoint 2010 all about"
1. Microsoft offers five different types of search ... | | Comments: 1 | Author: Tanmay Shahane | Categories: SharePoint 2010 | | |
| Missing Site Pages in Personal Site | 5/27/2012 1:32:00 PM | | Lately I faced and issue while working with Personal Sites. My requirement
was to deploy a page in personal sites everytime a personal site gets created.
So, the quick solution that came to my mind was to deploy it using feature
stapling, and everytime the personal site gets provisioned for somebody, the
feature will get activated and my ... | | Comments: 0 | Author: Geetanjali Arora | Categories: User Profiles | | |