Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Windows Forms vs. WPF
Message
General information
Forum:
ASP.NET
Category:
Windows Presentation Foundation (WPF)
Environment versions
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01431881
Message ID:
01431993
Views:
56
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform