how can we move throw instanced dataset using
VB Code:
dim myDa as new SqlDataadapter("Select * from Emp", Myconn) Dim myDS As New Dataset myDA.Fill(myDs,"Emp") DataBindingContext (myDS,"Emp").Position+=1
also how we can bind axmsflexgrid to dataset ?


Reply With Quote