Click here to Skip to main content
15,907,906 members
Home / Discussions / C#
   

C#

 
AnswerRe: Drop event in RichText Box Pin
vaghelabhavesh18-Feb-09 7:32
vaghelabhavesh18-Feb-09 7:32 
QuestionProgramming for synchronization of local database with remote server database. Pin
Digubha18-Feb-09 5:43
Digubha18-Feb-09 5:43 
AnswerRe: Programming for synchronization of local database with remote server database. Pin
Ennis Ray Lynch, Jr.18-Feb-09 6:40
Ennis Ray Lynch, Jr.18-Feb-09 6:40 
GeneralRe: Programming for synchronization of local database with remote server database. Pin
Mycroft Holmes18-Feb-09 21:39
professionalMycroft Holmes18-Feb-09 21:39 
GeneralRe: Programming for synchronization of local database with remote server database. Pin
Ennis Ray Lynch, Jr.19-Feb-09 2:53
Ennis Ray Lynch, Jr.19-Feb-09 2:53 
GeneralRe: Programming for synchronization of local database with remote server database. Pin
Mycroft Holmes19-Feb-09 10:24
professionalMycroft Holmes19-Feb-09 10:24 
Questiongmail authentication using c# windows application Pin
techismart18-Feb-09 5:07
techismart18-Feb-09 5:07 
AnswerRe: gmail authentication using c# windows application Pin
benjymous18-Feb-09 5:27
benjymous18-Feb-09 5:27 
QuestionC# SqlCeReader weirdness Pin
J-Cop18-Feb-09 4:51
J-Cop18-Feb-09 4:51 
AnswerRe: C# SqlCeReader weirdness Pin
Dave Kreskowiak18-Feb-09 5:01
mveDave Kreskowiak18-Feb-09 5:01 
GeneralRe: C# SqlCeReader weirdness Pin
J-Cop18-Feb-09 21:14
J-Cop18-Feb-09 21:14 
AnswerRe: C# SqlCeReader weirdness Pin
Ennis Ray Lynch, Jr.18-Feb-09 5:22
Ennis Ray Lynch, Jr.18-Feb-09 5:22 
QuestionSorting a BindingList Pin
MatthysDT18-Feb-09 4:33
MatthysDT18-Feb-09 4:33 
AnswerRe: Sorting a BindingList Pin
Nuri Ismail18-Feb-09 4:42
Nuri Ismail18-Feb-09 4:42 
GeneralRe: Sorting a BindingList Pin
MatthysDT18-Feb-09 6:01
MatthysDT18-Feb-09 6:01 
AnswerRe: Sorting a BindingList Pin
Nuri Ismail18-Feb-09 6:57
Nuri Ismail18-Feb-09 6:57 
JokeRe: Sorting a BindingList Pin
led mike18-Feb-09 7:31
led mike18-Feb-09 7:31 
GeneralRe: Sorting a BindingList Pin
MatthysDT18-Feb-09 19:39
MatthysDT18-Feb-09 19:39 
GeneralRe: Sorting a BindingList Pin
MatthysDT19-Feb-09 1:32
MatthysDT19-Feb-09 1:32 
GeneralRe: Sorting a BindingList Pin
Rafique Sheikh3-Nov-10 14:03
Rafique Sheikh3-Nov-10 14:03 
GeneralRe: Sorting a BindingList Pin
MatthysDT3-Nov-10 20:48
MatthysDT3-Nov-10 20:48 
GeneralRe: Sorting a BindingList Pin
Rafique Sheikh4-Nov-10 5:58
Rafique Sheikh4-Nov-10 5:58 
Thanks for the reply. I see, that's what I thought. Actually the OrderByDesceending and OrderBy, both return an IEnumerableOrdered array which you can iterate over to do the same. I was trying to avoid because of the penalty and also for cleaner code. It is too bad that when you call OrderBy on a BindingList or any other such object the actual list is not ordered but rather you are returned an ordered list. I have the same frustration with this as I have with functions like Remove, Replace for strings etc. Why don't they change the object on which we perform those actions?

Anyway, I think I will have to derive from BindingList<t> and write my own SortableBindingList class!!
Rafique Sheikh

"The truth will set you free but first it will piss you off".

AnswerHow to use binding list order by Pin
Dravidian_Knight23-Aug-11 21:00
Dravidian_Knight23-Aug-11 21:00 
GeneralRe: How to use binding list order by Pin
MatthysDT23-Aug-11 21:32
MatthysDT23-Aug-11 21:32 
Questionsending data over tcp Pin
Mubeen.asim18-Feb-09 4:00
Mubeen.asim18-Feb-09 4:00 

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.