Before upgrading to C#, I programmed in VB6 for many years. While using VB6 i never used binding and always discouraged everyone from doing so. Most of the time i have used ListView to display data instaead of FlexGrid or DataGrid.
Since moving to .net i have noticed that (in Books and online Tutorial) there is a lot of people who are using Binding. I know DataGrid in .net is better then VB6 grids, but is it adviseable to use Binding. Even in .net I am avoiding Binding and using DataGrid and as opposed to ListView for display tabular data. I find it to be more flexible. Just want to hear what you guys use. What are the pros and cons of using Binding in .net.
I am looking for professional opinion.
Thank you for any of your thoughts and opinion.
Danial
