Gridview, Listview, Repeater - Which Control is good?
Using vb.net 2008
I want to display a table in the form, so i want to use the controls like grid view, datalist view, list view, repeater. From the above four control which is more flexible.
Before I used list view in vb6. But in vb.net 2008, i don't no which control i have to select.
I tried a same list view in vb.net, But i don't how to display as a table vie开发者_JAVA技巧w.
Can any one help to me?
DataGridView does what you want, real easy to set up to your needs.
精彩评论