
- Forum
- Programming Talk
- Microsoft .NET
- Couple of questions regarding vb 2005
Couple of questions regarding vb 2005
This is a discussion on Couple of questions regarding vb 2005 within the Microsoft .NET forums, part of the Programming Talk category; I'm new to programming, I had a couple classes based on vb 2003 and I'm trying to learn how to ...
-
Couple of questions regarding vb 2005
I'm new to programming, I had a couple classes based on vb 2003 and I'm trying to learn how to use vb 2005.
First, can anyone recommend any good programming books directed towards 05? One with tutorials that you work along with would probably be best.
Second, how exactly does data binding in 05 work? I can't seem to find(or remember >.<) the code to insert a new row into a table on a button click. I've managed to bind all the controls, but I'm blanking on the line you put in the button clicks sub.
Last, is it possible to change the tables a user searches based on radio selections. ie I have three radio buttons, if you click the search button and have button a selected it searches table a, select button b and program searches table b and if you select button C it searches both tables on the database.
Thanks for any help, and I'm newer to this forum than I am to programming, so if this happens to be the wrong section, I apologise. Feel free to move it.
-
There is not much difference between 2003 and 2005 .. if you are comfortable with 2003.. you should be able to do the same with 2005 version... but do not use the controls to configure for data binding insted do it with in the code behind page ...

Reply With Quote





