| Thread | Last Post | Replies |
|
| File Upload: *.CSV | 18 Jul 2007 15:42 GMT | 3 |
When I upload CSV files to my development computer from my development computer the content type is displayed as Output 1. However, if I upload from another computer on my network using the EXACT same file, I get Output 2. Can anyone tell me why that is? I just want to check
|
| PHP versus ASP.net | 18 Jul 2007 15:17 GMT | 3 |
PHP versus Microsoft ASP.net - A Straightforward Comparison "I do ask that you read this article with an open mind, and consider that it is quite possible that PHP is no better or worse than ASP.net. I have become weary of the whole PHP is superior to ASP.net debate. I believe ...
|
| Could not load the assembly 'App_Web_dqk773cr'. | 18 Jul 2007 15:06 GMT | 12 |
I think I am on my final error message before I get a clean compile. Where do I find that file mentioned to compile it? Still new to C#, ASP.Net and Visual Studio and about to get my first clean compile. Can someone help? I've been at this all night.
|
| debugging dataset | 18 Jul 2007 15:04 GMT | 2 |
.NET 2.0 I'm having trouble with a DataTable in my dataset. this code don't return any rows: data.database.datatable1.Select("username = '" + sName + "''");
|
| C# and Excel Suggetion | 18 Jul 2007 14:41 GMT | 5 |
I need some hints for the following problem. We have some customer that has one Excel file composed of about 20 sheets and he wants to convert this file to a small C# application. It's not that he does not want to use Excel at all, but there is data
|
| Windows Service with Forms | 18 Jul 2007 14:35 GMT | 4 |
Helly guys... Anyone know's how to call a Form from inside a Windows Service Project?? Thanks in advance...
|
| ConstructorInfo | 18 Jul 2007 14:32 GMT | 12 |
When creating a class using the Invoke method of the ConstructorInfo, this returns and object. I am wondering how I can reclass this object type into the specific class type. Since I only have the "text" name of the class to begin with, how can I make an object reclassed into ...
|
| Calling a dll using pinvoke from c# is much slower than calling it in C++ | 18 Jul 2007 13:50 GMT | 3 |
I have a propertary library dll (used to drive a device) that I call from my C# code. Calling the functions from C++ is really faster than calling them in C+ +. From C++ the call is almost instantaneous, from C# is about 1.5
|
| How to dail up via modem | 18 Jul 2007 13:38 GMT | 1 |
I'd like to write a code to connect to a FAX machine but I am a rookie of C#. Is there anybody able to tell me how to make it? Many thanks, Stanley
|
| Uploaded Filetype Discrepency | 18 Jul 2007 13:32 GMT | 1 |
I want to check to see if the file I am uploading is of type CSV. I can upload and access the contents of the file just fine. Here is a code snippet doing the checking: HttpPostedFile file = UploadBox.PostedFile;
|
| COM Component | 18 Jul 2007 13:15 GMT | 1 |
How can I crate a COM component and use that?
|
| How to update 10 lables then redraw? | 18 Jul 2007 13:00 GMT | 1 |
I've got a form that when the cursor hovers over an image I update 10 labels to show different numbers. At the moment the form is redrawing each time I update one label, this means it redraws 10 times giving the update a staggered look. What I would like to do is update all ...
|
| Creating Forms with fixed set of controls | 18 Jul 2007 11:53 GMT | 5 |
I need to create several Windows Forms and I'm thinking of creating a base Form from which I can derive all Forms. Is it possible to include something in that Base Form so that all Forms I create will use some specific controls with some specific properties? For example, if I add ...
|
| Creating a "base" button | 18 Jul 2007 11:46 GMT | 6 |
Can I create a "base" button that all the buttons in my Windows Forms can inherit from? Thanks. VS2005
|
| can't using System.Management; | 18 Jul 2007 11:10 GMT | 1 |
When I add: using System.Management; it can't pass complier, anything wrong? Is it because C# express limitation ?
|