Wrox Programmer Forums
|
ASP.NET 1.0 and 1.1 Basics ASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Basics 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
 
Old August 26th, 2003, 06:38 AM
Registered User
 
Join Date: Aug 2003
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default Beginning ASP.NET using C#

Why can't I find an errata sheet for this book:

Beginning ASP.NET using C# - ISBN: 1-861006-15-2

It seems as if the book never existed on wrox.com. It's not on their booklist...

Please help...!

 
Old August 26th, 2003, 07:35 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 184
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Jonax
Default

A Google search on the ISBN returned the following link:
http://support.apress.com/errata/1861006152_errata.htm

 
Old August 28th, 2003, 12:28 AM
Registered User
 
Join Date: Aug 2003
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to almino111
Default

We got the same problem man,

I think the book was rewritten, i just think so.
some codes aint workin properly especially the page post back
in chapters 3-4 if I'm not wrong.
Try Beginning ASP.NET 1.0 with C# 7345. It does have similar
codes with the 6152 but not all are similar.



malaza
 
Old August 28th, 2003, 12:46 AM
Registered User
 
Join Date: Aug 2003
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to almino111
Default

How can I find the Solutions for the exercises in this book?

malaza
 
Old August 28th, 2003, 04:31 AM
Registered User
 
Join Date: Aug 2003
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Tak for hjælpen Jonax... :)

/hgn.dk

 
Old March 23rd, 2010, 07:28 PM
Registered User
 
Join Date: Mar 2010
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hope this helps ... Here is the code on the book with some minor changes:

Code:
<%@ Page Language="c#" %>
<html>
  <head>
    <title>Holiday Page2</title>
  </head>
  <body>
    <form id="form1" runat="server" method="post">
      <h1>Hinojoza's Holidays</h1>
      Please enter your details here.
      <br /><br />
      Name:<asp:textbox id="FullName" runat="server" />
      <br /><br />
      Address:<asp:textbox id="Address" rows=5 textmode="multiline" runat="server" />
      <br /><br />
      ************ -
      <asp:radiobuttonlist id="************" runat="server">
        <asp:listitem value="Male" />
        <asp:listitem value="Female" />
      </asp:radiobuttonlist>
      Please select the destination you would like details on:
      <asp:dropdownlist id="Destination" runat="server">
        <asp:listitem value="Madrid" />
        <asp:listitem value="Barcelona" />
        <asp:listitem value="Lisbon" />
        <asp:listitem value="Oslo" />
        <asp:listitem value="Prague" />
      </asp:dropdownlist>
      <br /><br />
      <asp:Button PostBackUrl="holidayresponse.aspx" runat="server" Text="Submit" />
    </form>
  </body>
</html>





Similar Threads
Thread Thread Starter Forum Replies Last Post
Can'T find code to Beginning Asp.net using VB.NET darruler All Other Wrox Books 1 August 12th, 2004 05:04 PM
Help 'beginning asp.net using vb.net' source code jkmf Wrox Book Feedback 1 January 18th, 2004 08:09 AM
Beginning ASP.Net Databases Using VB.Net ISBN 6195 tlamazares SQL Server ASP 1 December 15th, 2003 01:28 PM
Beginning ASP.NET E-Commerce using VB.NET KJ All Other Wrox Books 2 December 2nd, 2003 09:01 AM
Beginning ASP.NET E-commerce with VB.NET attipa All Other Wrox Books 2 June 23rd, 2003 10:35 PM





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