<% Id = request("Id") ' Create a recordset object to store specific table information Set rsLogin = Server.CreateObject("ADODB.Recordset") 'Establish what records you want selected for the SQL query string SQL = "Select * From TblLogin where LoginId = " & Id 'Set the recordset object equal to the SQL query string rsLogin.Open SQL, objADO, 1, 3 %>

UPLOAD SELLER PICTURE

<% if WarningErrMsg <> "" then %>
Error(s):<%= warningErrMsg %>
<% end if %>
<%If rsLogin("AgentPicture") <> "" Then %> " border="0" width="324" height="180"> <% End If%>
<% Err.Clear On Error Resume Next Set objJMail = Server.CreateObject("AspImage.Image") Response.Write "Agent Picture:
" & vbCrLf %>