Forum: ASP.NET Jun 26th, 2009 |
| Replies: 1 Views: 476 Does it count if you finally figure out your own problem? :-)
This:
String MyString = @"INSERT INTO assignedaccountnums VALUES(" + TempTheNumber + ")";
Should have been this:
String... |
Forum: ASP.NET Jun 26th, 2009 |
| Replies: 1 Views: 476 Hello all. I wasn't sure if I should post this here or under DB?
I'm a PHP user that is new to C#/ASP.NET/MS SQL.
I have a table with rows of string values (not sure why they were made strings... |
Forum: ASP.NET Jun 25th, 2009 |
| Replies: 4 Views: 748 That Got It! Thank you so much! Plus I learned about Generics for the first time. Will study up more on that.
Here's the code I used in the end for those interested:
List<int> free = new... |
Forum: ASP.NET Jun 25th, 2009 |
| Replies: 4 Views: 748 I haven't used generics before. The arrays are already built and filled. Is there an easy way to move the aray data to the generics? There are about 300 elements per array.
-Chris |
Forum: ASP.NET Jun 25th, 2009 |
| Replies: 4 Views: 748 Hello all...my first official post (after the introduction)
I'm relatively new in the area of C# (some PHP experience) and I'm hoping someone can help me.
I have 2 arrays of variable lengths,... |
Forum: Community Introductions Jun 25th, 2009 |
| Replies: 2 Views: 235 Name: Chris
Hair: Brownish Blonde
Eyes: Blue
Location: Cleveland, TN
Age: 36
Hobbies: Photography, Music, Family
Relationship Status: Married, 2 kids
Fav Music: Almost anything except Top 40... |