I want to display the data in textbox from the datagrid view by selecting different rows in the Archestra software.Is there a syntax so that i can display the data?
currently I am using the syntax
textbox1.text =selectedrows.item(0)
I need a syntax so that I can display the selected row in a text box.
I need to do this in wonderware Archestra software.