Hi All,
This is my first time looking at ASP.NET and VB, coming from a php dev background, so having a bit of trouble getting my head around stuff.
I really like the VWD interface but writing applications I would like to be able to submit data from a custom form into a database (not using the GridView or DetailsView). I assume I need to put SQL code in the button click event handler to process the data passed to it?
Does anyone have any simple examples or can point me in the right direction for what I am trying to achieve.
Thanks Already
Chris