Click here to Skip to main content
15,896,207 members
Home / Discussions / C#
   

C#

 
GeneralRe: How can we use AutoCompleteCustomSource for a TextBox ? Pin
Mohammad Dayyan7-Apr-09 3:42
Mohammad Dayyan7-Apr-09 3:42 
QuestionRetrieve array from unmanaged DLL into C# application Pin
User 127827-Apr-09 2:38
User 127827-Apr-09 2:38 
AnswerRe: Retrieve array from unmanaged DLL into C# application Pin
Nicholas Butler7-Apr-09 2:54
sitebuilderNicholas Butler7-Apr-09 2:54 
GeneralRe: Retrieve array from unmanaged DLL into C# application Pin
User 127828-Apr-09 16:41
User 127828-Apr-09 16:41 
AnswerRe: Retrieve array from unmanaged DLL into C# application Pin
Luc Pattyn7-Apr-09 3:42
sitebuilderLuc Pattyn7-Apr-09 3:42 
GeneralRe: Retrieve array from unmanaged DLL into C# application Pin
User 127828-Apr-09 16:42
User 127828-Apr-09 16:42 
QuestionMappings SSIS Pin
Bajker7-Apr-09 2:36
Bajker7-Apr-09 2:36 
QuestionExcel ADO and Cell Format Pin
pjank427-Apr-09 2:08
pjank427-Apr-09 2:08 
Hi
I have an excel project with two columns Number and name, where Number contains ('4114','8900','3311-123-2').

I read it in c# using:

string connectionString = @"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\\temp\\test.xls;Extended Properties=""Excel 8.0;HDR=YES;""";
command.CommandText = "SELECT Number, Name FROM [Projekter$]";
string nummer = dr["Number"].ToString();

The problem is that '4114','8900' are displayed correct, while '3311-123-2' is empty.

Can anybody please help me?
QuestionStatus bar Pin
Sajjad Leo7-Apr-09 1:14
Sajjad Leo7-Apr-09 1:14 
AnswerRe: Status bar Pin
stancrm7-Apr-09 1:30
stancrm7-Apr-09 1:30 
GeneralRe: Status bar Pin
Sajjad Leo7-Apr-09 1:39
Sajjad Leo7-Apr-09 1:39 
GeneralRe: Status bar Pin
Henry Minute7-Apr-09 2:02
Henry Minute7-Apr-09 2:02 
AnswerRe: Status bar [modified] Pin
12Code7-Apr-09 3:59
12Code7-Apr-09 3:59 
Questionhow to get the currency value from a website to local database Pin
gnanam.abraham7-Apr-09 0:50
gnanam.abraham7-Apr-09 0:50 
AnswerRe: how to get the currency value from a website to local database Pin
Vikram A Punathambekar7-Apr-09 1:02
Vikram A Punathambekar7-Apr-09 1:02 
AnswerRe: how to get the currency value from a website to local database Pin
Tom Deketelaere7-Apr-09 1:10
professionalTom Deketelaere7-Apr-09 1:10 
AnswerRe: how to get the currency value from a website to local database Pin
Christian Graus7-Apr-09 1:21
protectorChristian Graus7-Apr-09 1:21 
QuestionCannot open 2 or more outlook contact detail Pin
manfree7-Apr-09 0:38
manfree7-Apr-09 0:38 
QuestionHow to Create a setup file in c#.net3.5 windows application Pin
Narendra Reddy Vajrala7-Apr-09 0:14
Narendra Reddy Vajrala7-Apr-09 0:14 
AnswerRe: How to Create a setup file in c#.net3.5 windows application Pin
stancrm7-Apr-09 0:25
stancrm7-Apr-09 0:25 
GeneralRe: How to Create a setup file in c#.net3.5 windows application Pin
Narendra Reddy Vajrala7-Apr-09 0:56
Narendra Reddy Vajrala7-Apr-09 0:56 
GeneralRe: How to Create a setup file in c#.net3.5 windows application Pin
Henry Minute7-Apr-09 2:05
Henry Minute7-Apr-09 2:05 
GeneralRe: How to Create a setup file in c#.net3.5 windows application Pin
Narendra Reddy Vajrala7-Apr-09 2:31
Narendra Reddy Vajrala7-Apr-09 2:31 
GeneralRe: How to Create a setup file in c#.net3.5 windows application Pin
Henry Minute7-Apr-09 11:40
Henry Minute7-Apr-09 11:40 
QuestionCalculate the age in years,months and days using the datetimepicker. Pin
Schdev7-Apr-09 0:10
Schdev7-Apr-09 0:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.