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 September 18th, 2006, 12:04 PM
Registered User
 
Join Date: Sep 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Chapter 14 Calendar Control

Hi evrybody.Im new to ASP.NET programming.Im getting a list of errors in MyCalendar.aspx example in Chapter 14 even though i typed the code exactly as in the book.errors are listed below.Hope somebpdy will help me.. thanks all


ERRORS
=======
Per the active schema, the element 'table' cannot be nested within 'table'.

Could not find any attribute 'style' of element 'table'.

Could not find any attribute 'style' of element 'tr'.

Per the active schema, the element 'tr' cannot be nested within 'form'.

Could not find any attribute 'style' of element 'tr'.

Per the active schema, the element 'tr' cannot be nested
within 'form'.

Could not find any attribute 'style' of element 'tr'.



 
Old September 18th, 2006, 12:11 PM
Wrox Author
 
Join Date: Oct 2005
Posts: 4,104
Thanks: 1
Thanked 64 Times in 64 Posts
Send a message via AIM to dparsons
Default

Those aren't errors, they are warnings (at least inside of the VS IDE) and shouldnt prevent your application from compiling. Normally this means that some of your HTML is out of order which normally happens when you forget a closing tag. Double check that all of your tags are there and in the correct order.

--Stole this from a moderator

I will only tell you how to do it, not do it for you.
Unless, of course, you want to hire me to do work for you.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Chapter 14 Calendar webrobb BOOK: Beginning ASP.NET 1.0 7 August 28th, 2006 03:59 AM
Chapter 14 JonG BOOK: Beginning Visual Basic 2005 Databases ISBN: 978-0-7645-8894-5 1 March 21st, 2006 10:04 PM
Ch. 14 Calendar Modification Astalder BOOK: Beginning ASP.NET 1.0 6 December 1st, 2004 06:23 PM
Lesson on Event Calendar - Chapter 14 Mike Smith BOOK: Professional C#, 2nd and 3rd Editions 6 April 6th, 2004 03:03 PM
Chapter 14 Mike Smith BOOK: Professional C#, 2nd and 3rd Editions 2 January 4th, 2004 05:13 PM





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