Connecting Tech Pros Worldwide Forums | Help | Site Map

Display Text from Datagrid Column in Label in VB.Net

Newbie
 
Join Date: Aug 2008
Location: Orlando, FL
Posts: 13
#1: Sep 6 '08
I'm trying to figure out how to display the data that's in my DataGridView in Labels on my form. I'm using Visual Studio 2008 and writing in VB.Net. Need help.

kenobewan's Avatar
Moderator
 
Join Date: Dec 2006
Posts: 4,745
#2: Sep 7 '08

re: Display Text from Datagrid Column in Label in VB.Net


What have you tried so far?
Newbie
 
Join Date: Aug 2008
Location: Orlando, FL
Posts: 13
#3: Sep 8 '08

re: Display Text from Datagrid Column in Label in VB.Net


Well I'm fairly new to the programming scene and I don't know how to write it at all. So I don't know where to start really.
Frinavale's Avatar
Site Moderator
 
Join Date: Oct 2006
Location: The Great White North
Posts: 5,137
#4: Sep 8 '08

re: Display Text from Datagrid Column in Label in VB.Net


Quote:

Originally Posted by StrykerNet

Well I'm fairly new to the programming scene and I don't know how to write it at all. So I don't know where to start really.

All the information you need on GridView and any other .NET controls can be found in the MSDN Library. This resource should get you pointed in the right direction....there are multiple articles on the GridView Control there. I recommend bookmarking the MSDN Library and using it as your primary resource when developing in .NET.

Please take the time to research the problem before you post your question. The experts here are more than willing to help you with a specific problem but you have to do your part to learn the basics. Please take the time to read over the posting guidelines specifically the section on Before you post your question.

-Moderator Frinny
Reply