Archive:

Ajax using ASP.NET UpdatePanel

This is in continuation of the previous article How to use AJAX in ASP.NET.

In previous post we have learnt basic thing about Ajax but in this article we will see how can we use Ajax in more optimize way.

How to use AJAX in ASP.NET

In this tutorial we will learn how can we use AJAX in the ASP.NET platform.

Before we start using AJAX we should first know some basic things about AJAX like what is AJAX and what are its benefits, so we will have a quick look at it.

AJAX stands for Asynchronous Javascript and XML and AJAX enabled website is very smart because it will load just a piece of the page rather than the whole page every now and then, it means there is no post back to the server for each and every operation on the page. We will describe and show you a simple example in this tutorial.

Localization in ASP.NET by using resource file

This article is a little different from my previous ones in terms of presentation as this will only include the whole practical video and not the screen shots.

So as I mentioned in my previous article Localization in ASP.Net that in the upcoming post I will show localization with the help of resource file so there it is: