Part 2 of 2 : Delegates/Inheritance in .NET and MS Ajax
Posted by: Scott Cates WebLog,
on 17 Nov 2006 |
View original | Bookmarked: 0 time(s)
In Part 1 of this series, I showed how delegates work in C#. We created a matrix that was populated with a delegated function call. This function was responsible for performing the display result in each cell of the matrix.In today's post, we wish to accomplish the same results, but instead of using C#, we're going to be using JavaScript against the Microsoft ASP.NET Ajax Extensions. Currently we're building on Beta 2 of these extensions.First, let's have a look at the code behind(side)...