Bonjour,
En fait, dans un dataset, je met un fichier XML de ce style :
...
<data>
<file>c:\Documents and Settings\Videos\12.mpeg</file>
<command>START</command> <type>stream</type>
<loop>0</loop> <id>17</id> <ip>239.0.0.12</ip>
<port>3412</port> <ip_bind>10.6.34.155</ip_bind>
</data>
<data>
<file>c:\Documents and Settings\Videos\13.mpeg</file>
<command>START</command> <type>record</type>
<loop>0</loop> <id>13</id> <ip>239.0.0.13</ip>
<port>3413</port>
<ip_bind>10.6.34.155</ip_bind>
</data>
...
En tout, J'en ai 23 donc je vous ai pas tout mis ><. Donc quand je l'appelle dans le GridView, ca me le tri n'importe comment. J'aimerai donc pouvoir faire un tri ASC sur l'ID.
Merci d'avance ;)