| Thread | Last Post | Replies |
|
| Issue with Data form Wizard ASP.NET? | 05 Oct 2004 15:06 GMT | 3 |
I am following thru the examples in the book I am studying for my MCSD. This is the web applications book. One example is to use the data form wizard to create a simple data form on the northwind customers table.When I try to run the code after the wizard
|
| Pressing [ENTER] in a textbox | 05 Oct 2004 14:27 GMT | 1 |
I've got a number of textbox's on a windows form in VC++ .NET. I've got it so that when the user presses [ENTER] whilst in a textbox then it goes to the next tabstop. This works fine however Windows play the ding sound as if a invalid key has been pressed. Is there a way to stop ...
|
| trace output in page goes on/off intermittently | 05 Oct 2004 14:11 GMT | 2 |
Anyone seen why trace output on remote server goes on and off randomly? thx dave
|
| Trim function | 05 Oct 2004 12:50 GMT | 2 |
Trim function doesnt actually trim the spaces.Can anyone help
|
| The pros and cons of .NET | 05 Oct 2004 12:17 GMT | 77 |
I've begun to set down some pros and cons here: http://www.itwriting.com/phorum/list.php?f=6 Thought I'd mention it as it's a topic of such enduring interest :-) Tim
|
| Store Chinese Text | 05 Oct 2004 10:53 GMT | 3 |
my database (mysql) would be used to store Simplified Chinese and Traditional Chinese, so i would like to store the text as unicode to the database. I know there is a function Encoding.Unicode.getByte, and i would like to use in this way:
|
| cobol2visual basic | 05 Oct 2004 10:31 GMT | 3 |
Can some one help me to translate this cobol code to visual basic code. 01 PCHR. 03 PC PIC 99 COMP OCCURS 8. 01 PCHC REDEFINES PCHR PIC9(18) COMP.
|
| How to change return type of a method in an implementation of an interface? | 05 Oct 2004 10:11 GMT | 3 |
I have an interface which has a method which returns an interface. I would like to return a real type in implemented class. interface IFoo {
|
| C# as a standard | 05 Oct 2004 08:41 GMT | 1 |
Microsoft commited C# and CLI to ECMA in its first edition, anybody know if Microsoft will also commit C# v.2 to ECMA to become a standard? Best regards Jakob K
|
| store chinese again | 05 Oct 2004 07:10 GMT | 1 |
i cannot store unicode in thie way, please help! Dim souce As Byte() = System.Text.Encoding.Unicode.GetBytes("CHINESE") Dim sSql As String = "insert into tblpitems (fldItmDesc1) values (@a)" g_dbCommand.CommandText = sSql
|
| Any boxing with IndexOf() ? | 05 Oct 2004 07:08 GMT | 3 |
I have a byte array (myArray) filled by reading bytes from the Com port. And I need to check for a termination byte (0x00 or "\0") as well as for a combination of bytes/ASCII characters (myString). I have to provide best possible performance.
|
| cannot load library novell.directory.ldap (C#) | 05 Oct 2004 06:39 GMT | 1 |
I've tried to use the novell c# ldap library to connect to my unix ldap directory. But everytime i try to debug my application i receive the error message: "unable to load novell.directory.ldap library."
|
| Executing system stored proc from vb.net app | 05 Oct 2004 06:19 GMT | 1 |
I am trying to run a system stored procedure (SP_DETACH_DB) from vb.net application. I am getting the following error SP_DETACH_DB not allowed within multi-statement transaction. How can I fix this? Thanx
|
| Mark A selected item on first post. please help | 05 Oct 2004 05:15 GMT | 3 |
I have tried this with no luck. What i want is to show the selected item on the first post. the selected item is NY but the first in the list shows as selected. If Page.IsPostBack = False Then
|
| Web page shows straight HTML but no asp controls ?!? | 05 Oct 2004 05:06 GMT | 3 |
I've just started playing around with VS.NET and am working thru a book. I down loaded all the code from the book. I created a virtual folder and pointed to chapter 1 which has a simple aspx page with a heading and a few asp controls below it. When I bring this page up in IE, I ...
|