I have created my Oracle DB, and established the connection within my visual studio. (call it TEST_DB)...
Now say I have 1 textbox (Name), 1 checkbox (gender), and 1 dropdownlist (state),
What is the c# code to take the entered values after SubmitButton was clicked, and insert them into my oracle DB Columns?...
thanks in advance