Advertisement
Guest User

Untitled

a guest
Jan 28th, 2016
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. <div class="style1" style="height: 567px">
  2. <br />
  3. &nbsp;&nbsp;&nbsp; Вносител<br />
  4. <br />
  5. &nbsp;&nbsp;&nbsp;
  6. <asp:DropDownList ID="DropDownList1" runat="server" Height="23px" Width="153px"
  7. onselectedindexchanged="DropDownList1_SelectedIndexChanged">
  8. </asp:DropDownList>
  9. <br />
  10. <br />
  11. &nbsp;&nbsp;&nbsp; Описание<br />
  12. <br />
  13. &nbsp;&nbsp;&nbsp;
  14. <asp:TextBox ID="searchDescription" runat="server" Height="26px" Width="270px"></asp:TextBox>
  15. <br />
  16. <br />
  17.  
  18. <asp:Button ID="Button2" runat="server" Text="Търси" onclick="Button2_Click" />
  19. <br />
  20. <br />
  21.  
  22. <asp:Label ID="Label2" runat="server" Visible="false">
  23. <asp:GridView ID="GridView2" runat="server" HorizontalAlign="Center" AllowPaging="True"
  24. AutoGenerateColumns="False" CellPadding="4"
  25. ForeColor="#333333" GridLines="None">
  26. <AlternatingRowStyle BackColor="White" />
  27. <Columns>
  28. <asp:BoundField DataField="Марка" HeaderText="Марка" SortExpression="Марка" />
  29. <asp:BoundField DataField="Година" HeaderText="Година"
  30. SortExpression="Година" />
  31. <asp:BoundField DataField="Мощност" HeaderText="Мощност"
  32. SortExpression="Мощност" />
  33. <asp:BoundField DataField="Вносител" HeaderText="Вносител"
  34. SortExpression="Вносител" />
  35. <asp:BoundField DataField="Описание" HeaderText="Описание"
  36. SortExpression="Описание" />
  37. </Columns>
  38. <EditRowStyle BackColor="#2461BF" />
  39. <FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
  40. <HeaderStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
  41. <PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" />
  42. <RowStyle BackColor="#EFF3FB" />
  43. <SelectedRowStyle BackColor="#D1DDF1" Font-Bold="True" ForeColor="#333333" />
  44. <SortedAscendingCellStyle BackColor="#F5F7FB" />
  45. <SortedAscendingHeaderStyle BackColor="#6D95E1" />
  46. <SortedDescendingCellStyle BackColor="#E9EBEF" />
  47. <SortedDescendingHeaderStyle BackColor="#4870BE" />
  48. </asp:GridView>
  49. </asp:Label>
  50. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement