borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (WebService and .net)Next Topic (how trap on which Datagrid navigation user click ??) New Topic New Poll Post Reply
AndreaVB Forum : ASP.Net : console.writeline error?
Poster Message
kaorath
Level: Trainee

Registered: 05-12-2004
Posts: 1

icon 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

05-12-2004 at 04:49 AM
View Profile Send Email to User Show All Posts Visit Homepage | Quote Reply
zimcoder
Level: VB Lord


Registered: 27-10-2003
Posts: 225
icon Re: console.writeline error?

Use Response.Write("Hello World")
instead of Console.WriteLine

____________________________
BrainBench ADO.NET and ASP.NET Certified Developer

20-12-2004 at 08:41 AM
View Profile Send Email to User Show All Posts | Quote Reply
AndreaVB Forum : ASP.Net : console.writeline error?
Previous Topic (WebService and .net)Next Topic (how trap on which Datagrid navigation user click ??) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder