Exemplo n.º 1
0
 protected void EUROButton_Click(object sender, EventArgs e)
 {
     blockButtons();
     //CHECKtb.Text = "work";
     QuestionsSDS.Update();
     QuestionsSDS.SelectParameters[1].DefaultValue = "EURO";
     QuestionsSDS.SelectParameters[0].DefaultValue = "1";
     QuestionsSDS.DataBind();
 }
Exemplo n.º 2
0
 protected void WCButton_Click(object sender, EventArgs e)
 {
     //Label1.Text = "debilstrasburger";
     blockButtons();
     QuestionsSDS.Update();
     QuestionsSDS.SelectParameters[1].DefaultValue = "WC";
     QuestionsSDS.SelectParameters[0].DefaultValue = "1";
     QuestionsSDS.DataBind();
 }