Articles
|
In my previous article Using Authentication Services in ASP.NET AJAX for Forms Authentication we have understood how to use the authentication service to provide forms authentication in ajax applications. Most of the times, we will also have number of roles to provide different set of permissions to different users. The ASP.Net AJAX Extensions 1.0 released for ASP.Net 2.0 does not have an inbuilt service like authentication service that provides roles support. The next version of ASP.Net AJAX th
Posted on 5/7/2009 @ 9:14 AM
By Satheesh Babu B
in ASP.Net Ajax
|
Debugging AJAX using Microsoft AJAX Library, Internet Explorer and Mozilla Firefox,Developing AJAX applications that involve complex client-side programming and communication with the server side raises the need for equally complex debugging tools and techniques.
Posted on 3/17/2009 @ 8:02 AM
By DotNet Tutor
in ASP.Net Ajax
|
Caching,It’s nothing but a thought kind of memory. Application,Its nothing but similar to Session with a bit difference that is Session objects have scope within a particular session while application objects having scope within entire application.
Posted on 3/1/2009 @ 9:26 AM
By Gaurav Arora
in ASP.Net Ajax
|
In Part 1, we have seen how to make AJAX calls through POST and GET method using JQuery library. , In Part 2 of this article series, we will see some of the advanced usages of JQuery with ASP.Net AJAX application.
Posted on 2/2/2009 @ 7:33 AM
By Satheesh Babu B
in ASP.Net Ajax
|
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. This article series will help us understand the usages of JQuery in implementing AJAX applications.
Posted on 1/27/2009 @ 7:39 AM
By Satheesh Babu B
in ASP.Net Ajax
|
Rating control is one of the web controls that are packed with the AJAX control toolkit. This Rating control provides a capability to rate an item and this rating can be used to judge the item’s credibility. We can also limit the maximum rating through the MaxRating property of the Rating control. Moving forward, we will see about how to set tool tip for the Rating control.
Posted on 12/14/2008 @ 6:44 AM
By Satheesh Babu B
in ASP.Net Ajax
|
My previous article in authentication service gave an introduction on authentication services in ASP.Net AJAX and it discussed the implementation of authentication services using the default webservice. We can’t use the default webservice which uses the membership provider and membership database in our real world project. To overcome this difficulty, we will develop our own webservice that authenticates the user against our own database in this article.
Posted on 10/13/2008 @ 7:03 AM
By Satheesh Babu B
in ASP.Net Ajax
|
Authentication is one of the important modules in any website we develop, unless and until there is nothing private on the site or something we explicitly know as being unnecessary. To provide Forms Authentication in ASP.Net AJAX, Authentication Service is packed with the ASP.Net AJAX framework as a web service, which is exposed to the client through a web service proxy script.
Posted on 9/29/2008 @ 8:53 AM
By Satheesh Babu B
in ASP.Net Ajax
|
My previous article, Ajax Control Toolkit – Introduction provided a basic knowledge in Ajax Control Toolkit. Moving forward, we will learn more about Asp.Net Ajax and Ajax Control Toolkit. In this article, we will implement a sharepoint list style GridView with the help of DropDownExtender control in Ajax Control Toolkit.
Posted on 9/15/2008 @ 7:25 AM
By Satheesh Babu B
in ASP.Net Ajax
|
My previous articles on ASP.Net AJAX helped you to understand the basics and implementing AJAX applications in ASP.Net. This article is aimed to provide some tips and tricks that very useful while implementing ASP.Net AJAX applications.
Posted on 9/8/2008 @ 7:35 AM
By Satheesh Babu B
in ASP.Net Ajax
|
|