I have a Classic ASP application and need two particular columns removed from view on the Dashboard page only. The underlying data and database structure must remain untouched; I simply want the columns hidden in the rendered HTML so end-users no longer see them. The solution has to: • Target only the Dashboard page, leaving every other screen unchanged. • Work cleanly with the existing Classic ASP codebase—no framework migration or rewrite. • Be implemented with lightweight, maintainable changes (server-side conditionals or unobtrusive CSS/JavaScript are both acceptable as long as the columns stay invisible and layout integrity is preserved). Please deliver updated files and a short note explaining which lines were added or modified so I can replicate the change in staging and production.