Hi all,
I want that If record not found in the table, it will display â - â sign on the page,
Some blank records are save in the table, in the blank field it will display (dask) sign
I am using following coding.
do while rs.eof=false
Response.Write("<tr>")
Response.Write("<td>" & rs("recordno") & "</td>")
Response.Write("<td>" & rs("description") & "</td>")
Response.Write("<td>" & rs("category") & "</td>")
Response.Write("<tr>")
rs.movenext
loop
best regards.
Mateen Martin
[email protected]