<% verify ID = request.querystring("ID") set objDB = OpenDatabase(true) SQL = "Select * from DistributorContentSections where ID = '" & ID & "'" set rsSection = CreateRecordset(objDB, SQL) section = "Distributor Content" %>
:: <%=section%>

Edit Distributor Section

Title: ">
URL: ">
OR
Content:

">

<% rsSection.close set rsSection = nothing objDB.close set objDB = nothing %>