 |
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
|
|
|
|
|

August 9th, 2010, 05:32 PM
|
|
Authorized User
|
|
Join Date: Jul 2010
Posts: 74
Thanks: 23
Thanked 0 Times in 0 Posts
|
|
Chapter 12 Page 410 Try it out
About this try it out, I can not understand, in the Reviews.aspx, the GridView1 is not shown when we start that page, but I think it should be there. So may someone explain this? Thank you.
|
|

August 10th, 2010, 02:57 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Hi there,
Can you please be more specific about the problem? E.g what you see / what you don't see, based on what you think the page should display something, how you browse to the page and so on?
I look at page 410, and the TIO on that page mostly deals with the AddEditReview.aspx page, so I am not sure how it all fits together.
Cheers,
Imar
|
|

August 10th, 2010, 01:37 PM
|
|
Authorized User
|
|
Join Date: Jul 2010
Posts: 74
Thanks: 23
Thanked 0 Times in 0 Posts
|
|
Thank you, Imar, for your replying.
When I open the Reviews.aspx, it shows one Dropdownlist, and one hyperlink to Insert New Review, there is no GridView. And if I choose something from the Dropdownlist, the GridView shows up, and will shows somethings. So my question is, at the beginning, how can the GridView hide? I did not find some "hide" property in the code.
|
|

August 10th, 2010, 01:53 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
It doesn't really hide; it's simply empty and thus there's nothing to display.
Cheers,
Imar
|
|

August 10th, 2010, 02:49 PM
|
|
Authorized User
|
|
Join Date: Jul 2010
Posts: 74
Thanks: 23
Thanked 0 Times in 0 Posts
|
|
Imar, thank you so much. I got this.
|
|
 |