Question : Manually Inserting form data in a database using Visual Basic in Web Developer 2010 Express

In Microsoft Visual Web Developer 2010, I’ve performed database saves using the LinkButton that’s automatically provided in the InsertItemTemplate. There’s not much code involved, apparently the LinkButton’s Command parameter is set to “Insert” and that’s enough. My question is: if I wanted to manually post or save the form’s data by using a button’s OnClick event, how do I do so in Visual Basic?

Answer : Manually Inserting form data in a database using Visual Basic in Web Developer 2010 Express

select distinct orderid from orders
Random Solutions  
 
programming4us programming4us