home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / ispoll_1 / _setup.1 / Administration.asp < prev    next >
Encoding:
Text File  |  1999-03-21  |  251 b   |  9 lines

  1. <%
  2. 'by providing a DataPath below, you can bypass the server data path default properties all-together.
  3.  
  4. Set PollCat = Server.CreateObject("isPollCat.UI")
  5. 'PollCat.DataPath = "e:\data\polldata\"
  6. PollCat.Administration
  7. Set PollCat = Nothing
  8. %>
  9.