where's the dgDetails class?

BobLewiston

In Runtime
Messages
182
I've tried, but I haven''t been able to find the namespace containing the dgDetails class for the DataGridView control. Can anybody tell me where it is? BTW, this is for C#.
 
I'm pretty sure that it's an object of a dataAdapter from other code I've seen. Although your question about this is all three of the first google search results for dgDetails. ;)
 
I dont think that dgDetails is an actual class....

Try using this:

Dim dgDetails As New DataGrid

I may well be wrong on this one :p
 
Back
Top Bottom