Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2014
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.09 KB | None | 0 0
  1.             <asp:Panel ID="controlGrid" runat="server" Style="overflow: hidden;" Height="177px">
  2.                 <br />
  3.                 <div class="" style="height: 255px; width: 250px">
  4.                     <div class='col-xs-6 col-sm-4'>
  5.                         <asp:DropDownList ID="DropDownList1" class="selectpicker"
  6.                            runat="server"
  7.                            Font-Size="12pt"
  8.                            Height="30px"
  9.                            Width="352px"
  10.                            OnSelectedIndexChanged="DropDownList1_SelectedIndexChanged"
  11.                            AutoPostBack="True">
  12.                             <asp:ListItem>Минутные данные</asp:ListItem>
  13.                             <asp:ListItem Selected="True">Часовые данные</asp:ListItem>
  14.                             <asp:ListItem>Суточные данные</asp:ListItem>
  15.                             <asp:ListItem>Аварии и сообщения</asp:ListItem>
  16.                         </asp:DropDownList>
  17.                     </div><br />
  18.                     <div class='col-xs-6 col-sm-4'>
  19.                         <asp:DropDownList ID="DDL" runat="server" Height="30px" Width="352px" AutoPostBack="True" class="selectpicker"
  20.                            OnSelectedIndexChanged="DDL_SelectedIndexChanged">
  21.                             <asp:ListItem Selected="True">&#1042;&#1099;&#1073;&#1088;&#1072;&#1090;&#1100; &#1087;&#1077;&#1088;&#1080;&#1086;&#1076;</asp:ListItem>
  22.                             <asp:ListItem>&#1047;&#1072; &#1087;&#1086;&#1089;&#1083;&#1077;&#1076;&#1085;&#1080;&#1081; &#1084;&#1077;&#1089;&#1103;&#1094;</asp:ListItem>
  23.                             <asp:ListItem>&#1047;&#1072; &#1087;&#1086;&#1089;&#1083;&#1077;&#1076;&#1085;&#1102;&#1102; &#1085;&#1077;&#1076;&#1077;&#1083;&#1102;</asp:ListItem>
  24.                             <asp:ListItem>&#1047;&#1072; &#1087;&#1086;&#1089;&#1083;&#1077;&#1076;&#1085;&#1080;&#1081; &#1076;&#1077;&#1085;&#1100;</asp:ListItem>
  25.                         </asp:DropDownList>
  26.                     </div>
  27.                 </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement