2
Answers

Converting Project Errors

adam

adam

14y
11.3k
1
I have converted a project from VB.Net to c#.net and I have been slowly working through the errors from 113 now down to just 27.
Now I am stuck on the errros that are as follows

Inconsistent accessibility: field type 'Bla1.Bla1.Bla1<Bla2.Bla2.Bla2>' is less accessible than field 'Bla2.Bla2.Bla2'

I'm guessing there is someone here that can help me fix these!

Thanks in advance
Adam
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!