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?

有帮助吗?

解决方案

dataRepeater1.CurrentItem.Controls["TextBox1"].Text
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top