• Posts Tagged ‘list’

    Complex CAML queries made simple

    by  • February 11, 2011 • MOSS 2007 • 4 Comments

    Update: If you want a quicker solution, please check out my new CAML Viewer Web Part for SharePoint 2010. In this post we will see how we can generate complex CAML queries easily. We will also see how we can use this query to fetch data from the list. If you want to create a [...]

    Read more →

    Custom JavaScript validation in SharePoint

    by  • April 7, 2010 • MOSS 2007 • 0 Comments

    In this article we will see how to implement client side validation in SharePoint list with out using SharePoint designer. For this follow the below steps Navigate to the newform.aspx or editform.aspx page and open it in edit mode Note: you can append the following query string &pageview=shared&toolpaneview=2 to the URL (http://mysite/ Lists/job/NewForm.aspx?pageview=shared&toolpaneview=2) to open [...]

    Read more →