Click here to Skip to main content
15,881,804 members
Home / Discussions / C#
   

C#

 
GeneralRe: matrix determinant Pin
cjengler23-Apr-04 0:33
cjengler23-Apr-04 0:33 
QuestionCan Run Well? Pin
wokankan22-Apr-04 20:51
wokankan22-Apr-04 20:51 
AnswerRe: Can Run Well? Pin
Dave Kreskowiak23-Apr-04 0:28
mveDave Kreskowiak23-Apr-04 0:28 
AnswerRe: Can Run Well? Pin
Heath Stewart23-Apr-04 2:34
protectorHeath Stewart23-Apr-04 2:34 
Generalsort a Datagrid Pin
Appelz22-Apr-04 20:44
Appelz22-Apr-04 20:44 
GeneralRe: sort a Datagrid Pin
Heath Stewart23-Apr-04 2:38
protectorHeath Stewart23-Apr-04 2:38 
GeneralRe: sort a Datagrid Pin
Appelz23-Apr-04 2:58
Appelz23-Apr-04 2:58 
GeneralRe: sort a Datagrid Pin
Heath Stewart23-Apr-04 3:23
protectorHeath Stewart23-Apr-04 3:23 
Write them out as you iterate through them.

Personally, I'd use XSLT. You can easily write a template section that handles everything else and outputs it as-is while sorting the data you want using the sort element inside an apply-templates element. It certainly be a heck of a lot easier and would de-couple your code from sorting the XML data so that you could always transform it differently later by changing the XSLT document.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: sort a Datagrid Pin
Appelz26-Apr-04 21:31
Appelz26-Apr-04 21:31 
GeneralRe: sort a Datagrid Pin
Appelz27-Apr-04 2:30
Appelz27-Apr-04 2:30 
GeneralRe: sort a Datagrid Pin
Heath Stewart27-Apr-04 2:55
protectorHeath Stewart27-Apr-04 2:55 
GeneralRe: sort a Datagrid Pin
Appelz27-Apr-04 2:54
Appelz27-Apr-04 2:54 
GeneralRe: sort a Datagrid Pin
Heath Stewart27-Apr-04 3:12
protectorHeath Stewart27-Apr-04 3:12 
GeneralRe: sort a Datagrid Pin
Appelz27-Apr-04 3:26
Appelz27-Apr-04 3:26 
GeneralRe: sort a Datagrid Pin
Heath Stewart27-Apr-04 3:44
protectorHeath Stewart27-Apr-04 3:44 
GeneralRe: sort a Datagrid Pin
Appelz27-Apr-04 23:43
Appelz27-Apr-04 23:43 
GeneralRe: sort a Datagrid Pin
Appelz28-Apr-04 0:02
Appelz28-Apr-04 0:02 
QuestionHow to change from Byte[] to Bitmap on a Pocket PC Pin
Gakujin22-Apr-04 19:10
Gakujin22-Apr-04 19:10 
AnswerRe: How to change from Byte[] to Bitmap on a Pocket PC Pin
Baris Kurtlutepe23-Apr-04 1:09
Baris Kurtlutepe23-Apr-04 1:09 
GeneralRe: How to change from Byte[] to Bitmap on a Pocket PC Pin
Heath Stewart23-Apr-04 2:40
protectorHeath Stewart23-Apr-04 2:40 
Questionincluding undefined data in a .net exe?? Pin
Paolo Ponzano22-Apr-04 19:01
Paolo Ponzano22-Apr-04 19:01 
AnswerRe: including undefined data in a .net exe?? Pin
Corinna John22-Apr-04 20:42
Corinna John22-Apr-04 20:42 
GeneralRe: including undefined data in a .net exe?? Pin
Paolo Ponzano23-Apr-04 6:54
Paolo Ponzano23-Apr-04 6:54 
GeneralRe: including undefined data in a .net exe?? Pin
Corinna John23-Apr-04 7:54
Corinna John23-Apr-04 7:54 
GeneralRe: including undefined data in a .net exe?? Pin
Paolo Ponzano23-Apr-04 7:56
Paolo Ponzano23-Apr-04 7:56 

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.