Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to navigate through business object's dataset?
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
How to navigate through business object's dataset?
Miscellaneous
Thread ID:
01265575
Message ID:
01265575
Views:
49
Hi All,

On a web page I have a registered business object (Inherits ABusinessObject).

Several textboxes on the form are binded to the object via BindingSource and BindingMember properties.

When the web page starts the business object calls the GetAllData(). That makes the textboxes display the values from the first row of the dataset. The dataset then is stored in a session variable.

How can I navigate through the dataset using, for example, First, Last, Next and Prev. buttons?

On postbacks I want to restore the dataset from the session variable not from the database and position it on a certain row. So the textboxes would display that row not the first row in the dataset.

Thank you!
Next
Reply
Map
View

Click here to load this message in the networking platform