JScript .NET, Part IX: Code Behind: A Final Word - Doc JavaScript
JScript .NET, Part IX: Code Behind
A Final Word
In this column we presented the concept of Code Behind. We explained the motivation behind the separation between presentation and business logic. We went through three examples and showed you how to write the JScript .NET file (.js
) and the ASP.NET page (.aspx
), and how to compile the .js
file into the bin
library. The first example showed how to write a simple Hello World page. The second example showed how to consume the add
Web service. The third example showed how to call the IsPrime
Web service.
In this column you have learned:
The following files were zipped for you: helloworld.aspx
, helloworld.aspx.js
, simpleCalcConsumerForm.aspx
, simpleCalcConsumerForm.aspx.js
, IsPrimeConsumerForm.aspx
, and IsPrimeConsumerForm.aspx.js
.
Produced by Yehuda Shiran and Tomer Shiran
All Rights Reserved. Legal Notices.
Created: July 29, 2002
Revised: July 29, 2002
URL: https://www.webreference.com/js/column115/10.html