1 <%@ Page Language="C#" MasterPageFile="~/Views/Site.Master" AutoEventWireup="true" CodeBehind="Index.aspx.cs" Inherits="Igloo.Clinic.Web.Views.Index" Title="Untitled Page" %>
\r
2 <asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
\r
3 -<asp:GridView ID="GridViewBlog" runat="server" BackColor="White" BorderColor="#E7E7FF"
\r
4 BorderStyle="None" BorderWidth="1px" CellPadding="3" GridLines="Horizontal">
\r
5 <FooterStyle BackColor="#B5C7DE" ForeColor="#4A3C8C" />
\r
6 <RowStyle BackColor="#E7E7FF" ForeColor="#4A3C8C" />
\r
7 <SelectedRowStyle BackColor="#738A9C" Font-Bold="True" ForeColor="#F7F7F7" />
\r
8 <PagerStyle BackColor="#E7E7FF" ForeColor="#4A3C8C" HorizontalAlign="Right" />
\r
9 <HeaderStyle BackColor="#4A3C8C" Font-Bold="True" ForeColor="#F7F7F7" />
\r
10 <AlternatingRowStyle BackColor="#F7F7F7" />
\r
12 <asp:Button ID="Button1" runat="server" CommandName="searchDrug" OnClick="Button1_Click" Text="View drug" />
\r