| Thread | Last Post | Replies |
|
| Cannot use Dataset Designer | 12 Jun 2006 06:36 GMT | 1 |
While making changes to my database etc, something stuffed up and when I try to use dataset designer I get the message Failed to load dataset because of the following error 'Unable to find connection 'QfrsConnectionString (Settings)1' for object
|
| how to cancel events for controls on a form when the form is closi | 12 Jun 2006 05:06 GMT | 2 |
I have a C# app in VS2005. the form has a datetime picker with valuechanged event. When the form closes, the valuechanged event is fired and an error is thrown in its code when it tries to get a selected value from a combobox which apparently doesn't exist anymore. I get ...
|
| How to modify value of an attribute? | 12 Jun 2006 05:03 GMT | 1 |
i have a XML file with 12 element named "device", and attribute named "project". i wanted to change only the value of one attribute. i tried: XmlNodeList nList = doc.GetElementsByTagName("device"); foreach (XmlNode node in nList)
|
| Publishing not including XML, XMS files | 12 Jun 2006 03:11 GMT | 3 |
I have a simple application built with several DLLs that access XML files for information. My local setup works just fine. As defined in my Install folder, the files are copied to the "application folder" and the DLLs find them just fine.
|
| Visual Studio 2003 dubugger visualizer | 11 Jun 2006 23:21 GMT | 1 |
I would like to add some of my type with a debugger visualizer logic, simply to display a dynamically built string in the debug watch rather than the default type name. Anyone has a clue how this can be done?
|
| Connect between two forms | 11 Jun 2006 20:52 GMT | 4 |
i've two forms i managed to connect with the two forms so if i press on the first form on tools and then option the new form is rising, but the probelm is, that i have on the new form a CheckBox that i can't see in the first form why?
|
| Attribute Naming Confusion | 11 Jun 2006 20:21 GMT | 2 |
I am trying to understand Attribute usage. For example the class SerializableAttribute is a class correct? So why when it is actually u sed the "Attribute" portion of the name is dropped. The sam is true of the AttributeUsageAttribute class and on and on. I don't get it.
|
| Connect to a SQL database | 11 Jun 2006 19:01 GMT | 2 |
I'm connecting my C# application with a SQL databse, it's my first time, usually I use access database. I have a question: I want to load the data of my db into the combo box when the the form load.
|
| RegEx for validate domain values | 11 Jun 2006 14:49 GMT | 4 |
Hi, have a problem with this regex: ^(?<target>order|customer)@(?<action>view|save|delete)$ With this options: order@view, order@save, order@delete or customer work fine, but with the target: order or customer fails.
|
| Attributes with multiple objects as param for constructor | 11 Jun 2006 14:36 GMT | 3 |
I am using an attribute on the properties of my object to help with parsing of data. The attribute will determine if the current property is to be populated based on the version of the data. As such I need to be able to create the attribute with the version and some other values
|
| How to get the real system date | 11 Jun 2006 14:13 GMT | 11 |
How can I get the real system date/time if the user fakes the date, for example by setting the system date back.
 Signature Mike
|
| Exception of type System.StackOverflowException was thrown. PROBLEM | 11 Jun 2006 11:55 GMT | 1 |
I want to change my controls in my class I have the following code. All the code in my _default page class How can i solve it ? public class antu:_default
|
| link buttons | 11 Jun 2006 10:54 GMT | 1 |
i use VS 2005 and i have a form with 2 buttons on it, my question is how i can link to button 2 what button 1 do without put the hole code that button 1 do to button 2? Thanks.
|
| How to read config file? | 11 Jun 2006 09:44 GMT | 3 |
I'd like to use some of the techniques discussed here for reading a config file in .NET 2.0: http://msdn.microsoft.com/msdnmag/issues/06/06/ConfigureThis/default.aspx Here's my app.config content:
|
| Re-Throwing Exceptions | 11 Jun 2006 08:41 GMT | 11 |
I use the following code: try { //Some code that has an exception
|