Click here to Skip to main content
15,918,268 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# Used to send E-mail Pin
J4amieC20-Mar-08 7:20
J4amieC20-Mar-08 7:20 
GeneralRe: C# Used to send E-mail Pin
led mike20-Mar-08 8:16
led mike20-Mar-08 8:16 
QuestionCrystal reports with dynamic databases? Pin
Tammy Meister20-Mar-08 6:06
Tammy Meister20-Mar-08 6:06 
GeneralRe: Crystal reports with dynamic databases? Pin
Paul Conrad21-Mar-08 10:05
professionalPaul Conrad21-Mar-08 10:05 
Question[Message Deleted] Pin
Ravi Mahavrathayajula20-Mar-08 5:43
Ravi Mahavrathayajula20-Mar-08 5:43 
GeneralRe: Initializing the value of a 1d string to 2d string. Pin
CPallini20-Mar-08 5:49
mveCPallini20-Mar-08 5:49 
General[Message Deleted] Pin
Ravi Mahavrathayajula20-Mar-08 6:12
Ravi Mahavrathayajula20-Mar-08 6:12 
QuestionRe: Initializing the value of a 1d string to 2d string. Pin
CPallini20-Mar-08 6:46
mveCPallini20-Mar-08 6:46 
What about:
List<string[]> myList = new List<string[]>();
string [] s;
Regex rgx= new Regex(";");
s = rgx.Split("A;B;C");
myList.Add(s);
s = rgx.Split("D;E;F;G;H");
myList.Add(s);
//...
</string[]></string[]>

?
Smile | :)

If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke


GeneralRe: Initializing the value of a 1d string to 2d string. Pin
PIEBALDconsult21-Mar-08 5:39
mvePIEBALDconsult21-Mar-08 5:39 
GeneralRe: Initializing the value of a 1d string to 2d string. Pin
CPallini21-Mar-08 7:10
mveCPallini21-Mar-08 7:10 
GeneralRe: [Message Deleted] Pin
Christian Graus20-Mar-08 10:31
protectorChristian Graus20-Mar-08 10:31 
GeneralRe: [Message Deleted] Pin
PIEBALDconsult21-Mar-08 5:38
mvePIEBALDconsult21-Mar-08 5:38 
GeneralRe: [Message Deleted] Pin
Paul Conrad21-Mar-08 9:18
professionalPaul Conrad21-Mar-08 9:18 
QuestionCompare performances of two statements Pin
geekfromindia20-Mar-08 5:25
geekfromindia20-Mar-08 5:25 
GeneralRe: Compare performances of two statements Pin
Bekjong20-Mar-08 5:28
Bekjong20-Mar-08 5:28 
GeneralRe: Compare performances of two statements Pin
geekfromindia20-Mar-08 5:36
geekfromindia20-Mar-08 5:36 
GeneralRe: Compare performances of two statements Pin
Vasudevan Deepak Kumar20-Mar-08 5:42
Vasudevan Deepak Kumar20-Mar-08 5:42 
GeneralRe: Compare performances of two statements Pin
Bekjong20-Mar-08 5:42
Bekjong20-Mar-08 5:42 
GeneralRe: Compare performances of two statements Pin
geekfromindia20-Mar-08 5:50
geekfromindia20-Mar-08 5:50 
GeneralRe: Compare performances of two statements Pin
Rob Philpott20-Mar-08 5:41
Rob Philpott20-Mar-08 5:41 
GeneralRe: Compare performances of two statements Pin
Bekjong20-Mar-08 5:46
Bekjong20-Mar-08 5:46 
GeneralRe: Compare performances of two statements Pin
Rob Philpott20-Mar-08 6:00
Rob Philpott20-Mar-08 6:00 
GeneralRe: Compare performances of two statements Pin
led mike20-Mar-08 5:58
led mike20-Mar-08 5:58 
Generalconvert string to a string array Pin
gottimukkala20-Mar-08 4:59
gottimukkala20-Mar-08 4:59 
GeneralRe: convert string to a string array Pin
geekfromindia20-Mar-08 5:05
geekfromindia20-Mar-08 5:05 

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.