User-125547262 posted
My question is in an asp.net application where I will be using vb.net where do I put this code in the aspx file or the aspx.vb file?
--Its your call .General preference would be to have it in the .vb file
Also are the ADO classes or namespaces that I will need automatically imported in to my application or do I need to manually code this
-- Depends.. some of them getting added when you create a project .Others you have to add the reference and import the name space in your file
I'd suggest taking a look at some of the tutorials with sample code to clarify things