Forum: C# Jan 14th, 2008 |
| Replies: 0 Views: 621 Hi everyone,
I'm in the process of designing a C# program and I needed some help with what I wanted to accomplish. Heres where I stand. There are 2 parts, a client and a server. The client has... |
Forum: C# Dec 29th, 2007 |
| Replies: 1 Views: 4,599 Hey everyone,
I'm trying to store file path's within a database. The problem I'm having is that the file path contains a backslash and when put into the database, it causes a problem. So I need... |
Forum: C# Dec 6th, 2007 |
| Replies: 2 Views: 926 Thanks for the help. I searched FileSystemWatcher and found just what I need. Thanks again! |
Forum: C# Dec 6th, 2007 |
| Replies: 2 Views: 926 Hey everyone,
I'm attempting to monitor a directory, including subdirectories, for changes and update a database. The database part I can do, I just cant figure out how to monitor the directory... |
Forum: C# Nov 2nd, 2007 |
| Replies: 1 Views: 2,670 Hey evyerone,
I'm currently working on a small project that would basically be a self hosted music server. Below is my code which, at a high level, goes through every music file in a specified... |
Forum: C# Oct 28th, 2007 |
| Replies: 2 Views: 764 Hey everyone,
I was wondering if you could help me with something. I am attempting to set up VS C# EE on my comp but I would like to use it to make ASP/.NET web pages. I have VS C# EE installed... |
Forum: C# Sep 6th, 2007 |
| Replies: 1 Views: 15,270 This might help. You shouldnt have to check if its null because if its not equal to Fair or Poor it wont matter. Also, as long as you have a column within the dataview named RepVisits and you know... |
Forum: C# Jun 5th, 2007 |
| Replies: 1 Views: 3,082 Also, if anyone wants to tell me why i get, "Object reference not set to an instance of an object." when I click save on the web app it would be great:) |
Forum: C# Jun 5th, 2007 |
| Replies: 1 Views: 3,082 Hey everyone. I'm trying to get a dataset to a page from a web service and im having problems. I have been using the MS page here: http://support.microsoft.com/kb/310143 and copied it exactly(o so... |