Thanks for your reply, Wen.
I read the article you suggested. I did exactly what it said when
I don't think the navigator is the problem. I don't think the
(WenYuan Wang) wrote:
>Hi Kwele,
>Thanks for your post.
>
>According to your description, I understand that the bindingnavigator
>control can not get records from database after you have dropped a
>datasource to form designer.
>If I misunderstand anything here, please don't hesitate to correct me.
>
>Under my research, I find there is a tutorial about how to use
>bindingnavigator control on MSDN website. Would you mind testing these
>steps as this document mentioned to check whether or not it works for you?
>
http://msdn.microsoft.com/vstudio/tour/vs2005_guided_tour/vs2005pro/smart_cl >ient/BindingNavigator.htm
>[Windows Forms - BindingNavigator]
>
>By the way, as you have known, VS will do all the coding for us (such as
>creating the dataadapter and filling the dataset) after we drop the
>datasource to form designer.
>For example:
>private void Form2_Load(object sender, EventArgs e)
> {
> // TODO: This line of code loads data into the
>'testDataBase20060908DataSet.Terms' table. You can move, or remove it, as
>needed.
>
>this.termsTableAdapter.Fill(this.testDataBase20060908DataSet.Terms);
> }
>
>We suggest you can open .cs file to check whether VS has added all these
>codes for you when you drop the datasource to form.
>
>If there is anything unclear, please feel free to reply me and we will
>follow up. I'm glad to work with you.
>Have a great day.
>Wen Yuan
>Microsoft Online Community Support
>===============================
>When responding to posts, please "Reply to Group" via your newsreader so
>that others may learn and benefit from your issue.
>===============================
>(This posting is provided "AS IS", with no warranties, and confers no