| Thread | Last Post | Replies |
|
| Overriding the add method of a generic dictionary | 28 Feb 2007 09:14 GMT | 5 |
I have a generic dictionary (lets call ChildCollection). I would like to ensure that whenever a child is added to this collection (SomeParent.Children.Add(new Child()), the parent of the child object is set appropriately.
|
| how to store and retrive this data in an aspx page | 28 Feb 2007 09:03 GMT | 2 |
please tell me which collection variable (or something else) should i use to store and retrieve the following sample data... i have the following in drop down list1.. Asia
|
| Sort colors by shade | 28 Feb 2007 08:25 GMT | 5 |
I have an array of colors and I would like to sort this array from dark to light. What is the easiest way to do this? Thanks, Joe
|
| Acess ADAM by IIS server | 28 Feb 2007 08:18 GMT | 1 |
How To acess Adam from IIS server service provider...
|
| Interlocked on a string? | 28 Feb 2007 06:53 GMT | 4 |
I have a multi threading application where multiple threads can read and write to the property. I try to avoid the lock statement on properties that hold none business critical data.
|
| Confusion regarding C# and C#.net | 28 Feb 2007 05:08 GMT | 1 |
Can anyone tell me is tehre any difference between c# and C#.net any help will be truely appreciated.
|
| TreeView Control and DataRelations | 28 Feb 2007 04:09 GMT | 1 |
I have a dataset that contains multiple tables, each with the same structure, and each tied to the next through a datarelation object. The number of tables in the dataset can fluctuate. I am stuck on figuring out the best way to use this structure to populate a tree view control.
|
| ListView SubClass Problem | 28 Feb 2007 03:45 GMT | 1 |
We are trying to subclass the ListView control and have a collection of a class as the Items. Our implementation works at runtime. However at design time if the user adds elements, we can not see them in the visual studio designer.
|
| Large file handling in C# | 28 Feb 2007 03:22 GMT | 9 |
I have a C# program [VS2005] which loop through No. of files. In UAT i had medium size files and every thing goes ok but in Production files are big and i notice that my program is very slow and it's taking 100% CPU time.
|
| Drag & Drop - Order of files/folders when multiple selection | 28 Feb 2007 03:22 GMT | 3 |
I hope somebody can help me with following problem: I have an application where I can drag&drop files/dirs from within explorer onto my form. If multiple files/dirs are selected I can see that the order I get in my
|
| DateTime.Parse with custom date format | 28 Feb 2007 02:31 GMT | 1 |
How do I use DateTime.Parse or DateTime.ParseExact to create a DateTime object from a string? I tried this without luck: string dateString = "27-02-2007";
|
| get name of enum element programmatically? | 28 Feb 2007 01:29 GMT | 3 |
I have an enum with a bunch of names / values. This is nice as I can code using the names, instead of memorizing the values. But, let's say something gives me a value. Now, while my code is happy using a number, what if I want to display the name that this value
|
| Retrieving a string from a dropdownlist with an index | 27 Feb 2007 23:57 GMT | 1 |
I have added about 10 strings to a dropdown listbox. I would like to know how to retrieve a string based upon the index I give it. What member function do I use? Marathoner
|
| How to modify app.config | 27 Feb 2007 23:25 GMT | 1 |
Please, I need a example about how to modify the app.config with the class ConfigurationManager. Thank you very much.
|
| Executing a JavaScript command from a web service | 27 Feb 2007 22:46 GMT | 7 |
I would like to execute a single JavaScript command from within a web service. The command is a mathmatical statement. I have a web page with some client side logic that does this and I'm now moving that functionality into a web service.
|