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
Hello Everybody: Just want to introduce myself. I'm a C# developer with SQL server skill set as well. I do mostly Windows app and trying to get myself into more web development. I'm 50 years and started my computer carrer since 2000 as IT Professional. I play soccer, listen to …
[QUOTE=tazko;1170985]Hi , my program connect to old machine , the program received data but with many symbols and unnecessary characters any suggestion thanks this pic is the differnce between old program (VB) that receive with arranged characters : [IMG]http://i42.tinypic.com/2z9ch1d.jpg[/IMG][/QUOTE] You can either filter unwanted chars in the sender machine or …
I have a C# console program that generates Excel files and writes extracted data from SQL tables into them. Program is scheduled by Windows Scheduler to run periodically. Problem is that when scheduler fires up the program, it goes through the steps and logs that completes successfully. However, no file …
The other approach is: char [] keyChars={'x','m','l','n','s'}; string [] vals; vals= input.Split(keyChars); for (int i=0;i<vals.Length;i++) { Console.WriteLine("xmlns" + vals[i]); }
The End.
fesmaeili