Link to home
Start Free TrialLog in
Avatar of adwat
adwat

asked on

Navigating dataset.tables.rows

Sir,

Sir I want to work with VB.Net without using controls for sqlconnection, sqladapter and dataset.  So I created all this objects through coding. and it is working fine.
I am using bindingcontext class for movenext,movelast etc.  I did not use datagrid.  All controls are text boxes. during the form load records will be displayed in the screen. I want to find some records in the existing dataset.table(0) and display that record in the screen. I can find the record in dataset.  But cannot nvagate to that record to display instead first record displayed in the screen during the form load.  total row count is available, but current row number is not  getting.  If it is available I can say bm.position = row number(bm is instance of Class).

Please Help me, remember I am not using datagrid

Thanks

ASKER CERTIFIED SOLUTION
Avatar of KGreg
KGreg

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial