<%@ 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" VotingMode="SingleAnswer" CurrentMode="Results">
<ResultStyle FillWithEmptySpace="false" />
</obout:Poll>