Click here to Skip to main content
16,013,642 members

Comments by Karthik Bilakanti (Top 12 by date)

Karthik Bilakanti 14-Nov-14 4:51am View    
If i use the same provider then it is showing "The 'Microsoft.Jet.OLEDB.12.0' provider is not registered on the local machine." while debugging.
Karthik Bilakanti 14-Nov-14 4:44am View    
I am getting
Exception:The 'Microsoft.Jet.OLEDB..0' provider is not registered on the local machine.
in line da.Fill(data); in comboBox1_SelectedIndexChanged_1 method
Karthik Bilakanti 13-Nov-14 1:28am View    
GetSheetNames(openDialog.FileName);
where is the GetSheetNames method and what does it do
Karthik Bilakanti 13-Nov-14 1:08am View    
yes, i want to choose excel file and to display the file path in one textbox and at the same time i have to read that selected excel file and should be displayed in DataGridView.
Karthik Bilakanti 11-Nov-14 5:45am View    
Thank you