| Thread | Last Post | Replies |
|
| Verifying a column exists in a datareader | 16 Jun 2006 17:12 GMT | 3 |
I have a situation where I have two datareaders, and I want to make sure any given field from Datareader A exists in Datareader B before I can do anything with that column. I tried the code below but I get an exception thrown because the column
|
| What is the best practice to execute multiple "nonQuery" SQL operations in a transaction ? | 16 Jun 2006 16:59 GMT | 1 |
I need some Advice.. What is the best practice to execute multiple "nonQuery" SQL operations in a transaction ? 1) Execute all in one "sqlCommand.ExecuteNonQuery();" :
|
| Optimizations to Reduce Memory Consumption and Minimize Paging | 16 Jun 2006 16:16 GMT | 6 |
I'm working on a .NET application that was under development by a previous developer, who is no longer working with the company. The program basically extracts records from a source database and outputs them in an XML document, mapping the source records into a third-party
|
| table to object converter | 16 Jun 2006 15:46 GMT | 2 |
Hi, I have a sample class – let’s say Person. It has the following fields: Id:int
|
| How to format tooltip text? | 16 Jun 2006 15:40 GMT | 2 |
People, how can i get my tooltip text to be formatted so i can change the color of portions of the text and even use italic or bold along my text? TIA, Scirious.
|
| Add line numbers to richtextbox | 16 Jun 2006 15:38 GMT | 2 |
Can anyone help on how to add a line number section to a RichTextBox? In the same way any code editor have... thanks in advance
|
| Syntax question and String Comparison | 16 Jun 2006 15:11 GMT | 17 |
I would like to compare a string value to a pre-determined list of other strings. Is there a simple way to do this in one statements like this: if(strMystring.ToUpper() == ("STRING1"| "STRING2"| "STRINGX"))
|
| Modify atribute in xml file | 16 Jun 2006 14:36 GMT | 4 |
How can I modify an attribute in a xml file? Thank you very much
|
| A quick question for IL and C# | 16 Jun 2006 14:30 GMT | 3 |
A quick question here - What can be achieved in IL which is not possible in C# ? o Creation of an ArrayList o Creation of a Dictionary
|
| Reading XML with HTML tags | 16 Jun 2006 14:24 GMT | 7 |
I have a XML file with the following: <Step step="1"> <Text><b>Chapter 1</b> This is a test. Click <b><i>Load</i></b>
|
| about convert from string to int | 16 Jun 2006 14:21 GMT | 2 |
Hello!! string number = "13"; int num; Is it exactly the same if I use
|
| Doubt related to windows based timer. | 16 Jun 2006 14:20 GMT | 2 |
I am having one confusion regarding windows based timer. I read somewhere that 'Be careful with stopping, because stopped timers are disabled and are subject to garbage collection. That means that stopped timers can not
|
| How to determinate if a string is a Date | 16 Jun 2006 14:12 GMT | 2 |
How can I determinate if a string is a Valid date. For example "2002/06/23", and "2002/6/23" all are valid date string, but "2002/23/06" is not.
|
| Html formated Label.Text | 16 Jun 2006 14:03 GMT | 1 |
Can anyone tell me - is it possible to visualize html formatted text in Window.Forms.Label.Text? Thank You
|
| find a value ona datagridview | 16 Jun 2006 14:02 GMT | 2 |
I have a datagridview and at the doubleclick event I will like to open a new window with a collection of data from an ADO DB , but I don't know how to get the value of a cell in the clicked row :| Help please :)
|