| Thread | Last Post | Replies |
|
| Proxy exception - HttpRequest | 09 Feb 2005 21:22 GMT | 1 |
Hi all,,, How can i tell, if it is the proxy that times out and not the page im trying to request.. I need to now if the proxyserver has been eg. removed/down??
|
| Securing assembly/dlls - unable to add secured component in design time | 09 Feb 2005 20:37 GMT | 2 |
I'm using linkdemand (System.Security.Permissions.SecurityAction.LinkDemand)with strongnameidentitypermission to secure my dlls. If i try to add a component (say an user control which is secured in the above fashion) to a windows
|
| Casting double to int | 09 Feb 2005 20:29 GMT | 4 |
What is the best way to round a double and store it in an int (C#)? I'm currently using intVar = (int)Math.Round(doubleVar); I'm worried that the return value of e.g. Math.Round(2.1) might be
|
| Looking for suggestions on populating dropdown from database table | 09 Feb 2005 20:04 GMT | 6 |
I want to populate an employee name dropdown in a webform with values from a database table. I know I can use a data adapter to retrieve the whole table into a dataset and bind the table from the dataset to the dropdown. However, I thought I could do it a little more efficiently ...
|
| How to get an attribute of an enum element ? | 09 Feb 2005 19:24 GMT | 1 |
Here is a wll known enum : [Flags] public enum ControlStyles {
|
| Calling 2.0 from 1.1 | 09 Feb 2005 18:37 GMT | 2 |
I've both version 2.0 Beta and 1.1 of dotnet framework installed on my system. I've an assembly which is built on version 1.1 and loads an assembly dynamically reading the location of assembly from the config file. This
|
| Embedding resource files in CLASS LIBRARY | 09 Feb 2005 18:18 GMT | 2 |
I need to embed a couple of XSL files in a .NET class library for deployment reasons. I'd like to be able to just edit the source files and rebuild the library to update the resources (ie no cumbersome multi-step procedure). I found this page that shows how to do exactly what I ...
|
| .NET Framework completly meshed-up | 09 Feb 2005 18:14 GMT | 1 |
I'm running Windows XP SP2 on a tabletpc. After trying installation of SQL 2005 Express, my system is complety meshed-up on framework level. I tried to roll-back without success. At this moment installation of .NET framework via Windows Update fails also.
|
| Determining .NET Install Directories | 09 Feb 2005 15:51 GMT | 2 |
All: This *should* be a simple question, but I cannot find a definitive answer on the net so.... I have both versions 1.1 and versions 2.0 of the CLR/.NET installed on my
|
| Public shared hashtable vs. Application(key) | 09 Feb 2005 13:57 GMT | 1 |
In a webapplication, what's the difference between using the Application-object and using a Public Shared Hashtable ?? Seems like both exists across requests... TIA
|
| inetinfo.exe | 09 Feb 2005 11:16 GMT | 1 |
I have 100% CPU use due to inetinfo.exe when I try to open a project. When I kill the task, the project opens as unavailable. A google.com search shows this as common, but solutions are for Win NT. I have Win XP pro
|
| Raising event from class results in NullReferenceException | 09 Feb 2005 07:45 GMT | 2 |
OK.. I have a class that runs a process that basically does some connection checking; I have a delegate setup to handle the status update event which will allow the client to give some kind of indication to the GUI.
|
| FTP | 09 Feb 2005 07:26 GMT | 1 |
Is there an control or class in VB.net what can give me an easy way to program a simple FTP program? Something like inet in vb 6 thanks
|
| Converting SQL Server "bit" field to a CLR boolean-- has to be a better way | 09 Feb 2005 07:22 GMT | 1 |
I'm using the DataBinder.Eval() method to output the value of a SQL Server bit field. In order to convert this value to a boolean I go through the machination below. So far it's the only way I've been able to make this to work; every other attempt yields an illegal-conversion ...
|
| A Wish..... | 09 Feb 2005 05:34 GMT | 6 |
I see that it's possible to apply attributes to function parameters. Wouldn't it be great if the compilers could use these to generate borderplate code, such as parameter checking. Eg instead of typing
|