1. Hidden form fields Example Basic HTML: <form action=”ServerActionName” method=”post”><input type=”hidden” value=”hidden value let’s say yellow” name=”color” /> </form> The pro is that it is simple and works for simple cases. The con is that everypage must have a form that has a hidden input field in order to moveContinue Reading