I have an interface that generates the following code for names in my database.
Expand|Select|Wrap|Line Numbers
- ..asp
- <%If Trim(rsCard("Author"))<>"" Then%> <%=rsCard("Author")%><%End If%>
- ..
Any ideas would be greatly appreciated.
Thans
Richard
asp populate a dropdown list
|