I'm trying to do something like <ASP:TextBox id="email" runat="server" /> but in a hidden field. There is no ASP:Hidden, how do I accomplish this? - [email protected]<input type="hidden" id="HiddenField"><BR><BR>You can access it from code like this:<BR>String strHiddenField = Request.Params["HiddenField"];