| Thread | Last Post | Replies |
|
| How to send data from an ASP form to a visual basic form? | 11 Nov 2004 14:57 GMT | 4 |
How to send data from an ASP form to a visual basic form? Please help
|
| DropDownList.SelectedValue not working | 11 Nov 2004 14:29 GMT | 3 |
Hello. I have the following code on an ASP webform that formats a dropdownlist named ddlCustomer... 'Populate ddlCustomer Dim CustAdapter As New SqlDataAdapter("SELECT * FROM
|
| ASP.NET webform DropDownLists | 11 Nov 2004 14:27 GMT | 2 |
Hello. I have 2 questions about DropDownList controls in ASP.NET. 1. In Microsoft Access, dropdownlist controls allow the user to type into the control, and then the control will subsequently accept the user input solong as it matches a value in the list. Is this possible with ...
|
| System.Net package | 11 Nov 2004 12:20 GMT | 1 |
Hi, i don't think i'm in the right place but I'd like to know if the namespace supports peer-to-peer connections. I've successfully made socket connections with web servers but i was wondering if you can make conenctions to arbitrary ip addresses. Trying to write a simple program ...
|
| Cancel right-mouse click | 11 Nov 2004 11:58 GMT | 1 |
I want to cancel the right-mouse click on a control in VB.NET. Does anyone know how to do this?
 Signature Met vriendelijke groet / With regards / Saludos,
|
| Managed c++ template. | 11 Nov 2004 10:30 GMT | 2 |
how does one create a managed c++ template? The following doesn't seem to be the correct syntax: template<typename T> public __gc class TestClass{...}; // Compiler error: "Syntax error: '<end Parse>'"
|
| MSIL and C# | 11 Nov 2004 09:10 GMT | 5 |
I'm just starting to experiment with MSIL but am getting confused about c# and MSIL integration. I understand that c# is compiled into MSIL before it is JIT'ed and then executed. I also understand that it is possible for me to
|
| Datagrid Reference - How to | 11 Nov 2004 08:19 GMT | 1 |
I have a datagrid column which had the following setting: ReadOnly="False". I recently changed it to: ReadOnly="True". Since changing it I can no longer reference the column using the following syntax... e.Item.Cells(9).Controls(0), TextBox).Text (this worked when ...
|
| Exception-handling problems | 11 Nov 2004 06:38 GMT | 6 |
I am having exception-handling and stability problems with .NET. I will have a block of managed code inside try...catch and will still get a generic .NET exception box that will tell me which assemblies are loaded before shutting down. In one case, some of my DB-accessing code ...
|
| Scalable .NET? | 11 Nov 2004 04:57 GMT | 4 |
We're beginning to build a new .NET application that must be very scalable, i.e. to address future load requirements, we'd like to be able to simply add additional web servers. How do you do that in .NET? How do you maintain state across multiple servers? Does anyone know of a White ...
|
| WebDAV code | 11 Nov 2004 03:23 GMT | 3 |
I plan to use WebDAV to retrieve email remotely from Exchange 2003. But I can't find any sample codes in MSDN. Could you recommend some sample code sites? Thanks in advance.
|
| VS.NET copy project | 11 Nov 2004 01:08 GMT | 2 |
What ports need to be open to do a copy project to a remote server ?
|
| Working set larger than Heap size reported by CLR Debug | 10 Nov 2004 23:28 GMT | 3 |
I have an app. CLR Debug says the heap is 3.5MB. perfmon says that working set size is 52MB. Where's the unreported amount and how can I inspet it?
|
| Out of process class | 10 Nov 2004 23:04 GMT | 1 |
I'm trying to write a reusable Authentication component for our web applications. I'm having some problems using the component in other projects. I have a UserInfo class marked <serializable()> and an Authentication component with a public function Logon():
|
| SQL Server does not exist or access denied Problem | 10 Nov 2004 22:50 GMT | 3 |
I am new to ASP.Net and I am trying to to make simple SQLConnection to the pubs database that comes with SQLServer2000. I have attempted many things to try and resolve it. I tried adding ASPNET user in the security section of SQLServer2000, and I also removed the XP
|