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

Why can rails not find a route created by a helper? -

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -