<%@ Register Assembly="Obout.Ajax.UI" Namespace="Obout.Ajax.UI.Poll" TagPrefix="obout" %>
<obout:Poll runat="server" ID="Poll1" DataSourceID="SqlDataSource1"
Title="Favorite Movie" Question="What is your favorite movie?"
AllowedVotesPerUser="100" StyleFile="~/App_Obout/Poll/styles/grand_gray/style.css"
InterfaceStyleFolder="~/Interface/styles/grand_gray/OboutDropDownList">
</obout:Poll>