Currently, I am facing a challenge while working on an ASPX page where CSS is used to define DIV properties. Although these properties can be altered on the page, they do not reflect when attempting to print them. Is there a method to modify CSS properties locally, save them, and then transfer them to a server-side ASP page?
I have considered utilizing a database solution, but it does not seem practical for this situation. Would it be feasible to store the CSS properties in a local cookie, and then reload the page with these stored cookie properties? I vaguely recall that we could directly load variables from cookies into a page, although it has been quite some time...