<code>
<div style="margin-top:40px;margin-left:30px;float:left">
<asp:Label ID="Label2" runat="server" Text="Role"></asp:Label>
<asp:DropDownList ID="ddlRoles" runat="server" Width="300" OnSelectedIndexChanged ="ddlRoles_ValueSelect" AutoPostBack="True" />
</div>
<div style="margin-top:40px;margin-left:30px;float:left">
<asp:Label ID="Label3" runat="server" Text="Mjesta troška"></asp:Label>
<asp:DropDownList ID="ddlMT" runat="server" OnSelectedIndexChanged ="ddlMT_ValueSelect"></asp:DropDownList>
</div><br />
</code> |