Jump to content

store dropdownlist item in diff column of dtb


jayneo

Recommended Posts

hi all...may i know how to store the dropdownlist item into different column of my database ..my coding is at below : lstItem2.Text = .Item("R_BankN") & " - " & .Item("R_BankAcc") lstItem2.Value = .Item("Receiver_Name") cboToAcct.Items.Add(lstItem2)i wan to store .Item("R_BankN") and ("R_BankAcc") INto different Column.. but the column is in the same table of my database..thx..regards, jay

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...