This post originated from an RSS feed registered with .NET Buzz
by Anand M.
Original Post: Ten things you might not know about ASP.NET 2.0
Feed Title: .NET From India
Feed URL: http://www.dotnetindia.com/index.rss
Feed Description: Your daily dose of .NET From India
I have only one comment, if you want to do Ajax for more than 1 control in your whole ASP.NET app, you are better off looking for a decent Ajax framework instead of using the inbuilt client callback function. It can be a real pain in the wrong place handcoding the whole client callback and handling data using just javascript. And then there is the multi-browser stuff too. Can become a mess very fast....