Browse by Tags

All Tags » AJAX (RSS)

ASP.NET AJAX Microsoft tutorial by Yousef_Jadallah

Many people asking about the previous link of ASP.NET AJAX 1.0 documentation that started with  http://www.asp.net/ajax/documentation/live which support .NET 2. Actually, this link has been removed but instead you can visit http://msdn.microsoft...

Step by Step:How to use Web Services in ASP.NET AJAX by Yousef_Jadallah

In my Article Preventing Duplicate Date With ASP.NET AJAX I’ve used ASP.NET AJAX With Web Service Technology, Therefore I add this topic as an introduction how to access Web services from client script in AJAX-enabled ASP.NET Web pages. As well I write...

Preventing duplicate Data with ASP.NET AJAX by Yousef_Jadallah

  Some times you need to prevent  User names ,E-mail ID's or other values from being duplicated by a new user during Registration or any other cases,So I will add a simple approach to make the page more user-friendly. Instead the user filled...

Highlight button during Asynchronous PostBack by Yousef_Jadallah

If you don’t want to use UpdateProgress during Asynchronous Postback from UpdatePanel, there is an idea to highlight the button that fire the Asynchronous inside UpdatePanel. To start in that approach you must be familiar with PageRequestManager class...
Filed under: , ,
More Posts