Next time you post a question, post it in proper english. Type 'we' instead of 'v' and someone might help you. 2) Post the portion of code where you are having a problem with 3) Use google to find your answer To move to the next record, use the .Read method.
SqlDataReader dr = comm.ExecuteReader(); //where comm is SqlCommand
dr.Read(); //Fetches next record