Looking to select records from my DB in ASP.NET using <SelectCommand> with a var from the web.config.
Can't seem to find the proper syntax to work.
no code behind file or vb code in page, so trying to do in just asp.net page.
SelectCommand="SELECT * FROM ClassesTbl WHERE AppName = <%= ConfigurationManager.AppSettings('AppName') %>"