Hey all!
I'm studying the Ajax in chapter 10.
in the TryItOut in page 352, we use HTML controls, and according to the book, and I quote: "you can see that the code you are going to write really
executes at the client".
I don't understand if we must work with HTML controls whenever we want to work with client side JavaScript that call web services??
One more thing, in page 352, there is this quote: "By referencing the service in the master page, it becomes available to all pages based on that master.
This also means that each page will download the
JavaScript files needed to run this service."
what does it mean JavaScript files, I'm asking because all I saw is client side JavaScript code that invokes the web service, but not actual JavaScript files, that were downloaded.
10x u in advance
