Jos Posted January 12, 2004 Posted January 12, 2004 HEy i'm new with vb.net. I know how to show a field from a table in a textbox. What I now want to do is to assign a certain field (ex Cust_name) to an object of the class customer(ex customer.name) I don't know how to start with this. If anyone can hel me out I would be very gratefull.. Thnx from a newbie...... Quote
Moderators Robby Posted January 12, 2004 Moderators Posted January 12, 2004 The same way that you assign the value to a textbox you can asign to a class member. customer.name = x Quote Visit...Bassic Software
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.