Guest User

Untitled

a guest
Apr 21st, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. <asp:Panel ID="Panel1" runat="server" Height="101px">
  2. Day
  3. <asp:DropDownList ID="DropDownList1" runat="server" Height="24px" OnSelectedIndexChanged="DropDownList1_SelectedIndexChanged">
  4. </asp:DropDownList>
  5. &nbsp;Hour
  6. <asp:DropDownList ID="DropDownList2" runat="server">
  7. </asp:DropDownList>
  8. </asp:Panel>
  9.  
  10. <div>
  11. Day
  12. <asp:DropDownList ID="DropDownList1" runat="server">
  13. </asp:DropDownList>
  14. Hour
  15. <asp:DropDownList ID="DropDownList2" runat="server">
  16. </asp:DropDownList>
  17. </div>
Add Comment
Please, Sign In to add comment