Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Wrox Announcements and Feedback > Wrox Book Feedback
|
Wrox Book Feedback A forum to submit feedback on Wrox books if other forums on P2P have been unable to address your book-specific needs. IF YOU ARE LOOKING FOR CODE DO NOT ASK "Where can I find the code for this book?" That question is answered here.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Wrox Book Feedback section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
  #1 (permalink)  
Old November 11th, 2004, 11:25 AM
Registered User
 
Join Date: Nov 2004
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Default ASP.NET 1.1 with VB.NET 2003 chapter 1

I tried the code in this book. (see title)
(Still don't know which one? It's written by Chris Ulman, John Kauffman, Chris Hart, David Sussman.
http://www.wrox.com/WileyCDA/WroxTit...load_code.html)

Again I tried the following code:
<script language="VB" runat="server">
Sub Page_Load()
 Response.Write ("First ASP.NET Line<br />")
 Response.Write ("Second ASP.NET Line<br />")
 Response.Write ("Third ASP.NET Line<br />")
End Sub
</script>

<html>
  <head>
    <title>Inserting ASP.NET code Example</title>
  </head>
  <body>
    Line1: First HTML Line<br />
    Line2: Second HTML Line<br />
    Line3: Third HTML Line<br />
  </body>
</html>

only the html line appears on the web page. Why?
I have .NET Framework, ASP.NET, and I use DreamWeaver.

Help fast... My boss is waiting...

Roger



Reply With Quote
  #2 (permalink)  
Old November 11th, 2004, 12:29 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,110
Thanks: 0
Thanked 3 Times in 3 Posts
Default

Do you have IIS?

Reply With Quote
  #3 (permalink)  
Old November 11th, 2004, 12:52 PM
Registered User
 
Join Date: Nov 2004
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Default

nvm, I got it. thx though

Reply With Quote





Similar Threads
Thread Thread Starter Forum Replies Last Post
Beginning VB.NET 2003 Chapter 16 siegmeister BOOK: Beginning VB.NET 2nd Edition/Beginning VB.NET 2003 7 October 8th, 2012 11:29 AM
Beginning VB.Net 2003 - Chapter 16 dougmcgee BOOK: Beginning VB.NET 2nd Edition/Beginning VB.NET 2003 7 July 15th, 2005 04:42 AM
Chapter 5 and 6 of Beg. VB.Net 2003 Koga BOOK: Beginning VB.NET 2nd Edition/Beginning VB.NET 2003 1 October 9th, 2004 05:02 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.