Exemplo n.º 1
0
 protected void btnGet_Click(object sender, EventArgs e)
 {
     txtValue.Text = UofCookies.Get(txtKey.Text);
     txtKey.Text   = "";
 }