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

Popular posts from this blog

python 3.x - Mapping specific letters onto a list of words -

javascript - jquery or ashx not working -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -