Registers a hidden value with the System.Web.UI.Page object.
hiddenFieldName The name of the hidden field to register.hiddenFieldInitialValue The initial value of the field to register.
The ClientScriptManager.RegisterHiddenField(string, string) method creates a hidden <input> element on the rendered HTML page.