| Thread | Last Post | Replies |
|
| Connection from asp.net application to SQL Server 2000 blocked by firewall | 02 Nov 2006 15:59 GMT | 1 |
First of all, this is my first post on a newsgroup so don't shoot me if I ask this in the wrong place. Here is the situation. I'm developing an asp.net application with access to a SQL Server 2000 on the companies network. On my development machine
|
| Make string-array from checkboxlist | 02 Nov 2006 14:17 GMT | 2 |
Mabye this is question is very simple, but I need to make a string-array (in a variable) with the values from a checkbox-list. THANKS :)
|
| Regarding .Net Application communication with Servlet | 02 Nov 2006 10:51 GMT | 2 |
I have a .Net application which has to communicate to Servlet on TomCat Server. I am able to send the request but it throws an exception while retrieving the response(Exception:The underlying connection was closed: An unexpected error occurred on
|
| ISO Currency code - existing enum in .NET ? | 02 Nov 2006 05:06 GMT | 3 |
Is there an enum available within the .NET library which gives the valid ISO currency code? Thanks, -José
|
| computer name | 02 Nov 2006 00:40 GMT | 4 |
Is there a way to get the name of a computer on the local network if you know its Ip address and or its Mac address?
|
| Create an Unknown Number of ArrayLists | 01 Nov 2006 23:12 GMT | 4 |
I would like to create an unknown number of Arraylists, meaning, I don't know how many I should create until runtime. I will be reading a table, and 0,1,2, or more fields have to be put into individual ArrayLists.
|
| Log4net vs Enterprise Library - Logging Application Block 2.0 | 01 Nov 2006 23:00 GMT | 1 |
Log4Net vs Enterprise Library - Logging Application Block Please list or point to the comparison. My requirements are: - 50 to 70 web servers
|
| NULL dates show today's date rather than a blank or NULL on form | 01 Nov 2006 22:19 GMT | 5 |
I am creating my first Visual Studio project, an inventory database. I have created a form and used written directions to add data from a table to the form using table adapters, data sets, etc. I imported a table from an Access database which has some date fields. Many
|
| Dropdownlist Error | 01 Nov 2006 20:16 GMT | 1 |
I've searched the groups unsuccessfully to the solution to this problem. I've seen a few others making note of it, but it didn't seem like there were any solutions. I have a drop down list in vb.net, and when I do a DataBind on it, I
|
| NewBie | 01 Nov 2006 18:52 GMT | 2 |
I am very new to vb.net and am looking for help to resolve an issue I am having. What I am trying to do: Install IIS by executing sysocmgr.exe Issue: I need to wait until the execution of sysocmgr.exe is complete
|
| Virus scannnig document before saving to database | 01 Nov 2006 18:35 GMT | 3 |
.net framwork 1.1 sql server 2000 I have a vb.net winforms application using webservices\ remoting to upload documents\ images to the webserver and i am gong to store them in the
|
| Change directory in Visual Studio .NET Command Prompt | 01 Nov 2006 15:13 GMT | 3 |
I was trying to do this http://support.microsoft.com/?kbid=316163 but I can't seem to change the current folder I tried cd <folder name> and it didn't work.
|
| End process from Task Manager using programming? | 01 Nov 2006 14:39 GMT | 1 |
Hi experts, Sometimes there is some "unkilled" processes remained in Task Manager. For instance, there is a task to generate picture using ASP image scheduled by SQL job but somehow certain processes like cmd.exe and IExplorer.exe are not
|
| good .net 1.1 to .net 2.0 book | 01 Nov 2006 14:05 GMT | 3 |
if i wonder if anyone could suggest a good book which will describe in detail the changes and new features in .net 2.0. i have in depth knowledge of .net 1.1 and want to learn about .net 2.0.
|
| Problem with Process.GetCurrentProcess() when starting a service | 01 Nov 2006 02:55 GMT | 5 |
I have written a C# application which should run as a Windows Service. I must avoid having multiple instances of the application on one machine so I inserted the following code at the beginning of the Main() function:
|