Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Windows Forms vs. WPF
Message
Information générale
Forum:
ASP.NET
Catégorie:
Windows Presentation Foundation (WPF)
Versions des environnements
Database:
Visual FoxPro
Divers
Thread ID:
01431881
Message ID:
01431993
Vues:
57
>Now add the ability to sort or group by a column.
>
>>2 lines of code:
>>
>>
>>GridView1.DataSource = oTable;
>>GridView1.DataBind();
>>
>>
>>Is it pretty? Maybe not. Is it functional, yes.


SELECT * FROM MyTable ORDER BY... GROUP BY

How did you do this without WPF? I've done it a few different ways. Surely you're not advocating that there was no way to do this before WPF?
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform