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
When I click the Insert Link, it takes me to the Reviews.aspx page, but when I look for the newly inserted review under the Genre, it is not there. Everything else works. I am able to insert a new Genre.
Can you see the item in the database? And do you see the same behavior with the code from the download? If not, try comparing your page with the one that you can download.
If that doesn't help, can you post the relevant code for the pages involved?
In the code-behind, I had written
e.NewValues["UpDateTime"] = DateTime.Now;
instead of
e.NewValues["UpdateDateTime"] = DateTime.Now;
Sorry to take up your time.
Thanks,
Greg