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

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -