Click here to Skip to main content
15,900,258 members
Home / Discussions / C#
   

C#

 
GeneralRe: Single Array Vs 2D Array to represent a Matrix... Pin
Are Jay11-May-10 4:57
Are Jay11-May-10 4:57 
QuestionHow to work with IRC in C# Pin
adilabbasi10-May-10 14:25
adilabbasi10-May-10 14:25 
AnswerRe: How to work with IRC in C# Pin
Dr.Walt Fair, PE10-May-10 16:10
professionalDr.Walt Fair, PE10-May-10 16:10 
AnswerRe: How to work with IRC in C# Pin
Peace ON10-May-10 20:31
Peace ON10-May-10 20:31 
QuestionAssemblyInfo Pin
Ryan Minor10-May-10 14:09
Ryan Minor10-May-10 14:09 
AnswerRe: AssemblyInfo Pin
Abhinav S10-May-10 17:08
Abhinav S10-May-10 17:08 
QuestionCombobox with datasource doesn't sort correctly after adding a record [modified] Pin
rpfEYNMAN10-May-10 7:52
rpfEYNMAN10-May-10 7:52 
AnswerRe: Combobox with datasource doesn't sort correctly after adding a record Pin
William Winner10-May-10 8:27
William Winner10-May-10 8:27 
what exactly do you want help with?

Of course it gets added at the end...that's the way tables work. If you want it somewhere else, you need to implement an OrderBy in your SQL to change that.

And next time you post code, first, wrap it in pre tags. You can do this by selecting it all and hitting the "code block" button above where you are typing this message, or just adding the following opening and closing tags:
<pre lang="cs">
</pre>

Secondly, you have to tell us what the problem is and you need to identify where your problem is happening. It sounds like the code is working exactly as its supposed to. But I'm not going to read through unformatted, long code to find out what you're doing and not doing.
GeneralRe: Combobox with datasource doesn't sort correctly after adding a record Pin
rpfEYNMAN10-May-10 10:00
rpfEYNMAN10-May-10 10:00 
QuestionDataGridView <-> PropertyGrid data binding Pin
rbuchana10-May-10 7:46
rbuchana10-May-10 7:46 
Questionsave a TreeView in database [modified] Pin
reza assar10-May-10 5:59
reza assar10-May-10 5:59 
AnswerRe: save a TreeView in database Pin
Michel Godfroid10-May-10 6:32
Michel Godfroid10-May-10 6:32 
AnswerRe: save a TreeView in database Pin
Pete O'Hanlon10-May-10 9:28
mvePete O'Hanlon10-May-10 9:28 
AnswerRe: save a TreeView in database Pin
Alex Manolescu10-May-10 10:31
Alex Manolescu10-May-10 10:31 
Questionsum calculated with the formula crystal report Pin
koncuk10-May-10 5:32
koncuk10-May-10 5:32 
QuestionWhat is the alternative to memcpy in C#? Pin
Abdulaziz M Zaben10-May-10 4:17
Abdulaziz M Zaben10-May-10 4:17 
AnswerRe: What is the alternative to memcpy in C#? Pin
Matt U.10-May-10 4:41
Matt U.10-May-10 4:41 
AnswerRe: What is the alternative to memcpy in C#? Pin
Peace ON10-May-10 4:41
Peace ON10-May-10 4:41 
AnswerRe: What is the alternative to memcpy in C#? Pin
Abdulaziz M Zaben10-May-10 4:56
Abdulaziz M Zaben10-May-10 4:56 
QuestionHow to work on Mobile Banking(SMS Banking)? Pin
CoderForEver10-May-10 2:40
CoderForEver10-May-10 2:40 
AnswerRe: How to work on Mobile Banking(SMS Banking)? Pin
Michel Godfroid10-May-10 3:59
Michel Godfroid10-May-10 3:59 
AnswerRe: How to work on Mobile Banking(SMS Banking)? Pin
CoderForEver10-May-10 4:18
CoderForEver10-May-10 4:18 
GeneralRe: How to work on Mobile Banking(SMS Banking)? Pin
Michel Godfroid10-May-10 5:10
Michel Godfroid10-May-10 5:10 
GeneralRe: How to work on Mobile Banking(SMS Banking)? Pin
CoderForEver10-May-10 7:24
CoderForEver10-May-10 7:24 
GeneralRe: How to work on Mobile Banking(SMS Banking)? Pin
Michel Godfroid10-May-10 11:15
Michel Godfroid10-May-10 11:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.