Tutorials???

Good Day Everybody,

Simple question today:

Does anyone know where can I find tutorials for Windows Forms and ADO.NET

Here is the story:

I am creating a simple windows form to enter data.  However, I do not want to use a BindingNavigator control.  I do not want the user to navigate through the data.  I just want to use a Button control for submitting the data enter and clear the form for the next user.  I bind the TextBox controls to the appropriate dataset field.  It creates BindingSource and TableAdapters.  I have try some other ways, but nothing gets written to the database.

Other things that I have done: I have made the BindingNavigator's visible property false; I get the same result of nothing getting written to the database.  The BindingNavigator is a wonderful little control, but it is not for this application.  Any ideas

I have looked through the msdn documentation.  Is there something there that I am not seeing

Thank you,

Cheers.

Javier.



Answer this question

Tutorials???

  • Alex Franke

    For WinForms, I think it's best to go to the official site, here:
    http://www.windowsforms.net

    Go to FAQs, Articles and Samples sections for tutorials regarding specific topic. Downloading .NET Framework SDK 2.0 would help too, as it provides great range of information regarding .NET programming in general, including ADO.NET.

    For ADO.NET, I think you should visit Data Access and Storage Area of MSDN site. The site is not just for ADO.NET, but you can find ADO.NET topics in there.

    Hope that helps,

    -chris





  • Tutorials???