Categories
- ASP.net (21)
- AJAX (2)
- BI (1)
- C# (3)
- Crystal Report (1)
- Entity Framework (1)
- Event Log (1)
- Google API (1)
- JQuery (1)
- LINQ (1)
- WCF (2)
- WWF (1)
- SAP (1)
- SharePoint (14)
- Sharepoint 2007 (4)
- SharePoint 2010 (7)
- SQL (1)
- Team Foundation Server (9)
- Uncategorized (1)
- ASP.net (21)
Twitter
- Holy Macaroni! Barilla Takes to the Cloud lnkd.in/ZnPepR10 5 months ago
- SharePoint Conference 2012 lnkd.in/rSnEks10 6 months ago
- I love Dropbox because easy to use db.tt/8g6OtMz710 7 months ago
- Announcing the release of .NET Framework 4.5 RTM - Product and Source Code - .NET Blog - Site Home - MSDN Blogs blogs.msdn.com/b/dotnet/archiā¦10 9 months ago
- Create announcement item ticker by using JQuery and SPServices into SharePoint sharedude.net10 9 months ago
Archives
My Achievements

My Achievements
Microsoft Virtual Profile
Click here to access virtual profile.Tag Cloud
.net Add solution AJAX Android ASP.net Asp.net Google API BI C# Crystal Report custom development Data Binding Data Rendering delete solution Event Log execute solution Gridview HTML 5 Hyperlink IFrame Parameters Powershell Quality Center REST Restart SAP PI Sharepoint Sharepoint 2007 SharePoint 2010 Sharepoint Deployment Shutdown Snippet SOAP Social Network TFS 2008 TFS; Team Foundation Server Themes ThickBox User Control Visual Source Safe; VSS; Source Control Visual Studio 2010 WCF Web Services Windows Communication Foundation Windows Server 2003 Workflow
Monthly Archives: September 2011
Override Global css from SharePoint 2010 to hide left navigation
If you look for hide the left navigation from SharePoint 2010, definitely you can use the below stylesheet to override the global css. Add this code in the content editor and apply the changes: <Style> #s4-leftpanel { display: none; … Continue reading
Using SharePoint Modal Dialog
SharePoint 2010 have introduces the new dialog framework for assist users to stay in the context of the page without navigate away from other page. The JavaScript object model provides the SP.UI.ModalDialog class to work with the dialog framework. In … Continue reading