Hello:
I removed _ReviewList.ascx from the ProductDetails page, then just added it back. After I added it - it doesn't work anymore. The problem occurs in the _ReviewList.ascx in the line
Public ProductID As Integer
Originally the ProductID after it's declared has already a value. After I removed and added it - it always has value of 0.
I simply do not understand how it works. Why the ProductID originally has a value right after it was declared? Where does it get it from?
If I understand this - perhaps I would be able to fix a problem.
I would appreciate your help very much.
Thank you,
Peter