| Thread | Last Post | Replies |
|
| Time-consuming ListView adding | 01 Dec 2006 09:10 GMT | 7 |
Hi all, I have following problem: I'm creating a ListView (Details) control at run-time and filling it with some records (let's say 10 000). This operation seems to be quite fast, but when I call Controls[x].Add(list), where list is my ListView control, then program hangs for ...
|
| c# oledb - multiple inserts to access (mdb) VERY slow - help! | 01 Dec 2006 08:00 GMT | 9 |
within a loop i am building a sql insert statement to run against my (programatically created) mdb. it works but it seems unreasonably SLOW! Sorry, dont have the code here but the jist is very standard (I think!);
|
| XmlSerializer Hexadecimal question | 01 Dec 2006 07:56 GMT | 4 |
I have a webservice that returns data from a database. Our services (the clients) have been blowing up because of illegal character problems. Is there anything I can do on the server side to work around this problem. I'm OK with deleting all the "bad"
|
| Problem creating CCW | 01 Dec 2006 07:46 GMT | 1 |
Gidday, I am stuck trying to create a COM Callable Wrapper for the class (shell only) below. As you can see I have tried to define my interface and it would be all good
|
| bind a dropdwn box to 2 tables - one fills it and the other records it. | 01 Dec 2006 07:16 GMT | 1 |
I have two tables in a database. One fills the drop-down and the other records the selection. Filling the dropdown with another table seems to be breaking the binding with the table it records to. VS2005 with SQL2005. I have a lot of these to do, and don't want to hard code each ...
|
| can i get next ReadLine Value of currentStr | 01 Dec 2006 07:11 GMT | 3 |
what i know is... while ((currentStr = sr.ReadLine()) != null) { in this area,
|
| General Question About DataSet | 01 Dec 2006 07:10 GMT | 3 |
hi all. in my dev team we have an argument about retrieving Records from DB to DataSet. the big question is: should i retrieve all the records from my table (max
|
| Q: Is there a C# equilent to vbs ComClass? | 01 Dec 2006 07:05 GMT | 1 |
I have done a couple of ComClasses in vb, and from now on i want to code ComClasses in C# is there an equilent of this in c#? If not how to proceed to get the same functionallity to be able to expose the com class?
|
| how to use a 2-dimension string array? | 01 Dec 2006 00:22 GMT | 8 |
I know this question is stupid, but I really don't know how to do? I am trying string[][] s = new string[10][10] and it is wrong? Can someone give me a help? Or tell me where I can find answer, Thanks Cheers
|