Sign In/My Account | View Cart  

advertisement

AddThis Social Bookmark Button

Article:
  The Three Faces of ASP.NET AJAX
Subject:   Something's wrong here
Date:   2007-03-01 06:18:21
From:   lamontadams1
So let me get this straight regarding the button extender example where you are changing text and enabling the button...


You're going to do an asynchronous postback _to the server_ to change the button's caption? What's wrong with the 2 lines (at most) of javascript necessary to accomplish the same thing, all on the client?


Maybe I'm missing the point, or maybe I'm taking the example to literally, but that seems plain silly to me.