| Thread | Last Post | Replies |
|
| Stop databinding on form load. | 14 Nov 2005 13:52 GMT | 4 |
I have a web form with a GridView and a DataSource. As soon as the page loads, my GridView is populated. My form has several querying capabilties, which on postback repopulates my GridView.
|
| Serialize multiple object in the same XML file | 14 Nov 2005 13:35 GMT | 3 |
I'm looking for a best way to serialize multiple / different object in the same XML file, and of course, how can i deserialize it. Actualy, when i serialize the first object in XML file, it work fine, But the second erase the entry of the first object !!!
|
| Changing the Icon of the *.exe file | 14 Nov 2005 11:10 GMT | 3 |
I've created a project, and after compiling the *.exe file has created, i want to change the icon of that file, i changed the App.ico file to my Icon, but still i can't change the icon, is there another way? Thanks,
|
| Problem Loading XML | 14 Nov 2005 10:42 GMT | 5 |
I have created One Xml Structure using the following Code. XmlDocument xd = new XmlDocument(); xd.LoadXml("<IPR><Test>123</Test><GSD>GSDINDIA</GSD></IPR>"); XmlElement xElem = xd.CreateElement("Personalization");
|
| reference types in instantiated objects | 14 Nov 2005 10:20 GMT | 4 |
I've got a question about how I can go about nesting a reference type in an object of an instantiated class alongside value types. This may seem a bit vague so I'll give an example: public class Cow
|
| How can I give an assembly a valid strong name | 14 Nov 2005 09:30 GMT | 2 |
When I run FXCop(1.32) against my project I keep getting the error "Assemblies should have strong names" and cannot get rid of the message. I edited the assembly info : [assembly: AssemblyTitle("Tiler")]
|
| open report | 14 Nov 2005 09:22 GMT | 4 |
How to open .rpt Crystal report from a code? Hrcko
|
| C++ or C#? | 14 Nov 2005 09:20 GMT | 7 |
Now that Visual Studio 2005 Express final has been released, which language should I go with, c++ or c#? I know c++ already but I haven't done any programming for a year or two and C# seems a much cleaner language. Does c++ code compile more efficiently? Is c++ more flexible?
|
| Getting the written text from ComboBox DropDown Style | 14 Nov 2005 08:49 GMT | 4 |
I have a Combobox with DropDown style, and I have same items in it. But if none of these items fits the user choice, he can just write what he wants. Now, my question is, how do I get the text that the user wrote?
|
| Serialization/Deserialization | 14 Nov 2005 07:40 GMT | 7 |
I know there is a lot of information on here about Serialization, but I can't find what I need so I thought i would ask. I am trying to serialize and deserialize a set of data. Doesn't sound too hard. The only problem is, I have a number of elements in my XML
|
| string array or int array? | 14 Nov 2005 05:58 GMT | 2 |
All this time I've been using a string array for my program, but I think I might want to actually use the values (0s and 1s) as integers, so is there an easy way to convert this? Should it happen when the file (of 0s and 1s) is being read into the array, or should I read it as a ...
|
| How can I add resources to a form's resource file via VS 2005 | 14 Nov 2005 04:49 GMT | 1 |
I have created valrious forms but would like to make the text for the controls come from a resource file. I am using VS C#2005 express at the moment and although it creates an empty .resx file for the form it seems to object to my adding the resources manually and when I run FXCop ...
|
| what type would this array be? | 14 Nov 2005 04:34 GMT | 3 |
I think I might create an enumeration with the values Off, Red, Yellow, Blue, and Overloaded and I might use this for bitwise comparison. So, when initializing the arrays, if I wanted to load the values "Off" or "Red" into my arrays instead of "0" and "1", would this still be a
|
| Problems when choosing help in C# 2005 Express | 14 Nov 2005 03:49 GMT | 5 |
When I click the 'How do I ?' menu item in the C# IDE the proper screen comes up but it is empty and a message box says: Package Visual Studio Common IDE package failed to load. Then if I click on Help Favorites or Search I get the error: The operation could not be completed. No ...
|
| msdn2 csharp docs are useless (no syntax/grammar) | 14 Nov 2005 03:02 GMT | 3 |
Here is an example 1) C# Programmer's Reference Old: http://msdn.microsoft.com/library/en-us/csref/html/vcrefTheClassType.asp
|