% Id = request("Id") Set objrs = 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 objRS.Open SQL, objADO, 1, 3 %>
SELLER PICTURE UPLOAD
Pictures display best when uploaded at 150 X 150.
<% if WarningErrMsg <> "" then %>| Error(s):<%= warningErrMsg %> |