maanton
Programmer
- Mar 27, 2005
- 52
Hi!
I call some data from a db..the code is the following
I also have a field on my db named
which format is either YES or NO.
Well, I need the above "div" to be displayed only when the field's record is YES.
Please help me...Thanks in advance
I call some data from a db..the code is the following
Code:
<div id="country_info">
<a href="country_info.asp?ID=<%=(desc.Fields.Item("country_info_id").Value)%>&country_id=<%=(desc.Fields.Item("country_id").Value)%>">LINK</a>
</div>
I also have a field on my db named
Code:
c_info
Well, I need the above "div" to be displayed only when the field's record is YES.
Please help me...Thanks in advance