DCSIMG
ASP.NET,JavaScript - LINQED.NET

LINQED.NET

This blog is about .NET and related technologies
By Vlad Azarkhin

Browse by Tags

All Tags » ASP.NET » JavaScript (RSS)
WDC.IL March meeting: JavaScript and jQuery
Hi all! The meeting will take place tomorrow, March 14, 2011. This time, I’m going to dive deep into JavaScript concepts, such as context, closures, functions and so on. In my feeling, understanding those concepts is an absolute must for every web developer. Come and learn for free! You can still register using this link: http://wdcil3.eventbrite.com . See you there!
Canceling AJAX Web Service call
There are times you need to develop a data-entry web form calling and AJAX-enabled web service to perform some complex computations that must be done on the server (for example, when a database access needed to do the computation). The computation is sometimes based on numerous data-entry fields, so when a change in one of the fields has occurred, you want to send a web service request to re-compute the data. As a most simple example, I’ll create a form that is capable of doing an extremely difficult...