<% ls_id = request.querystring("ls_id") qryEdit = "select * from lifestyle where ls_id = "& ls_id &"" set rsEdit = conn.execute(qryEdit) %>

รายละเอียด Life Style
   
Title :
<%=rsEdit("ls_head")%>
Preview :
<%=rsEdit("ls_preview")%>
Detail :
<%=rsEdit("ls_detail")%>
Country :
<% qryCT = "select * from country where ct_id = "& rsEdit("ct_id") &"" set rsCT = conn.execute(qryCT) if not rsCT.eof then response.write rsCT("ct_name") end if set rsCT = nothing %>
  <% if len(rsEdit("ls_picture")) > 0 then response.write imgsrc("../" & rsEdit("ls_picture"), rsEdit("ls_picturex"), rsEdit("ls_picturey"), 200, 0) end if %>