I have my ConnectionString in my web.config file and can access it through my code behing page easy enought,
Public oSQL AsNew OleDb.OleDbConnection(ConfigurationSettings.AppSet tings("SQLconn"))
but I can't access through the
HTML page. I obviously don't want to bring my connectionstring into the
HTML code.
Thanks for any assistance,
Bob