I have a DataList, and each data list has a label and button, I want to get the text of the label when the button is clicked for each data list row ?
I am using vb.net.
I have a DataList , and each data list has a label and button
Share
I assume that you’re handling the
DataList‘s ItemCommand event by setting the Button’s CommandName property.