id="frmVote"
DataSourceID="srcVote"
DefaultMode="Insert"
Runat="server">
id="lblFavoriteColor"
AssociatedControlID="rdlFavoriteColor"
Runat="server" />
id="rdlFavoriteColor"
SelectedValue='<%#Bind("Color")%>'
Runat="server">
id="btnSubmit"
Text="Submit"
CommandName="Insert"
Runat="server" />
id="grdVote"
DataSourceID="srcVote"
Runat="server" />
id="srcVote"
SelectCommand="SELECT * FROM Vote
ORDER BY Id DESC"
InsertCommand="INSERT Vote (VoterId,Color)
VALUES (@VoterId,@Color)"
ConnectionString="<%$ ConnectionStrings:Vote %>"
Runat="server">
CookieName="VoterId" />