I have a strange problem. I am storing some datas in hidden field. When I changed value of hidden field through inspect element, it get changed in server side also.
Hidden field with actual value
Value changed through inspect element
Result in server side
I want the user not to change the hidden value or the value changed by the user should not affect actual value. Can anyone please help me to solve this problem?