| www.asdindia.org
ASSOCIATION
for SOCIAL DEVELOPMENT
|
|
|
|
|
Donor
|
| |
| Red
Ribbon |
Donor |
Drugs |
Online
Donation |
Events |
News |
Links |
|
<%
if request("cat")="" then
cat="I"
else
cat=Request("Cat")
end if
if request("id")="" then
id="A"
else
id=Request("id")
end if
sql="select * from donor where cat='" & cat & "' and id='" & id & "' and show1='T'"
set rs=con.execute (sql)
%>
| Institution
/ Corporate
/ Individual
/ School / Organisation |
|
|
|
<%
select case cat
case "O"
category="Organisation"
case "I"
category="Institution"
case "S"
category="School"
case "C"
category="Corporate"
case "IN"
category="Individual"
end select
response.write category
%>
<% if not rs.eof then %>
|
Name
|
Email
|
Cheque No
|
Dated
|
Amount (Rs)
|
Reciept Date
|
Bank
|
<% while not rs.eof %>
| <%=rs("Name")%> |
<%=rs("email")%> |
<%=rs("Cheque_no")%> |
<%=rs("Dated")%> |
<%=rs("Amount")%>/- Rs |
<%=rs("Reciept_date")%> |
<%=rs("Bank")%> |
<% rs.movenext
wend %>
|
<% else %>
| No entries in this topic
|
<% end if %>
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
|
|
| Powered
by Fuel Studio.com |
|
| Best
viewed at 800 X 600 resolution | Internet Explorer 5.0 - Later versions |