I can\'t set the value of a hidden field with jquery in asp .net.
My hidden field is declared like this:
It turns out that I was putting the hidden field inside a div that was used as a model for jquery dialog. When I removed the hidden field from the div and place it somewhere else it worked.