I have a for each loop set up to populate a variable with the data from a DataTable. The end result is the for loop never changes rows. What am I missing? foreach (DataRow Row in dtBPMExport.Rows)
Was wondering anybody could help? I'm looking an application to help deploy my Windows Form application. I've been using the built in installer in VS.NET 2005, but I want to package all the files up into one exe (this includes the prerequisites!). So that my
Is there any free telnetClient out there? A free component that I can use in my program to connect to a unix workstation. I have tested one in Python and it works OK...But I have a program written in C#...