A
Adam Stirk
I am trying to create a child to parent form with databinding is this
possible?
I have 2 tables one "Users" and another "UserStatus"
The "Users" table consists of :
int UserID
string Username
string Password
int UserStatusID
And the "UserStatus" table consists of :
int UserStatusID
string Description
The form I am trying to create consists of :
Label UserID
Textbox Username
Textbox Password
ComboBox Description
I am new to .NET and any help will appreciated.
Thanks
Adam Stirk
possible?
I have 2 tables one "Users" and another "UserStatus"
The "Users" table consists of :
int UserID
string Username
string Password
int UserStatusID
And the "UserStatus" table consists of :
int UserStatusID
string Description
The form I am trying to create consists of :
Label UserID
Textbox Username
Textbox Password
ComboBox Description
I am new to .NET and any help will appreciated.
Thanks
Adam Stirk