Pergunta

I have 2 textBoxes inside WinForms DataRepeater (Microsoft.VisualBasic.PowerPacks.DataRepeater) and a button

When the button is clicked, I want to access these textBoxes

How can I achieve this?

Foi útil?

Solução

dataRepeater1.CurrentItem.Controls["TextBox1"].Text
Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top