hi
i'm using asp.net to create an online order form. i have 4 textboxes and i want to save the information from the textboxes to my database on click of a button.
dbName = BikeOrderdb
txtQty, txtBikeId, txtBikeName, txtPrice
Can you please help me with the code for connecting textboxes to the databases (every single statement that you can think off).
i've tried so many things but nothing worked,Please.