| Thread | Last Post | Replies |
|
| XPath expression to select nodes with a 0 | 15 Dec 2005 21:39 GMT | 1 |
Is there an XPath expression I can use to select all nodes (regardless of the name) that contain a 0 for the node contnet or value?
 Signature Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
|
| CodeDom question for .net 2.0 | 15 Dec 2005 21:31 GMT | 7 |
I am using the CodeDom namespace for generating classes, and would really like to be able to use the CodeRegionDirective class to generate regions around code blocks. The only problem is that is looks like i can generate regions around a
|
| Inhertance Question | 15 Dec 2005 21:05 GMT | 5 |
Take the following scenario: public class BaseType { } public class DerivedTypeA : BaseType {
|
| is it proper to use listView control for this purpose? | 15 Dec 2005 20:40 GMT | 4 |
I'm working on a Windows application and want to use some visual control like the one used in Visual Studio IDE, for setting properties in the Properties Windows. Can I use the listView control for that purpose?
|
| Compiler does not recongnize page controls. | 15 Dec 2005 20:33 GMT | 2 |
description: I have AbcFile.cs namespace Abcns{ public partial class AbcFile : System.Web.UI.UserControl
|
| Create PDF | 15 Dec 2005 20:12 GMT | 2 |
Does anyone know how to create a PDF from a webform ? After user has entered all the info, need to create a PDF on the fly... TIA
|
| Detect active connections on RAS server | 15 Dec 2005 19:34 GMT | 3 |
I am wondering if there is a way to programmatically detect active connections on a RAS server. My situation is this. An app will be running on the RAS server. This app will have a timer that runs constantly. On each tick, it will look
|
| Referencing 2.0 DLLS in 1.1 | 15 Dec 2005 19:33 GMT | 3 |
I have a usercontrol built in .NET 2.0. I want to be able to use this 2.0 control in a .NET 1.1 project. I have both framworks installed on my machine( and VS.net 2003 and 2005). When i try to add a reference to my 2.0 DLL in my 1.1 project. I get an error saying that it is not a ...
|
| Getting at actual install directory for .NET Setup | 15 Dec 2005 19:27 GMT | 2 |
I developed a C# application which needs several data files. I want to install them in a subdirectory of my install directory. In addition, I want to set some registry strings to point to these files. I can get setup to install the files fine. I can set the registry string ...
|
| Will 2005 install override 2003? | 15 Dec 2005 18:59 GMT | 3 |
I just got my copy of VS 2005 and getting ready to install it but I am not sure if the installation of VS 2005 is going to override my 2003 installation. Ideally, I would like to have the two versions running at the same time and
|
| Installing MSVisual2005Express on D: requires 1,4 GB on C: ????? | 15 Dec 2005 18:54 GMT | 1 |
I wanted to install the MS Visual 2005 Express Edition and selected a folder on my (large) D: partition. Much to my surprise the installation programm told me that it requires on C: 1,4 GB (!) space. On D: only 60 MB
|
| derived usercontrol | 15 Dec 2005 18:49 GMT | 2 |
Is there any possibility to create a usercontrol deriving from an abstract usercontrol? I could only achieve it by editing the code from "MyControl : System.Windows.Forms.UserControl" to "MyControl : MyAbstractControl" by
|
| Issuing a PLSQL command from c# | 15 Dec 2005 18:36 GMT | 4 |
I'm trying to find out if it is possible, and if so...how to accomplish issuing a PLSQL command from within C#. The command is... SET SCAN OFF; What is happening is I'm trying to insert/update records with strings which
|
| Events | 15 Dec 2005 18:22 GMT | 3 |
As far as I know events are fired by invoking a method. Is it possible that events are fired if a boolean property changes its value? Thanks
|
| Very odd beahvior of web application | 15 Dec 2005 17:56 GMT | 4 |
We have a C# application running under ASP.NET. It wasn't written using any VS.NET magic; all of the call the System.Web are made explicitly. It uses .NET 1.1; no other version of the framework is present on the machine. There are two web.config files: the one at the top level ...
|