RE: Databind to a single instance of a class -
04-24-2006
, 09:55 PM
Hi Moondaddy,
What controls are you trying to bind to the datasource object? Is that a
DataGridView or some textboxes and comboboxes? In other words, are you
doing a simple-bound or a complex-bound? For Simple-Bound(bindings to
control's properties), you can check the following article for more
information.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/
vbtskcreatingsimply-boundcontrolonwindowsform.asp
Kevin Yu
Microsoft Online Community Support
================================================== ==========================
==========================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
================================================== ==========================
==========================
(This posting is provided "AS IS", with no warranties, and confers no
rights.) |