<%
shtml="<tr><td><font size=""2"" face=""Verdana, Arial, Helvetica, sans-serif""><strong>Receive Salmagundi : </strong></font></td><td><input type=""checkbox"" name=""chkSalmagundi"" value=""1"" "& if rsPaging("userReceiveSalmagundi")=1 then Response.Write checked &" /></td></tr><tr>"
%>
i want that my page load this code will be run and i have got the output if
rsPaging("userReceiveSalmagundi") has value in database 1, then cheched. this is an asp page
error on the syntax of if()...
plz help

|