Re: conditional in datagrid column
From: Cor (non_at_non.com)
Date: 02/18/04
- Next message: Cor: "Re: Call a procedure"
- Previous message: Miha Markic [MVP C#]: "Re: Fill a ComboBox"
- In reply to: DC Gringo: "conditional in datagrid column"
- Next in thread: DC Gringo: "Re: conditional in datagrid column"
- Reply: DC Gringo: "Re: conditional in datagrid column"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 18 Feb 2004 09:17:01 +0100
Hi DC Gringo,
I cannot see if you did use the designer from VS.net and did drag things to
your form, but when you want to put a datatable from a database in a
datagrid you need minimal the folowing
a connection with your database (SqlConnection)
a dataset
a SqlDataAdapter
a Datagrid
The dataset can be bounded using the datasourse to the datagrid.
To see a lot of examples for that try to use this.
http://msdn.microsoft.com/vbasic/vbrkit/default.aspx
And if you have problems installing it
http://msdn.microsoft.com/vbasic/vbrkit/faq/#installvdir
I hope this helps a little bit?
Cor
- Next message: Cor: "Re: Call a procedure"
- Previous message: Miha Markic [MVP C#]: "Re: Fill a ComboBox"
- In reply to: DC Gringo: "conditional in datagrid column"
- Next in thread: DC Gringo: "Re: conditional in datagrid column"
- Reply: DC Gringo: "Re: conditional in datagrid column"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|