Hi Imar,
Sorry for coming back to this again, but I am running into some other problems..
I'm noticing that as I try to add this new functionality, things are getting more complicated. For example, after selecting the "Insert New Review" link and passing the correct genreId in the query string, I'm trying to pre-select the genre in AddEditReiew.aspx Page_Load. But I do not have access to the genre drop down since it's embedded in the ListView control.
In the previous ex. I acessed the genre value by using e.Values["GenreId"] in the drop_down event, but not sure what to do in this case?
This made me go back to p. 554 and think of the line...
Quote:
|
"The final issue I often encounter when working with the data controls is that I do not have complete control over the markup they create"
|
. I did not completely understand this when I read it at the time, but now I think I do after running into the problem with not being able to access the drop down for genre. Is my thinking correct? Is this the type of issue you had in mind?
Also, is there a solution to this problem for the AddEditReview page, or in this case would I have to use the AddEditReviewHandCoded implementation to be able to pre-select the genre Id?
Thank you so much for all your help.
Tulsi