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 tens of thousands of software programmers and website developers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining today you can post your own programming questions, respond to other developers’ questions, and eliminate the ads that are displayed to guests. Registration is fast, simple and absolutely free .
I have completed the try it out on page 491 chapter 14 however I am not getting the desired result.
Basically as far as I can tell I have followed through all the code and it builds and runs fine but when I select a review from the drop down list nothing displays. I can access my genres and the home section fine. It is just not displaying the reviews.
I don't really know why and I am not getting any detected errors so I don't really know how to go about fixing this.
I suppose it isn't connecting to the reviews table properly but if this were the case it would show an error.. so maybe it is something else that is either blocking or something like that?