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