0
kicks
Atlas tutorial in ASP.NET without the template.
I tried to get Atlas running without the templates which wasn't a problem and gave me better understanding of the workings of Atlas.
With Altas you can call a webmethod in a webservice class from within Javascript at the browser. In this example I use an aspx page which has just plain HTML controls (no ASP.NET controls, no runat ="server") firing the javascript that calls the webmethod. The webservice is in the same webapplication as the page.