Interview Question in Asp.net 3.5


 

Interview Question :: Asp.net 3.5 help please asap

Hello

I have been asked to create a simple page which sends content to a database.

I am using Visual studio 2008 with asp.net 3.5 in VB

I have all the content and layout and the database table but dont know how to get it to send the entered form data to the database when the button is clicked.

So basically I have a series of text boxes and drop down boxes and when the user has finished entering the details it needs to send it to a Database table.

I have done this using c# before but never with VB so help would be greatly appreciated as soon as possible it is due tomorrow moring...



(this is Not any form of school or university work)
by ksk
VoteNowAnswers to "Asp.net 3.5 help please asap"

I don't understand if you've done this in c#, why would it be any different doing this in vb, except for the language syntax. You still use a connection object to your database, a command object, etc...

Google is you best friend to help you...plenty of examples to do this in c#

by sharper