Today I played around with doing some ASP.NET web forms in AJAX. Using Anthem.Net. First I’d have to say, Anthem is pretty easy to get started with, but their could be some better examples. One thing I found is that If you have to call some server side code from javascript and vice versa, it cant get a little tricky. I think for now for what I’m working on I will just stick to a non-AJAX route. It seems that with the way I have it in AJAX, you cant hit a button or cause an event to fire until the whole site is fully loaded, which maybe I have something wacked, but it isn’t going to work. I’ll probably dig more into it though.
Categories