Categories
- .NET (3)
- ASP.NET MVC (1)
- Sharepoint (1)
- AJAX (2)
- CSS (1)
- JavaScript (2)
- jQuery (1)
- Miscellaneous (2)
- .NET (3)
Recent Comments
- Thomas Morris on Restoring Intel Matrix RAID Configuration
- Sybil Neiswander on ASP.NET MVC returning 302 (Found) HTTP status code on unauthorized Ajax calls instead of 401(Unauthorized) like classic ASP.NET
- Wim Coenen on Programming Challenge: 2D Geometry
- maky on Restoring Intel Matrix RAID Configuration
- TreardY on Calling SharePoint web services using jQuery
Archives
- August 2009 (1)
- July 2009 (2)
- October 2008 (1)
- August 2008 (1)
- July 2008 (1)
Category Archives: AJAX
ASP.NET MVC returning 302 (Found) HTTP status code on unauthorized Ajax calls instead of 401(Unauthorized) like classic ASP.NET
Classic ASP.NET On classic ASP.NET when calling a [WebMethod] with Ajax in an unauthorized context (most likely in the case where the session expired) the response http status code is 401. You can handle this in the “error” handler (provided … Continue reading
Posted in AJAX, JavaScript
1 Comment
Calling SharePoint web services using jQuery
I needed to update a SharePoint list item directly on client side in a classic SharePoint list form. I found this blog who explains very well how to do it by using Prototype but I was already using jQuery and … Continue reading
Posted in AJAX, Sharepoint, jQuery
7 Comments