Click here to Skip to main content
15,897,135 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
how can possible data navigator with button with codding in vb.net 2005,2008,2011

please replay me fast
Posted
Updated 24-Mar-12 2:53am
v3
Comments
ZurdoDev 23-Mar-12 11:33am    
Please clarify. I cannot understand what you need.
Shahin Khorshidnia 23-Mar-12 13:14pm    
1. Not a clear question: Tag your question WinForm? ASP.Net? WPF? ... and explain it.
2. Not a patient OP: The experts are here to help because they love it. It's not their job. You know that "Please replay me fast" is not respectably.
akshay padhiyar 24-Mar-12 8:52am    
i am create an application in vb.net . i have need to the data navigator with codding like this buttons <<,>>,<,>..
please replay me Fast
Shahin Khorshidnia 24-Mar-12 10:02am    
Ok.
No body can help you if you don't specify the base of your application. ASP.Net? WinForm or WPF. You haven't taged it!

But, You want a fast replay? Ok, it's the fastest replay: Good luck :)

1 solution

To setup navigation of records of the data you can use BindingNavigator control.
First create a BindingSource and set DataSource property of the data bound control say DataGridView or ComboBox to the BindingSource created. Then set the BindingSource property of BindingNavigator to this BindigSource.
The BindingSource control is explained here
http://msdn.microsoft.com/en-us/library/system.windows.forms.bindingnavigator.aspx[^]
A sample on BindingNavigator is given here
http://msdn.microsoft.com/en-us/library/3y4w3c32(v=VS.80).aspx[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900