I am trying to insert value from combo box to database !! but this is not working
- by user3675488
At first I have taken some string in which I am trying to save the input values of textboxs and there is a combo box, I am trying to save the input value of the combo box to database, but this following code is unable to do that !!! what is the prob please help me.
private void OK_Click(object sender, EventArgs e)
{
string…