Edit Subsection for <%= rsSection("Name") %>
% verify ID = request.querystring("ID") set objDB = OpenDatabase(true) SQL = "Select * from DistributorContentSubsections where ID = '" & ID & "'" set rsSubsection = CreateRecordset(objDB, SQL) SQL = "Select Name from DistributorContentSections where ID = '" & rsSubsection("SectionID") & "'" set rsSection = CreateRecordset(objDB, SQL) section = "Distributor Content" %>
Edit Subsection for <%= rsSection("Name") %>