> MyButton.CommandArgument = MyTextBox.Text;
> 

habs eben mal schnell getestet:

private void Button1_Click(object sender, System.EventArgs e) {
        this.Button1.CommandArgument = this.Label1.Text;
        Response.Write(this.Button1.CommandArgument);
}

funktioniert beim ersten Klick problemlos.

Gruss

Alex


_______________________________________________
Asp.net Mailingliste, Postings senden an:
Asp.net@glengamoi.com
An-/Abmeldung und Suchfunktion unter:
http://www.glengamoi.com/mailman/listinfo/asp.net

Antwort per Email an