<center>
<H4>Demo  Delete  Poll  </H4>
<%
Set  Poll1  =  Server.CreateObject("eBizTSWebModules.Poll")
if  Request("iid")  <>  ""  Then
      Poll1.iid  =  Request("iid")
else
      Response.Write  "Need  to  have  Instance  ID"
end  if  
%>
<P>Delete  Instance  ID:  &nbsp;  <%=Poll1.iid%></P>
<%    
Poll1.Delete

Set  Poll1  =  Nothing
%>
<a  href=ListPoll.asp>Back  to  List</a>

</center>