L
Lim siew Cheng
Hi,
I'm trying to know why the below is not working....
<html>
<head>
<title>sample</title>
</head>
<%
int oo = 333 ;
%>
<body MS_POSITIONING="GridLayout">
<form id="sample" method="post" runat="server">
LALAL
<%=oo%>
</form>
</body>
</html>
CS0103: The name 'oo' does not exist in the class or namespace
'ASP.sample_aspx'
So this cannot be achieved?
REgards
LSc
I'm trying to know why the below is not working....
<html>
<head>
<title>sample</title>
</head>
<%
int oo = 333 ;
%>
<body MS_POSITIONING="GridLayout">
<form id="sample" method="post" runat="server">
LALAL
<%=oo%>
</form>
</body>
</html>
CS0103: The name 'oo' does not exist in the class or namespace
'ASP.sample_aspx'
So this cannot be achieved?
REgards
LSc