| Thread | Last Post | Replies |
|
| interface not supported excel COM | 10 Feb 2005 18:47 GMT | 2 |
I hope this is correct forum for this, this might possibly an academic type question. I am trying to copy a dataset to an excel spreadsheet for my asp.net application.
|
| NETSERIALCOMM.EXE: problem with comm port not availabe to other ap | 10 Feb 2005 18:41 GMT | 3 |
I am trying to use the software from John Hind's article: "Use P/Invoke to Develop a .NET Base Class Library for Serial Device Communications". When I use my application, everything works fine. I can open and close and reopen the session with the internal modem with no problems. ...
|
| Is is possible to remove elements from the middle of a System.Collections.Queue? | 10 Feb 2005 18:11 GMT | 2 |
Is is possible to remove elements from the middle of a System.Collections.Queue? For the most part i just use endqueue and dequeue but there are points where i know that i no longer need certain elements that could be in the middle of the queue that i would like to clean out of
|
| IN ()? | 10 Feb 2005 18:05 GMT | 2 |
Is there an equivalent in C# to the SQL IN() function? TIA, John
|
| another easy question :) what OS come with .NET framework | 10 Feb 2005 17:39 GMT | 3 |
what OS come with .NET framework!? How can I install .Net Framework on say a win 98 and win 2000 machine? does the .Net framework need for the win 98 and 2000 machone come with visual studio .NET?
|
| Longhorn managed? | 10 Feb 2005 17:25 GMT | 3 |
This was stated in a response another post:
>Right now only Win 2003 OS comes with the framework 'pre-installed'. Windows
>2006 a.k.a 'LongHorn' is actually built on top of .NET framework. So |
| Reg Expression | 10 Feb 2005 17:23 GMT | 1 |
I was wondering if anyone knew how to write a regular expression which validated that a field was 200 or less characters long. Its this part i'm interested in working out. Can someone help me please. ValidationExpression="^{0,200}$"
|
| Databind problem? Cannot set selectedindex on dropdownlist | 10 Feb 2005 17:03 GMT | 2 |
I have been pulling my hair out (what is left of it) for a few days trying to figure out what is wrong with this.. I have a repeater control that renders a number of controls bound to a datasource. Within this repeater, there are a number of dropdownlists which
|
| Is there any way to know whether a procesure parameter is paramarr | 10 Feb 2005 15:49 GMT | 2 |
Using reflection, is there a way to know that a method or property parameter is a paramarray? There doesn't seem to exist a property like 'IsParamArray' in reflection.parameterinfo. Thanks in advance.
|
| easy question - will an application created in .NET run a windows | 10 Feb 2005 15:45 GMT | 4 |
will an application created in .NET run a windows 98 and 2000 machines
 Signature Adam S
|
| Disable resize on titlebar double click | 10 Feb 2005 15:07 GMT | 3 |
I need to know how to intercept and neutralize the doubleclick event that happens when someone double clicks the titlebar of a window. I borrowed some encapsulation code that keeps the user from moving the form, and have set the form's min height and width value to its fullscreen ...
|
| UML Users | 10 Feb 2005 14:49 GMT | 5 |
i was wondering how many programers here are using unl and what tool they are using? thanks for sharing
|
| GAC entries don't show up in References/.NET | 10 Feb 2005 12:55 GMT | 11 |
Two c# dll's were compiled and added to the GAC. They appear in the .NET Configuration tool. However, when trying to add a reference to a new project, the dlls do not appear in the .NET property sheet.
|
| Validation happening for 2 datagrids | 10 Feb 2005 12:36 GMT | 3 |
I have two datagrids on a page and each of them allow the user to add rows. On each datagrid I have validation (required field, reg expressions etc) and my problem is that I only want the validation to work on the datagrid which I click add in. At the moment if I click add in ...
|
| Online Resources in .net IDE | 10 Feb 2005 11:01 GMT | 21 |
In VS .net 2003 There is a online resources tab on the start page. When I click the links such as headlines, downloads or xml services I get a message stating that this feature requires a connection to the Internet. But I have a always on connection to the Internet. The other ...
|