c# - retrieving specific value from a listview -
i have select button in each row of listview controler. trying create code behind in c# able id of specific column when select button row selected. how can value of id specific row?
you use tag property bind id in each row , in code event handler access tag. give id
tag="{binding id}"
Comments
Post a Comment