I have a gridview and I’d like to summarise data in it and I found some code to help me do that on the following website: http://www.agrinei.com/gridviewhelper/gridviewhelper_en.htm.
The thing is, when I tried to convert and use it in my program, GridViewHelper just refused to be recognised and so, now I’m stuck. Please let me know the right procedure to implement the same in VB. Thanks!
It seems like the converter had some problem. Try rename the method
Like the following
Because the constructor in C# is the class name itself, but in VB.Net its new only.