Wrox Programmer Forums
|
BOOK: Beginning ASP.NET 3.5 : in C# and VB BOOK ISBN: 978-0-470-18759-3
This is the forum to discuss the Wrox book Beginning ASP.NET 3.5: In C# and VB by Imar Spaanjaars; ISBN: 9780470187593
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning ASP.NET 3.5 : in C# and VB BOOK ISBN: 978-0-470-18759-3 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 13th, 2010, 09:52 AM
Registered User
 
Join Date: Aug 2010
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default Chapter 12 - Last try it out exercise

Step 12 asks to click edit Databindings on Smart Tasks panel of DropDownlist and click SelectedVale in the list on the left and choose GenreId from the bound to drop-down list on the right as in Figure 12-22.
However, the Data bindings radio button is grayed out for me, so I can not perform this function ? Help ?
 
Old August 13th, 2010, 11:25 AM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Someone else reported this a few days ago as well. I couldn't find out what the problem was, and suspected it might be a bug in VS.

If you want, can you send me a copy of the complete web site and database? Then I can try it out here and see if I can find anything. To find out my e-mail address, use the Contact page on my web site (see link in signature) and I'll reply to that message.

In the meantime, you can work around the issue by manually typing in the code in Markup View.

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!
 
Old August 13th, 2010, 11:37 AM
Registered User
 
Join Date: Aug 2010
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default Chapter 12 - Last try it out exercise - in the BOOK: Beginning ASP.NET 3.5 : in C# an

Thanks. That is precisely what I did - typed in the coding and it works fine. One other note. I was getting an error on the AddEditReview.aspx page saying that datatype date was not supported by my version of SQL.
I did some research on the web and found that I need to change the code:
<asp:Parameter DbType="Date" Name="UpdateDateTime" />

to
<asp:Parameter DbType="DateTime" Name="UpdateDateTime" />

then it worked fine.
 
Old August 13th, 2010, 11:48 AM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Yes, correct. This is also listed in the errata section: http://www.wrox.com/WileyCDA/WroxTit...Cd-ERRATA.html together with some background. It's due to a change in service pack 1 for VS.

Do you still want me to look at your site and see if I can find anything?

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!
 
Old August 13th, 2010, 12:04 PM
Registered User
 
Join Date: Aug 2010
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default 12 - Last try it out exercise - in the BOOK: Beginning ASP.NET 3.5 : in C# and VB BOO

No, I am fine now. Thank you so much. Your help and support is unprecedented. I am learning so much from this book although some of the subject matter is a bit difficult for me to comprehend being an old mainframe programmer. I will go back over those sections again and hope to better understand the concepts.
- Bob





Similar Threads
Thread Thread Starter Forum Replies Last Post
Chapter 12, Exercise 5 Answer cree8uk BOOK: Beginning Microsoft Visual C# 2008 ISBN: 978-0-470-19135-4 3 June 5th, 2010 02:33 PM
Errors on Chapter 12 example(12.8) sonnie ASP.NET 2.0 Professional 2 June 7th, 2006 10:55 AM
Chapter 4, Exercise 3 DRAYKKO BOOK: Beginning Java 2 3 July 9th, 2004 02:34 PM





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