Posts Tagged ‘CodeBetter’

Beyond Hidden fields with ASP.Net

ShareAs we all know hidden fields are used to store a temporary value that will be needed on the page at a later stage which is available only on the code behind. Even asp.net uses hidden field to store View State. It is a common practice among programmers to include one or more hidden fields [...]