| Thread | Last Post | Replies |
|
| Parameter count does not match Parameter Value count." | 20 Apr 2005 10:13 GMT | 4 |
Can someone explain me why I'm getting the following error? The error message I got is : "Parameter count does not match Parameter Value count." Here is the Stored Procedure: ALTER PROCEDURE dbo.tblAccount_SELECT_BY_PROMOTIONAL
|
| Form Location problem | 20 Apr 2005 09:47 GMT | 1 |
I have an MDI parent form which has treeview on left side and child forms gets loaded on clicking the tree node. When the application is started the child form fills the right side fully. but when it is re loaded by clicking on
|
| Windows service singleton interface to a public sealed class | 20 Apr 2005 09:14 GMT | 1 |
I have a scheduler functionality that is implemented in public sealed class with static methods, and now i'd like to utilize it in a window service and have an exe file to access the singleton from outside as well. Is this possible to achieve?
|
| BizTalk/CommerceServer/MS CRM/...? | 20 Apr 2005 09:04 GMT | 2 |
I need to make an application that does basicly this: - Receiving Demands from Clients for some Products - Searching in the DataBase which Suppliers (may) have these Products - Contacting these Suppliers (by Contact Person) for a Price Offer
|
| StreamReader not reading... | 20 Apr 2005 07:58 GMT | 1 |
Note: This is happening under the VS05 February CTP release. I haven't had a chance to run it under Beta 2 yet. I have a StreamReader that is reading a NetworkStream from a TcpClient, which is connected to a TcpListener. The client (the one that throws the
|
| discover if drive is CD-ROM, CD-R, DVD-Rom etc | 20 Apr 2005 07:35 GMT | 2 |
Can someone please tell me how I can go about discovering whether a CD drive is a ROM, R, RW or DVD-ROM, R, RW? IMAPI is not possible for me because some of the PC's will be WindowsME systems.
|
| Error Message Deleting a Table from Access DB | 20 Apr 2005 07:09 GMT | 1 |
Not sure this is the right place for this questions, but here goes: I get an error message when deleting an table from a Access database. The code is as follows and the error message is after it. ***************** Start Code ********************
|
| vb.net regex question | 20 Apr 2005 06:20 GMT | 4 |
Not sure where to ask this. Please suggest another newsgroup if this isn't the best place for this question. I'm new to both vb.net and regex. I need a regular expression that will validate what people are entering as their new password.
|
| Dynamic Controls in ASP.NET | 20 Apr 2005 05:39 GMT | 1 |
Main problems: my dynamically created controls are inaccessible after postback. I want to capture user entered values from these dynamically created controls, but the controls disappear after clicking my input button. I initially tried to use a panel, but I could not seem to ...
|
| PLS-00306: wrong number or types of arguments in call | 20 Apr 2005 01:10 GMT | 2 |
I am using Asp.Net, C#, Oracle . I am trying to execute this Stored Procedure, and it gives me an error "Error Message: ORA-06550: line 1, column 7: PLS-00306: wrong number or types of arguments in call to 'GET_CITY_DATA' ORA-06550: line 1, column 7:
|
| How do you disable a Tab Page within a Tab Control? | 19 Apr 2005 22:48 GMT | 4 |
Can anybody give me any ideas on how to disable a tab page within a tab control. I have a tab control tabClients with 3 pages. I would like to disable pages 2 & 3 when a certain condition is met.
|
| Help downloading news | 19 Apr 2005 22:22 GMT | 1 |
I've just finished formatting and reinstalling my o/s. Is there a way of downloading past news post older than the last 2 days? It seems that when I sign back up for these groups I only get the past two days. Any and all help is appreciated.
|
| serialize | 19 Apr 2005 21:12 GMT | 2 |
Hello, i'm trying to serialize a class with a enum property...it seems to be serializing ok, but when i try to de-serialize it throw me an error like "[value] isn't valid for type [enum]". someone have done this before? i'm sorry by my english
|
| Which Microsoft products are written in .NET | 19 Apr 2005 19:21 GMT | 9 |
I am working on a business proposal. And to show MS's committment to .NET, I would like to list all the products that are written with .NET. I have heard the Great Plains is being re-written using .NET. And I assume Visual Studio is too.
|
| Saving and Retrieving Projects | 19 Apr 2005 18:27 GMT | 1 |
Can some one suggest an article on the saving and retrieving VB.net projects. I have lost complete programs at least twice. I have to reconstruct the programs. It has happened when I enter some code that generates automatic code from
|