Tag: Development

Community

Custom Object Binding to a GridView

(Brian Mains) In this article, I’m going to look at the aspects of binding a custom collection to the GridView control. It isn’t as easy as binding a DataSet, DataTable, or DataView object, but is still possible. It is good to understand how the GridView works with custom objects because most enterp

Community

Delegates in Visual Basic .NET

(John Spano) In your Visual Basic .NET journey, you have more than likely encountered a well used, but little understood phenomenon, called a delegate. You use them everyday, but might not know it. In this article we will take a look at what a delegate is and how it will help you to develop better