ok i just want to simply have a web form, and when i click submit, i want to save the data to a database.

All the examples I find seem to do all the code in the aspx page, where as I am using VS.NET and I'm trying to put the code in the aspx.vb page in the buttons click event....

any advice? or an example on how to do this?