Posts by Michel Santos • 1 point
1 post
-
0
votes2
answers690
viewsA: How to get the data typed in the Textbox that was created dynamically?
There is this way that does not scan the Reset and goes straight to the line the user selects. protected void Button_Atualizar_OnClick(object sender, EventArgs e) { Control botao = (Control)sender;…