hello,
how could i move to a position using the table's primary key?
any help?
how could i move to a position using the table's primary key?
VB.NET:
[size=2][color=#0000ff]Dim[/color][/size][size=2] Search_ID [/size][size=2][color=#0000ff]As[/color][/size][size=2][color=#0000ff]Long
[/color][/size][size=2]Search_ID = [/size][size=2][color=#0000ff]Me[/color][/size][size=2].lst_Search_Emp_No.Items.Item([/size][size=2][color=#0000ff]Me[/color][/size][size=2].lst_Search.SelectedIndex)
[/size][size=2][color=#0000ff]Me[/color][/size][size=2].Ds_emp_loc1.Employees_Locality.FindByEmp_No(Search_ID)
[/size]'now what to do?