medo02
August 9th, 2005, 11:20 AM
<% if isnull(sql_hot_issue_ex("Body")) or sql_hot_issue_ex("Body")="" then %>
is asp astatement i wont to replace it by
statment of asp.nt repeater like that
<% if isnull (dr["body"]) or dr["body"]="" then %>
in html but there is error in my code
how can i write it in html
body is a fild in database
dr is SqlDataReader objedt
is asp astatement i wont to replace it by
statment of asp.nt repeater like that
<% if isnull (dr["body"]) or dr["body"]="" then %>
in html but there is error in my code
how can i write it in html
body is a fild in database
dr is SqlDataReader objedt