How to Implement Move Next, Move Previous, Last Record and First Record in a DataGrid Control?

A

Anand Ganesh

Hi All,

How to Implement Move Next, Move Previous, Last Record and First Record in a DataGrid Control ?

Is there any standard tool available in the tool box button?

Thanks for your time.

Regards
Anand Ganesh
 
A

Alan Pretre

Hi. See the BindingManagerBase and CurrencyManager classes.

System.Windows.Forms.BindingManagerBase:
http://msdn.microsoft.com/library/d...mwindowsformsbindingmanagerbaseclasstopic.asp


System.Windows.Forms.CurrencyManager:
http://msdn.microsoft.com/library/d...stemwindowsformscurrencymanagerclasstopic.asp


-- Alan

Hi All,

How to Implement Move Next, Move Previous, Last Record and First Record in a DataGrid Control ?

Is there any standard tool available in the tool box button?

Thanks for your time.

Regards
Anand Ganesh
 
A

Anand Ganesh

Thanks Alan
Hi. See the BindingManagerBase and CurrencyManager classes.

System.Windows.Forms.BindingManagerBase:
http://msdn.microsoft.com/library/d...mwindowsformsbindingmanagerbaseclasstopic.asp


System.Windows.Forms.CurrencyManager:
http://msdn.microsoft.com/library/d...stemwindowsformscurrencymanagerclasstopic.asp


-- Alan

Hi All,

How to Implement Move Next, Move Previous, Last Record and First Record in a DataGrid Control ?

Is there any standard tool available in the tool box button?

Thanks for your time.

Regards
Anand Ganesh
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top