Wrox Programmer Forums
|
BOOK: Beginning ASP.NET 4 : in C# and VB
This is the forum to discuss the Wrox book Beginning ASP.NET 4: in C# and VB by Imar Spaanjaars; ISBN: 9780470502211
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning ASP.NET 4 : in C# and VB 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 December 19th, 2011, 07:57 AM
Registered User
 
Join Date: Dec 2011
Posts: 1
Thanks: 1
Thanked 0 Times in 0 Posts
Default chapter 6 themes

Error parsing attribute 'page': Cannot create an object of type 'System.Web.UI.Page' from its string representation '' for the 'Page' property. D:\codes\beginning asp.net 4\begaspC\Demos\inline.aspx 1

below is firstline of inline.aspx
Code:
<%@ Title="inline" Page Language="C#" AutoEventWireup="true" CodeFile="inline.aspx.cs" Inherits="Demos_inline"%>
 
Old December 19th, 2011, 08:13 AM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

You added the Title attribute at the wrong place. It should be:

@Page Title="... "

Cheers,

Imar
__________________
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Follow me on Twitter

Author of Beginning ASP.NET 4.5 : in C# and VB, Beginning ASP.NET Web Pages with WebMatrix
and Beginning ASP.NET 4 : in C# and VB.
Did this post help you? Click the button below this post to show your appreciation!
The Following User Says Thank You to Imar For This Useful Post:
ajayreddy28390 (December 19th, 2011)





Similar Threads
Thread Thread Starter Forum Replies Last Post
Themes in Chapter 6 once more dhess BOOK: Beginning ASP.NET 4 : in C# and VB 2 June 18th, 2011 07:46 AM
Chapter 6 - Applying the User-Selected Themes JohnB BOOK: Beginning ASP.NET 4 : in C# and VB 6 December 8th, 2010 11:55 AM
Chapter 6 Themes flapjack BOOK: Beginning ASP.NET 3.5 : in C# and VB BOOK ISBN: 978-0-470-18759-3 2 May 1st, 2010 09:39 AM
Chapter 6 dynamically swithing Themes? yantaq BOOK: Beginning ASP.NET 3.5 : in C# and VB BOOK ISBN: 978-0-470-18759-3 9 January 27th, 2009 06:28 PM
Chapter 5 Applying themes to Page Try it Out mcauliff BOOK: Beginning ASP.NET 2.0 BOOK VB ISBN: 978-0-7645-8850-1; C# ISBN: 978-0-470-04258-8 0 October 3rd, 2007 11:04 AM





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