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:
00844812
Views:
23
Morgan,

Yes I now how to do that, what I'm trying to do is retrive the dataview that was created by the BO ie.
' Get the current DataSet
Dim ds As mmDataSet = CType(Me.GetCurrentDataSet(), mmDataSet)

' Create a custom DataView sorted by phone
Dim dv As New DataView(ds.Tables("Shippers"))
dv.Sort = "Phone"
ds.AddDataView(dv, "dvShippersByPhone")
I did do some basic research but have not been able to find the answer in MS site or the .Net DataBase books I have.
I'm trying to retrive dvShippersByPhone in the form to bind it to a cboBox
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform