I’m trying out the Web 2.0 WebListBox with the WebDataSource and dynamic population. Thanks to the forums, I got the Interfaces checked and got that issue working (That should be in the Example Project somewhere, very easy to overlook), but am now struggling on how to get data out of a selected row that was dynamically populated.
Specifically, I want to get the value of a column of a selected row. I’d also like to see how to get the row tag for that row so I can pull the full row record from the database. The example project doesn’t do that, so unsure and the doc’s are pretty light.
Can someone point me in the right direction or provide some sample code?
(I’m sure this is due to me not being an expert on this and not that’s not possible, so apologies in advance!)
Thanks!