Is there a way to set a html hidden field to empty or "" in C# Code behind. I am able to pull the value out with the below, but I would also like to empty it out after I process the information inside it.
Request.Form["hfHiddenFieldId"]
Go to the complete details ...