kaorath Level: Trainee
 Registered: 05-12-2004 Posts: 1
|
console.writeline error?
pls help now.
I used asp.net to write console.writeline.
when i browse that page i cannot see my result. what is the problem??
-----------------
<%@ Page Language="VB" Debug="true" %>
<script runat="server">
sub page_load(Source As Object, E As EventArgs)
Console.WriteLine("Hello World")
end sub
</script>
<html>
<head>
</head>
<body>
<form runat="server">
<asp:Label id="lbl1" runat="server"></asp:Label>
</form>
</body>
</html>
____________________________
kao sereyrath
|