how to get selected value in MS Excel drop down list to c#
how to get selected value in MS Excel drop down list to c#
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Imtiyaz AnsariPosted Jun 25, 2014, 9:10 AM
dataGridView1.DataSource = DtSet.Tables[0]; MyConnection.Close(); } catch (Exception ex) { MessageBox.Show (ex.ToString()); }
same code use for drop down bind ...