hi i have two forms form1 and form2
i have data grid view in form 1 filling with the data coming from database has two columns product image and product name
i am using winforms with c#
I want to click the one of the column in datagridview(particularly Image column) another form(form2) will be open and in form 2 the image will be displayed in that form
any idea how to implement this….
many thanks …
Get the image name or url out of the gridview and pass it to the second form as a parameter. Then in the second form, get the image name you just passed and fill your picturebox (or something else) with the picture you want using the picture name