2
Answers

Images in List Box column

Administrator

Administrator

22y
1.4k
1
Is it possible to put an image in a standard List Box column.? The list box is in 'Details' view. I'd like to have something similar to outlook where there is a paperclip icon in the column header, and in each item. Any links or references would be very helpful. Thanks! dave h
Answers (2)
0
Crish
NA 3.7k 76.4k 14y
hi

use datagridview's Rowdatabound event for calculating amount. then store it in textbox which u have taken outside of the grid.

you can find each label control values in Rowdatabound event . Sum of there and finally store value in textbox.

Don't forget to Mark Do you like this Answer
 that solved your problem!