I have a page that an image's position on the page is modified when an arrow is clicked. This is done by modifying an external CSS file in code-behind. I need the page to reload after the CSS file is modified so the file is read. This is done by a response
redirect after writing the new CSS file. Of course the page re-displays at the top. I want the page position to appear to remain static.
Go to the complete details ...