| Thread | Last Post | Replies |
|
| Method Not Found | 19 Jan 2005 19:02 GMT | 1 |
Hi all, I was wondering if there was anyone that could help me with this error: Method not found: Void System.Web.UI.WebControls.ListControl.set_SelectedValue(System.String). Basically I have the .NET framework 1.0 and 1.1 running on the same server,
|
| Error 401: Unauthorized | 19 Jan 2005 16:12 GMT | 3 |
The following snippet of code is part of a larger module, and the code shown here is giving me an error. The error is "The remote server returned an error: (401) Unauthorized." The error occurs on the line 'objResponse = objRequest.GetResponse()
|
| Legal requirements to distribute dotnetfx.exe? | 19 Jan 2005 16:04 GMT | 3 |
what are the legal requirements to be able to distribute dotnetfx.exe with my own program? I have read the msdn articles that describe this but I was not able to understand. Could someone put it into simple terms? Thanks!
|
| There is no source code available for the current location | 19 Jan 2005 15:29 GMT | 4 |
I have an application that is suddenly having some very strange problems. If I step through the following code; With AppSetting conRules.ConnectionString = "Data Source=" & .Svr & ";Initial Catalog=" &
|
| Class = Class (operator overriding) | 19 Jan 2005 14:52 GMT | 1 |
Why it's not possible to override operator "=" in C#? I have Class - Class1 with one property Prop1. For example Class1 x = new Class1(); x.Prop1 = "this is x"; Class1 y = new Class1(); y.Prop1 = "this is y";
|
| Regular expression that doesn't recognize newline | 19 Jan 2005 10:06 GMT | 1 |
Good morning, I've the following part of an html file, //////////////////////////////////////////////////////////////////////// </font></b></td>
|
| Should Be Simple - Break VB.Net when a msgbox is on the screen | 19 Jan 2005 07:38 GMT | 1 |
I'm new to .Net. In VB6 if I was debugging and had a Msgbox on the screen, pressing CTRL+BREAK would interrupt code execution. This doesn't work in .Net, it just seems to click on "OK" and move on in code.
|
| Open an Existing Project (Remove a project from the project list) | 19 Jan 2005 07:37 GMT | 1 |
When dotnet is opened it will display the last x number of projects that you have opened based on the number you have selected. Is there a way to remove a project from the project list without deleting or renaming the project?
|
| Vb.net Telnet VT100 | 19 Jan 2005 07:20 GMT | 4 |
I know how to use telnet in vb.net but now I need to connect a dial-up modem first using vt100. Is there an built-in api for this?
|
| How to programmatically create a partition? | 19 Jan 2005 07:14 GMT | 11 |
In one of my current projects, I am willing to create a secure zone such as Acronis does in its application to store some confidential information only accessible to the current machine user. I know that .Net doesn't provide such functionalities therefore I went on
|
| equivalent code? | 19 Jan 2005 05:58 GMT | 1 |
I'm a new at C# - so please forgive my ignorance. The following 2 snippets of code seem to be fairly equivalent. Is there any advantage to using 1 over the other? Example 2 seems to be much more efficient... Example 1:
|
| .NET ComboBox Behavior Help | 19 Jan 2005 04:05 GMT | 5 |
I'm working in .NET and I can't seem to get the behavior that I need from the combobox. I'm sure it's possible, I just don't have the .NET experience. Any help would be greatly appreciated. I need a combobox with the following behavior:
|
| Multiple Downloads in ASP.Net | 19 Jan 2005 01:40 GMT | 2 |
Is it possible to download multiple documents in one go in ASP.Net ? My requirement is something like this : I have a checkbox list with a list of documents. User can select one or more check boxes and then the save dialog box should pop up only one for selecting
|
| Accessing a custom dll in asp.net | 19 Jan 2005 00:32 GMT | 3 |
Here is what I am trying to do. I have an application that is written in VB 6 and in this application it is accessing a custom dll file that was created using Microsoft Fortran Professional 4.0. Now I have created the same application as far as user
|
| Select row of Datagrid, and disable single cell selection. | 18 Jan 2005 22:18 GMT | 4 |
Having somewhat of an issue, I have a datagrid which is giving me issues. The Datagrid is setup for the user to double click the row, the row is selected and data within that row populates a form for editing. the problem is when a user clicks on a cell instead of the whole row, ...
|