| Thread | Last Post | Replies |
|
| Grid refresh problem | 15 Sep 2006 09:52 GMT | 1 |
Currently I am developing an application in C# windows based. In my application I am using the DataGrids. In one of the screen I have two grids, in which, all the files processed will be displayed in the First grid. On
|
| CultureInfo and Threads | 15 Sep 2006 07:27 GMT | 3 |
Hi NG! My situation: I call a function on a related system and this function call results in a fired event, handled in my app. I recognized that the handle method
|
| Console application | 15 Sep 2006 07:18 GMT | 4 |
What is the use of Concole app? I see a lot of samples on Internet. I download, I run, I see a Dos screen for a portion of second and that's it. Is it worse to create a Windows form app to demonstrate something? Thank you
|
| CSharp Solution Deployment in VS2005 | 15 Sep 2006 05:30 GMT | 1 |
I have developed a csharp web site using VS2005. What is the typical deployment method if the target server is on the local network. In any event, I am assuming I should deploy it without any csharp code. If could you tell me how to do that?
|
| Attaching debugger remotely? | 15 Sep 2006 05:14 GMT | 3 |
I have an application throwing an exception when it starts. I catch the exception and write this to the event log. The app continues and completes loading. But now, of course, it doesn't function properly. For some reason, there isn't an included line number in the exception.
|
| how to get the timezone information when using .NET to retrieve data from Oracle | 15 Sep 2006 05:04 GMT | 1 |
I am trying to retrieve an Oracle Time stamp with time zone information. Somewhere between Oracle and .NET, it is dropping this data. Can you tell me how to retrieve it?
|
| Relato de la nueva gran batalla de Fidel | 15 Sep 2006 04:46 GMT | 1 |
CON LA PASION DE SIEMPRE HABLO DE CHAVEZ, DE LA MEDICINA CUBANA... Y DE SU PROPIA MUERTE Relato de la nueva gran batalla de Fidel El líder cubano mostró cómo evoluciona su recuperación en el
|
| Threading using QueueUserWorkItem | 15 Sep 2006 04:42 GMT | 4 |
Iam working in windows appln using .NET framework 2.0. My application is having several threads running. All threads can call a common method. I have following code in my common method.
|
| help!! | 15 Sep 2006 04:34 GMT | 2 |
Does anybody know how to use EMS(Emergency Management Services) for win2k3? After i have manually configured EMS for my system is there anyway i can simply enable or disable ems services after my system is booted.
|
| ArrayList consisting of objects | 15 Sep 2006 04:33 GMT | 5 |
Here is a piece of code where I have a class by name SomeClass array1 consists of objects of the type SomeClass array2 is intialized with contents of array1. Why does changes made to the object of array2 affect the same object in
|
| Hashing | 15 Sep 2006 04:10 GMT | 5 |
I am working on a pretty simple e-commerce web site that will sell our company gift cards online. Our company and merchant policy prohibits us from storing credit card numbers in any way once we clear the transaction using Pay Flow. To help protect against fraud, I would like to ...
|
| Windows service - Nightly task | 15 Sep 2006 01:14 GMT | 6 |
I want to run a webservice method every night at a specified time, say 10pm. The current way i thought of doing this is to have a windows service and a timer which checks the time every minute and when it gets to
|
| Open windows explorer at server path | 15 Sep 2006 01:04 GMT | 3 |
I am trying to open windows explorer at a specific path on a server. Path is not found whe run. It works ok using a local path. How do i address a server? Code as follows;
|
| SqlDependency.Start() | 14 Sep 2006 23:49 GMT | 1 |
One of the method options for this is to use the connection string from the web.config file, the other is to use the Command object. What if my connection strings are not stored in the web.config file, is there a way to simulate this for the Start() method? My connection strings ...
|
| instansiate object | 14 Sep 2006 22:45 GMT | 5 |
When I instansiate some object is then a good point to set these object to null just to help GC to remove this. I mean if I might improve performance.
|