Buy Questpond's video subscriptions on
huge discount
.
Online: 2515
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Interviews
>
VB.NET
>
Loading ...
How can we Move to Next and Previous Record using BindingSource Class
Posted by
Lakhangarg
on 4/21/2010 | Category:
VB.NET Interview questions
| Views: 8353
Post
|
Interview FAQs
|
Exclusive Questions
|
Interview Home
Answer:
bindingSource1.MoveNext() to move to Next record and
bindingSource1.MovePrevious() to move to previous record.
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous :
How to apply filter using BindingSouce?
Next > :
Can we insert a blank row using BindigSource Class ...
Comments or Responses
Login to post response
More Interview Questions by Lakhangarg
Can we insert a blank row using BindigSource Class?
How can we find the index of current selection in BindingSource Class?
AddNew() method of BindingSource Class will add a blank row or with so ...
Can we Add New Row into a Grid Using Binding Source?
Which Task in SSIS is used to perform operation on a file or directory ...
Name of the task that is used to execute batch file in SSIS package?
Can we use Configuration file in SSIS Packages?
Can we have option to use configuration file in dts package?
Latest Interview Questions
Select * from table1,table2
what is the difference between garbage collection and Dispose Method
Is it possible to find out .mdf and .ldf file name from the backup(.ba ...
Can we restore the database forcefully when it is in use via SQL scrip ...
Can we execute "BCP" command directly in the SQL Server Mana ...
What are Properties in .NET, What are the advantages of using Properti ...
Difference between function Overloading and Overriding ?
What is Method Hiding?
More ...