PDA

Click to See Complete Forum and Search --> : using webforms and SQL Server


kleinma
Nov 6th, 2003, 10:39 AM
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?

hellswraith
Nov 6th, 2003, 02:55 PM
It should be pretty much the same. Put the code in the button's click event to save the data.

If you are having problems, post your code and I can see what it is that is tripping you up.