Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Putting the cart before the horse
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
00844526
Message ID:
00844808
Views:
23
>I don't think it was a mistake , I just wish I had more time to wade thru it right now I don't. Do you know how to retrive a dataview (other than the defualt from a BO/ dataset?
>
>
>Thanks You
>Brian G
DataSet ds = new DataSet();

DataView newView = new DataView(ds);
Brian, I think it wouldn't matter if the docs were complete or not, because if you don't the time for basic research, docs won't help man.

Don't take your frustration out on Mike, because you go in over your head.

Morgan
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform