المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Simple databinding



C# Programming
01-26-2010, 09:21 PM
I'm quite lost. I think it's simple, but I can't find the article or forum answer...

I have a dataset. I have bound diffrent columns to different textboxes.

Now...

?How do I move throught the dataset? I just need to navigate through the dataset and then bound controls should automatically update. How to:

- Move next/previous record
- Seek or find records.

Thanks!

NOTE: By the moment I'm using Visual C# 2003 with NET Framework 1.1...