I am upgrading from vb6 to vb.net.
I used to list my query results in datagrid in my previous applications. What can be more visually attractive control in replacement of datagrid?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I can’t remember what a DataGrid looks like. I assume the same control in VB.Net would be
DataGridViewand I’m fairly sure that you can probably make it look better than in VB6, but if you want really good looking ones you might want to look at thirdparty grid controls. There’s quite a few, just google forwinforms grid controland you should have plenty to choose from.