Click here to Skip to main content
15,921,694 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: check this Pin
Abhijit Jana21-Jan-09 23:41
professionalAbhijit Jana21-Jan-09 23:41 
AnswerConnectionStrings (original topic wasn't descriptive enough.. Not that this one is, but perhaps it shows some more detail) Pin
Eddy Vluggen22-Jan-09 0:53
professionalEddy Vluggen22-Jan-09 0:53 
AnswerRe: check this [modified] Pin
Wendelius22-Jan-09 1:34
mentorWendelius22-Jan-09 1:34 
GeneralRe: check this Pin
kulandaivel_mca200722-Jan-09 2:01
kulandaivel_mca200722-Jan-09 2:01 
GeneralRe: check this Pin
Wendelius22-Jan-09 2:06
mentorWendelius22-Jan-09 2:06 
GeneralRe: check this Pin
kulandaivel_mca200722-Jan-09 2:28
kulandaivel_mca200722-Jan-09 2:28 
GeneralRe: check this Pin
Wendelius22-Jan-09 2:36
mentorWendelius22-Jan-09 2:36 
GeneralRe: check this Pin
kulandaivel_mca200722-Jan-09 2:47
kulandaivel_mca200722-Jan-09 2:47 
the file did not open any where in my project...


i gave like this...

string[] datasource = File.ReadAllLines("D:\\king.txt");
Could not find file 'D:\king.txt'.



if i give like this....

string[] datasource = File.ReadAllLines("D:\king.txt");
Error 1 Unrecognized escape sequence //occurs




i gave like this...

string[] datasource = File.ReadAllLines("D:king.txt");
Could not find file 'D:\king.txt'.
GeneralRe: check this Pin
Wendelius22-Jan-09 2:54
mentorWendelius22-Jan-09 2:54 
GeneralRe: check this Pin
kulandaivel_mca200722-Jan-09 3:17
kulandaivel_mca200722-Jan-09 3:17 
GeneralRe: check this Pin
Wendelius22-Jan-09 3:20
mentorWendelius22-Jan-09 3:20 
GeneralRe: check this Pin
kulandaivel_mca200722-Jan-09 3:24
kulandaivel_mca200722-Jan-09 3:24 
GeneralRe: check this Pin
kulandaivel_mca200722-Jan-09 3:31
kulandaivel_mca200722-Jan-09 3:31 
Questionrefresh command on datagridview Pin
jetgrageda21-Jan-09 21:45
jetgrageda21-Jan-09 21:45 
AnswerRe: refresh command on datagridview Pin
Wendelius22-Jan-09 1:37
mentorWendelius22-Jan-09 1:37 
GeneralRe: refresh command on datagridview Pin
jetgrageda22-Jan-09 5:36
jetgrageda22-Jan-09 5:36 
GeneralRe: refresh command on datagridview Pin
Wendelius22-Jan-09 5:47
mentorWendelius22-Jan-09 5:47 
GeneralRe: refresh command on datagridview Pin
jetgrageda22-Jan-09 5:55
jetgrageda22-Jan-09 5:55 
GeneralRe: refresh command on datagridview Pin
Wendelius22-Jan-09 6:10
mentorWendelius22-Jan-09 6:10 
Questionconnection string Pin
kulandaivel_mca200721-Jan-09 20:32
kulandaivel_mca200721-Jan-09 20:32 
AnswerRe: connection string Pin
Abhijit Jana21-Jan-09 21:10
professionalAbhijit Jana21-Jan-09 21:10 
GeneralRe: connection string Pin
kulandaivel_mca200721-Jan-09 22:46
kulandaivel_mca200721-Jan-09 22:46 
GeneralRe: connection string Pin
Abhijit Jana21-Jan-09 23:18
professionalAbhijit Jana21-Jan-09 23:18 
AnswerRe: connection string Pin
saberbladez21-Jan-09 21:39
saberbladez21-Jan-09 21:39 
QuestionAccess Control from another form Pin
Ola E21-Jan-09 19:46
Ola E21-Jan-09 19:46 

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.