Chapter 13, page 459-470
Hi there.
I'm on Chapter 13 and completed the AddEditReview.aspx page. However, nothing happens when I click the Cancel button. When I insert a review, it redirects to the Review.aspx page. How can I get the Cancel button to also redirect?
When I click the cancel button, it takes me to the code back page and gives me this:
protected void DetailsView1_PageIndexChanging(object sender, DetailsViewPageEventArgs e)
{
}
Would I enter the EndEditing method?
|