I have a very simple page built in asp.net (.NET Framework 4) which has a multiview containing a few views that are displayed as a button is clicked – this seems to work fine on all browsers I have tested with on my local machine but as soon as I move it to the server, the active view doesn’t change when the button is clicked when viewing the page with Safari.
I don’t see any errors or warnings when debugging (or when viewing the page on another browser on the server). Interestingly, the page displays and works fine on the server if i view it with my iPhone(4S) but trying to browse it using Safari 5.1.2 installed on my PC is where I am seeing the problem.
The code that doesn’t appear to be firing is as simple as below and fires on an asp button click:
MultiView1.ActiveViewIndex = 2
Has anyone encountered any similar issues as I haven’t been able to find anything much online?
The page in question can be seen at the following URL – http://www.ddlgroup.eu/ArdbegSurvey/survey.aspx
The issue seemed to stem from accessing the site using Safari through the main business proxy – I don’t understand exactly how this could have been an issue but changing to use a different proxy seemed to solve the problem