I`m working on ASP .NET MVC 5 app which will be used with older people too. I have two questions:
1.: Is in ASP .NET some way to call controller method on background? This method cause some changes in CSS file. I have a button there and after click I need to call this method and refresh a site. The only problem is that I can`t use JavaScript - if JS is turned off in browser this function should still works.
2.: Is possible to implement functionality for simple increasing or decreasing of font size for whole page with storing this info in some session cookies - like we know it using JavaScript but as I said in previous question - it should work even if JS is turned off.
Many thanks for any advice.
control +andcontrol -orpinchfor mobile - there's no need for you to code this, it's built-in