| Thread | Last Post | Replies |
|
| Garbage Collection Problems: Performance and Optimization for Web Service XmlDocument XPath query | 19 Sep 2004 19:33 GMT | 6 |
I wrote a webservice to output a report file. The fields of the report are formatted based on information in an in-memory XmlDocument. As each row of a SqlDataReader are looped through, a lookup is done, and format information retrieved.
|
| why ampersand not showing... | 19 Sep 2004 16:24 GMT | 4 |
why ampersand not showing. at runtime? regards
|
| capitalize words | 19 Sep 2004 15:58 GMT | 10 |
string a = "i have an apple"; i want the output to be "I Have An Apple"; i was able to capitalize the first word but can't figure out how to capitalize every word in that string
|
| What is HASH table ? | 19 Sep 2004 14:51 GMT | 3 |
What is hash table? i could only find small reffrence to hash table .. but what exactly is this and how can i creat them? Is there any website with tutorial on this subject ? Thanks
|
| Net send module? | 19 Sep 2004 14:07 GMT | 2 |
Do you have any module that works like net send in DOS as c#? for example.. net send 10.100.1.2 "test" // this sends msg.. AObject.NetSendMethod("10.100.1.2", "Test Message") // I need this kind of
|
| webbroswer..... | 19 Sep 2004 11:02 GMT | 1 |
How do i get icon from website into AxImageCombo1's control ? how do i do that? regards,
|
| replace whole word | 19 Sep 2004 09:28 GMT | 6 |
If i use the replace function in c# string a = "this"; a.replace("is", "something"); my output would be like thsomething
|
| Deployment | 19 Sep 2004 08:54 GMT | 1 |
I don't want to sound annoying to those who answered my question about C# compileing. but, is there a way in which I can create a setup project in visual studio without hte need for the user to download the .net framework. if this is not possible, is it possible to suppply to ...
|
| What am I doing wrong? | 19 Sep 2004 04:49 GMT | 7 |
I have two .cs files and I am trying to have them interact in the project. One is Form1.cs and the other is Define.cs Form1 has code that creates a type "Cars" I instantiate an array of type Test with properties
|
| Is there a way to ReDim in C#? | 18 Sep 2004 23:01 GMT | 7 |
I have an array that starts with 99 index. I use a random amount of the indexes, let's say 23. Is there a way to truncate the array to 23 elements while preserving the 23 used? The ReDim statement in VB does this. Is there an equivalent in C#?
|
| add user dll control to toolbar | 18 Sep 2004 22:27 GMT | 2 |
How do I compile a inherited control into a dll so that I can add it to the toolbar ? is there a step by step guide that I can read ? Thanks Tom
|
| Convert Page to Embedded Thumbnail Image? | 18 Sep 2004 15:16 GMT | 6 |
The exampe at this site [1] displays exactly what I am seeking to learn to do myself. Comments regarding a component or code methodology would be appreciated...
|
| Java for DotNET | 18 Sep 2004 14:37 GMT | 4 |
How does Microsoft accomadate Sun w/ Java libraries? I hear J# is a good emulant, hoes it? Thanks Excuse my poor english
|
| ASP diagnostics.process starts exe, but exe can't access drives | 18 Sep 2004 08:12 GMT | 1 |
I have a web farm of 2 servers (so far). I have a script that creates .HTML files and then I call a PDF writer to turn them into .pdf files. The problem is that I then have files on 2 different servers. I want to synchronize these servers so I write a VB.NET exe...which works if
|
| rename a file in asp.net | 18 Sep 2004 06:03 GMT | 3 |
i have a file whose name is "clientStmt.txt" in 'C:\stmt\' folder. I want to rename and change the extension while renaming as below. i.e. i want to change the file 'C:\stmt\clientStmt.txt' to 'C:\stmt\clientStmt.XLS'
|