This is probably a very simple question.
I have an HTML control that loses it's value anytime the page postback. I obtain the control value using Request.Form["name"].ToString();
I need to either set the value in the cs or I need it to be included within the ViewState.