c# - linking a table with a list view icons -


i'm working on project requires link file have uploaded db icons in "listview" control in vs2013.and database sql server 2012 know how access , specific column select statement uisng next classes

sqlconnection cn = new sqlconnection         sqlcommand cmd;         sqldataadapter da;         dataset ds = new dataset(); 

and know how add items "listview" control; i'm using large icon in listview not detaile one

listview1.items.add("test", 0); 

but don't know how link each row icon. please can help??

refer display data items , details, specific emphasis on itemtemplate section of control building process.

enter image description here


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 -