Hey guys ..
i want to insert data into data base from my combobox,
which parameter should i use in insert query ?
example..
insert into login values ('"+ComboBox1. ?????? +"')
Thank You in advance
Hey guys ..
i want to insert data into data base from my combobox,
which parameter should i use in insert query ?
example..
insert into login values ('"+ComboBox1. ?????? +"')
Thank You in advance
Combobox1.text
Or combobox1.SelectedItem
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.