|
" class="link2"><%=rsn.fields("emp_name")%>
<%=rsn.fields("emp_desg")%>
<%=rsn.fields("emp_total_exp")%>
<%if rsn.fields("emp_cv")<>"" then%>
" target="_blank" class="link2">
<% if getfileExt = "doc" then %>
" border="0">
<% else %>
" border="0">
<% end if%>
Download CV
<%end if %>
|
<% if rsn.fields("emp_photo") <> "" then %>
<% else %>
<% end if %> |
<%
'
if (counts mod 2) =0 then
rsn.MoveNext
'response.Write("checked mod"& counts mod 2)
end if
counts=counts+1
%> <% if not rsn.EOF then %>
" class="link2"><%=rsn.fields("emp_name")%>
<%=rsn.fields("emp_desg")%>
<%=rsn.fields("emp_total_exp")%>
<%if rsn.fields("emp_cv")<>"" then%>
" target="_blank" class="link2">
<% if getfileExt = "doc" then %>
" border="0">
<% else %>
" border="0">
<% end if%>
Download CV
<%end if %>
" target="_blank" class="link1"> |
<% if rsn.fields("emp_photo") <> "" then %>
<% else %>
<% end if %> |
<%
rsn.MoveNext
counts=counts+1
end if
loop
%>