ASP.NET Podcast

ASP.NET Podcast is geared towards the Microsoft .NET Framework and ASP.NET.
The podcast is run by Wally and Paul.
Welcome to ASP.NET Podcast Sign in | Join | Help
in Search

ASP.NET Podcast

The ASP.NET Podcast features, technical talks, interviews, news, reviews, and Wallyisms. Wallace B. (Wally) McClure and Paul Glavich are your hosts.

ASP.NET Podcast Show #23 - Spang, Summit Round Up, Intro to Atlas, Oh My!

Subscribe  - It makes life easier.  Get a copy of iPodder or iTunes.

This show is available in the subscription feed.

Show Notes:

  • Spang.
    • What Spang Truly is.
    • Dave Sussman's Reaction to the Spang announcement. Dave: "I can't get enough Spang!".
    • The Joke takes root and grows exponentially.
  • The Channel9 Reaction.
  • Atlas code.
    • Server side Web Code:
      [WebMethod]
      public string HelloWorld(string strInput)
      {
      return "Hello " + strInput + " Server Time: " + DateTime.Now.ToString() ;
      }
    • Client Side BLOCKED SCRIPT
      <script type="text/xml-script">
      function
      OnClickTest() {
      var txtInputBox = document.getElementById("txtInput");
      Samples.AspNet.WebServiceTest.HelloWorld(txtInputBox.value, HelloWorldCallBack);
      }
      function HelloWorldCallBack(result){
      alert("Returned Value: " + result);
      }
      </script>

Sorry for the delay, but I have not been feeling well since I got back.

Published Wednesday, November 09, 2005 1:05 AM by wallym
Filed under: ,
Anonymous comments are disabled

This Blog

Syndication

Powered by Community Server, by Telligent Systems