Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 3

<tr> <td class="style205"> <asp:Panel ID="pl_c" runat="server"> <table class="style1"> <tr> <td> <table class="style215"> <tr> <td class="style25">

<strong>Buyer Name</strong></td> <td class="style19"> <asp:TextBox ID="tb_BuyerName" runat ="server" Height="25px" Width="135px"></asp:TextBox> </td> <td class="style20"> <asp:RequiredFieldValidator ID="Requ iredFieldValidator_District8" runat="server" ControlToValidate="tb_BuyerName" ErrorMessage="Enter Buyer Name" ForeColor="#333399"></asp:Requir edFieldValidator> </td> </tr> <tr> <td class="style26"> <strong>Buyer Father&#39;s Name</str ong></td> <td class="style6"> <asp:TextBox ID="tb_BuyFatherNm" run at="server" Height="25px" Width="135px"></asp:TextBox> </td> <td class="style44"> <asp:RequiredFieldValidator ID="Requ iredFieldValidator_District9" runat="server" ControlToValidate="tb_BuyFatherNm" ErrorMessage="Enter Buyer Father's Name" ForeColor="#333399"></a sp:RequiredFieldValidator> </td> </tr> <tr> <td> &nbsp;</td> <td> <asp:Button ID="bt_AddMore1" runat=" server" Text="Add More" Width="133px" /> </td> <td class="style44"> <asp:Button ID="bt_Ok1" runat="serve r" Text="OK" Width="133px" /> </td> </tr> <tr> <td> &nbsp;</td> <td> &nbsp;</td> <td class="style44"> &nbsp;</td>

</tr> <tr> <td colspan="2" bgcolor="#6699FF"

style="font-family: Arial, Helvetica , sans-serif; font-size: small; font-weight: bold; font-variant: nor mal;"> &nbsp;&nbsp; Buyers&nbsp; Details &nbsp; &nbsp;</td> </tr> <tr> <td colspan="3"> <asp:GridView ID="gv_3" runat="serve r" AllowPaging="True" AutoGenerateColumns="False" CellPadding="4" ForeColor="#333333" HorizontalAlign="Center" Sho wFooter="True" ShowHeaderWhenEmpty="True" Width="500px"> <AlternatingRowStyle BackColor=" White" /> <Columns> <asp:BoundField HeaderText=" Buyers name" /> <asp:BoundField HeaderText=" Buyers Father's Name" /> </Columns> <EditRowStyle BackColor="#2461BF " /> <FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" /> <HeaderStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" /> <PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" /> <RowStyle BackColor="#EFF3FB" /> <SelectedRowStyle BackColor="#D1 DDF1" Font-Bold="True" ForeColor="#333333" /> <SortedAscendingCellStyle BackCo lor="#F5F7FB" /> <SortedAscendingHeaderStyle Back Color="#6D95E1" /> <SortedDescendingCellStyle BackC olor="#E9EBEF" /> <SortedDescendingHeaderStyle Bac kColor="#4870BE" /> </asp:GridView> &nbsp;</td> </tr> </table> &nbsp;</td> </tr>

</table> </asp:Panel> </td> <td class="style213"> <asp:Button ID="bt_Finish" runat="se rver" Height="41px" Text="Finish" Width="203px" /> </td> </tr>

You might also like