Ravi Keshwani is an MCA with 5+ years of experience in Microsoft Technologies.

Ravi Keshwani has written 5 articles, which have been read 230146 times.
27935
Abstract: Continuing my beginner series on SharePoint, in this article, I will explain how to add any list as a Webpart, wherever required.
61576
Abstract: In this article, I will explain you how to display data from 2 lists, based on joins associated with it. In short, we will display master-detail records in SharePoint
40369
Abstract: In this article, we will explore how we can use the very useful Data View web part to customize list data and perform CRUD operations on it.
66674
Abstract: In this article, I will show you how we can add a lookup column in a custom list which will populate its column values from an existing list, associated with it.
33592
Abstract: Continuing with my SharePoint beginner series for DotNetCurry.com visitors, in this article, I will show you how we can filter the task list so that only tasks of logged in user are displayed.
$(this).siblings('.current').removeClass('current'); $(this).addClass('current'); $('.tabContent').children('.current').removeClass('current'); $('.tabContent').children().eq($(this).index()).addClass('current'); }); });