Advertisement
Guest User

Untitled

a guest
Mar 31st, 2013
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. <asp:FormView ID="frmFields" runat="server" AllowPaging="True" DataKeyNames="FieldID"
  2. DataSourceID="SqlDataSourceFields" Width="664px" GridLines="Both" PageIndex="1"
  3. EnableViewState="False">
  4. <EditItemTemplate>
  5. <table width="100%" cellpadding="0" cellspacing="0">
  6. <tr>
  7. <td align="center" colspan="2" style="color: black; height: 12px; background-color: silver">
  8. <asp:Label ID="Label2" runat="server" Font-Bold="True" Text="Update Field Details"></asp:Label>
  9. </td>
  10. </tr>
  11. <tr>
  12. <td align="left" style="height: 12px; border-right: silver 1px solid; border-top: silver 1px solid;
  13. border-left: silver 1px solid; border-bottom: silver 1px solid;">
  14. FieldID:
  15. </td>
  16. <td style="height: 12px; border-right: silver 1px solid; border-top: silver 1px solid;
  17. border-left: silver 1px solid; border-bottom: silver 1px solid; width: 159px;">
  18. <asp:Label ID="FieldIDLabel1" runat="server" Text='<%# Eval("FieldID") %>' CssClass="cagText"></asp:Label>
  19. </td>
  20. </tr>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement