Question

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?

Était-ce utile?

La solution

dataRepeater1.CurrentItem.Controls["TextBox1"].Text
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top