<% @ Page language = "c #"%>
Void Page_Load ()
{
String CapitalCityofuk;
INT NUMBEROFSTATES;
CapitalCityofuk = "london";
NumberofStates = 50;
Display1.text = capitalcityofuk;
Display2.text = numberofstates.tostring ();
}
script>
CREANG VARIABLES EXAMPLE TITLE>
hEAD>
The Contents of CapitalCityofuk is: asp: label>
The Contents of NumberOfStates IS: asp: label>
body>
html>