Private void page_load (object sender, system.eventargs e) {// Save the value IF in TextBox2 (Cache ["PASS"]! = null) Cache.Remove ("pass"); cache.insert ("pass", THIS .TextBox2.text); TextBox2.attributes ["value"] = cache ["pass"]. Tostring ();