I created a table in mySql named 'user' where fields are:
UserID,UserFirstName,UserMidName,UserLastName,Username,UserType,AcctPassword,DateCreated, DatLastModified and IsDeleted.
I create a separate form in vb.net to insert user record in database. My program can do insert command and bound this data from mySql to datagridview. And now, i wanted to update this by binding data in datagridview into the form(which i was created to insert record) textboxes.
Please let me know how.
Thanks in advance.