Fixing an issue with output parameters that are of type IntPtr
[castle.git] / Experiments / Castle.Igloo / Igloo.Clinic.Web / Views / Index.aspx
blobfa04b2960c2dd0d0873d5c6516bcd9ed02f3030d
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
11     </asp:GridView>\r
12     <asp:Button ID="Button1" runat="server" CommandName="searchDrug" OnClick="Button1_Click" Text="View drug" />\r
13 </asp:Content>\r