Archive for date: January 16th, 2005

“Effective Enterprise Java” Follow Up

16 January, 2005 (10:34) | .NET, General | By: Thomas

I had mentioned a few days ago that one of my Christmas presents was Ted Neward’s book “Effective Enterprise Java”. Having finished it, I can highly recommend it to any programmer Java centric or .Net centric. It doesn’t matter which camp you are in, the information presented applies equally well. I dohave [...]

Scott on Writing – ASP.NET 2.0 Client Script Postback

16 January, 2005 (08:45) | Asp.Net 2.o | By: Thomas

So it appears that in 2.0 one can post to the server, receiveve a return value into Javascript without causing a full postback cycle on the page. Scott has an example.
Scott on Writing