Forum: ASP.NET Oct 5th, 2009 |
| Replies: 5 Views: 280 You are closing your reader before you have read the data.
I put in bold what you should delete |
Forum: C# Nov 19th, 2007 |
| Replies: 10 Views: 5,943 This correctly checks if the value is a number but not a decimal.
You are converting the value to an int which cannot have a value past the decimal point unlike the decimal.
So passing ".1" would... |
Forum: C# Aug 30th, 2006 |
| Replies: 3 Views: 3,318 I by no means am an expert in threading but here is what i can gather from this.
you are using 'ThreadPool.QueueUserWorkItem' which queues the item into the current main thread.
What you need to do... |
Forum: C# May 23rd, 2006 |
| Replies: 4 Views: 7,360 I tried this a while ago, and its not 100% possible because i think not all files contain a header or such that says what the file is |
Forum: C# Nov 1st, 2005 |
| Replies: 9 Views: 6,228 are you trying to create a file that outlook can read? or is this copying the contacts for a different use? |