Click here to Skip to main content
15,920,503 members
Home / Discussions / C#
   

C#

 
GeneralRe: Windows Forms DataGrid Control Keyboard Shortcuts Pin
Heath Stewart4-May-04 8:16
protectorHeath Stewart4-May-04 8:16 
GeneralXml and XSLT in C# Pin
Anonymous4-May-04 4:57
Anonymous4-May-04 4:57 
GeneralRe: Xml and XSLT in C# Pin
Heath Stewart4-May-04 8:10
protectorHeath Stewart4-May-04 8:10 
GeneralRe: Xml and XSLT in C# Pin
bertcox4-May-04 20:34
bertcox4-May-04 20:34 
GeneralRe: Xml and XSLT in C# Pin
Heath Stewart5-May-04 2:52
protectorHeath Stewart5-May-04 2:52 
GeneralRe: Xml and XSLT in C# Pin
bertcox5-May-04 3:42
bertcox5-May-04 3:42 
GeneralRe: Xml and XSLT in C# Pin
Heath Stewart5-May-04 5:12
protectorHeath Stewart5-May-04 5:12 
GeneralRe: Xml and XSLT in C# Pin
bertcox5-May-04 4:23
bertcox5-May-04 4:23 
YES it finally works, took me about 2 weeks Big Grin | :-D
Nothing is better then making a program work Laugh | :laugh:

if your interested this is the XSLT file:

<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="@*|node()">
<xsl:copy>
<xsl:apply-templates select="@*|node()">
<xsl:sort data-type="number" select="loadorder"/>
</xsl:apply-templates>
</xsl:copy>
</xsl:template>
</xsl:stylesheet>


Thx again for the help, it's great that you help so many people (i see your name at almost every question)

GeneralAckermann Function Pin
pmasknguyen4-May-04 4:26
pmasknguyen4-May-04 4:26 
GeneralRe: Ackermann Function Pin
Bill Dean4-May-04 4:38
Bill Dean4-May-04 4:38 
GeneralRe: Ackermann Function Pin
Dave Kreskowiak4-May-04 4:50
mveDave Kreskowiak4-May-04 4:50 
GeneralCalling c++ function (callback) from managed code. Pin
venkatareddym4-May-04 4:15
venkatareddym4-May-04 4:15 
GeneralRe: Calling c++ function (callback) from managed code. Pin
Heath Stewart4-May-04 4:29
protectorHeath Stewart4-May-04 4:29 
Generalsort a Datagrid Pin
bertcox4-May-04 3:27
bertcox4-May-04 3:27 
GeneralRe: sort a Datagrid Pin
Heath Stewart4-May-04 3:56
protectorHeath Stewart4-May-04 3:56 
GeneralRe: sort a Datagrid Pin
bertcox4-May-04 20:49
bertcox4-May-04 20:49 
GeneralRe: sort a Datagrid Pin
Heath Stewart5-May-04 3:00
protectorHeath Stewart5-May-04 3:00 
QuestionHow to change system date in .NET Pin
Anonymous4-May-04 3:24
Anonymous4-May-04 3:24 
AnswerRe: How to change system date in .NET Pin
Colin Angus Mackay4-May-04 3:31
Colin Angus Mackay4-May-04 3:31 
GeneralRe: How to change system date in .NET Pin
Heath Stewart4-May-04 3:35
protectorHeath Stewart4-May-04 3:35 
GeneralRe: How to change system date in .NET Pin
Jeff Varszegi4-May-04 7:14
professionalJeff Varszegi4-May-04 7:14 
GeneralRe: How to change system date in .NET Pin
Heath Stewart4-May-04 8:03
protectorHeath Stewart4-May-04 8:03 
GeneralRe: How to change system date in .NET Pin
Jeff Varszegi4-May-04 8:22
professionalJeff Varszegi4-May-04 8:22 
GeneralRe: How to change system date in .NET Pin
Heath Stewart4-May-04 8:27
protectorHeath Stewart4-May-04 8:27 
GeneralRe: How to change system date in .NET Pin
Jeff Varszegi4-May-04 8:33
professionalJeff Varszegi4-May-04 8:33 

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.