Other browsers and/or machines have the same issue.
I notice that in ProductEdit.aspx.cs that the FillFormArguments method is used. I wonder if this has a bearing on things. Do the 'values' in FillFormArguments have to be added in a specific order?
I also notice that I can get a 'failed to load viewstate' error if for example I navigate straight to the product edit page using these steps:
(1) start browser
(2) paste in URL such as "http://testsite.appliedss.co.uk/Admin/Catalog/ProductEdit.aspx"
(3) sign in when system asks
(4) click 'add' to the right of the category dropdown
|