I have an html control which I want to set its value .... here\'s the control:
Try put this in postback
protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { first_name_txt.Value = String.empty; } }