News

In the last two columns, I've been discussing my deepening understanding of JavaScript (" JavaScript for an ASP.NET Developer ") and my appreciation of JavaScript's beauty as a language oriented ...
An ASP.NET button's client-side click event will automatically call the ASP.NET __doPostBack function and post back to the server, even if you set the button's UseSubmitBehavior property to False.
I want to know if there is a way for a web page on the Linux box to go out to tghe ASP page, run a function which will return a result, and pass that result back to the page on the Linux server.