Wrox Programmer Forums
|
BOOK: Beginning ASP.NET 1.1
This is the forum to discuss the Wrox book Beginning ASP.NET 1.1 with Visual C#.NET 2003 by Chris Ullman, John Kauffman, Chris Hart, Dave Sussman, Daniel Maharry; ISBN: 9780764557088
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning ASP.NET 1.1 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 June 27th, 2006, 06:45 AM
Registered User
 
Join Date: Jun 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Ch05 funcparameters.aspx

Hey all ,
  A question about function in ch05 P.166 :
void InsertLinebreak(int NumLines, int Width)
{
    for (int i=1; i<=NumLines; i++)
    {
       lblMessage.Text += "<br>";

    }
}

why should be
Not
Some help ?






Similar Threads
Thread Thread Starter Forum Replies Last Post
Ch05: TIO-0503-HyperlinkTarget.aspx dogrady BOOK: Beginning ASP.NET 2.0 and Databases 1 April 17th, 2008 03:52 AM
ch05 - example3 idroulia BOOK: Beginning JavaServer Pages 1 March 15th, 2008 09:42 AM
ch05 no validation error humayunlalzad BOOK: Beginning XML 3rd Edition 2 November 15th, 2006 06:55 AM
Ch05 IE not properly display XML david_4092 BOOK: Beginning ASP.NET 1.0 1 October 24th, 2003 01:23 PM





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