| Thread | Last Post | Replies |
|
| Create new drive in a System using C# | 17 Mar 2006 15:37 GMT | 3 |
I am using .NET 1.1 along with 2K Professional Operating System. How to create a new drive in a system which is not available in my system. Example: My System is having the A,B,C,D,E these drives..
|
| Problems in FTPing Windows Xp | 17 Mar 2006 15:02 GMT | 2 |
I have created FTP class file in c#.net. When i try to access FTP server (on Windows XP) through command line or browser, i am easily able to access it. but when i try it through my code, i log in but am not able to make
|
| configuration for single computer development | 17 Mar 2006 14:59 GMT | 1 |
How can ISS/ASP.NET best be configured for development only. In other words what settings can be used to make the computer the development is done on as secure as possible but still able to serve webservices and webapplications to the developer. The developer also has to debug.
|
| real & transparent proxy | 17 Mar 2006 13:18 GMT | 4 |
Can any one explain the relationship between real & transparent proxy? I couldn't fully understand it from the explanation at MSDN. Thanks, Sharon.
|
| displaying message | 17 Mar 2006 13:11 GMT | 1 |
Is there any alternative to display the message in ASP.NET, ithout using Java Script code From http://www.developmentnow.com/g/36_0_0_0_0_0/dotnet-languages-csharp.ht
|
| Trouble connecting to oracle! | 17 Mar 2006 13:11 GMT | 3 |
exception: "System.Data.OracleClient requires Oracle client software version 8.1.7 or greater." fails at
|
| Trouble getting the date time format I need | 17 Mar 2006 12:56 GMT | 4 |
I need to get some data into "perfmon" format. I'm using DateTime.Now(). How do I convert "3/16/2006 10:43:29 PM" to
|
| Copying to clipboard | 17 Mar 2006 11:20 GMT | 3 |
I would like to copy the contents of a text file to clipboard using C#. The program should do the job of Ctrl+A & Ctrl + C. How do i go about? Arun
|
| blob | 17 Mar 2006 11:14 GMT | 1 |
I'm using this code to get a blob from sql database, and put it into picturebox, but I don't know how to load it into picturebox. Code: sqlConnection.Open();
|
| Holding a class in the Session | 17 Mar 2006 10:53 GMT | 5 |
I have the following code: Session["CurrentUser"] = new CurrentUser("TEST"); When I postback to the server, the Session["CurrentUser"] is null. My guess is a only the refence to my actual class is stored, rather than
|
| Events vs. Delegates | 17 Mar 2006 10:32 GMT | 30 |
I am new to C# (with long year experience in C++) and I am a bit confused by the language construct of events. What is it I can do with events that I cannot do with delegates? At the moment it seems to me that Microsoft has developed similar functionality via two keywords. I do ...
|
| Custom business objects issue | 17 Mar 2006 10:22 GMT | 1 |
I have several classes that are Ienumerable and we use them to populate datagrids and Listboxes. Now however I need the actual column (ie property name) thus in pesdo-code For each Property in myObject
|
| Alternatives to FxCop? | 17 Mar 2006 10:13 GMT | 9 |
Are there any [truly] OpenSource alternatives to FxCop available? Thanks! evan k. stone | software engineer ----------------------------------------
|
| Window SERVICE AND DISPLAY NAME | 17 Mar 2006 10:11 GMT | 1 |
Is it possible that I can have a c# window service run under different display name?
|
| What are vTables? | 17 Mar 2006 09:26 GMT | 1 |
I keep reading about this vTables and it's killing me because I am not sure what they are. I have a feeling that vTables are used when you override virtual methods or properties but I really have no idea. Below is an explanation of what I *think* vTables are. Please consider the ...
|