No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
δημιουÏγείς Ï€Ïοκάτ παÏαστÏατήματα
και εμπειÏία μεταφÏάζεις το φÏικιό σου
4 Posted Topics
| |
I'm trying to compare a date obtained from maskedTextBox accepting short date, with a date from an excel sheet. I need to select those rows from excel file that are equal with the date from the maskedTextBox and display them in datagridview. The problem is that i don't get any … | |
I have an xlsx file consisting of 10 sheets.How can i read and import these sheets to a textbox in a c# winform project? | |
Hello, I'm trying to import xlsx to datagrid using oledb. but i'm geting this: Syntax error (missing operator) in query expression.I've read other related posts but didn't helped this is the code: private void button1_Click(object sender, EventArgs e) { OleDbConnection conn = new OleDbConnection(); conn.ConnectionString = @"Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\alm1.xlsx" + @";Extended … |
The End.