Tuesday, February 23, 2010

Introduction to jQuery in ASP.Net

What is jQuery?


jQuery is a light weight javascript library which provides fast and easy way of HTML DOM traversing and manipulation, event handling, client side animations, etc. One of the greatest features of jQuery is, it supports an efficient way to implement AJAX applications because of its light weight nature. According to the jQuery official site, “jQuery is designed to change the way that you write JavaScript.”

 Using the jQuery library in ASP.Net Application
Download the latest jQuery library from jQuery.com and include the reference to the jQuery library file in our ASPX page.

View Tenant (ULS) Logs in SharePoint Online using CSOM

Even though the classes exist in the CSOM, the Microsoft Office 365 Engineering team has confirmed that this is something which is not poss...