Advertisement
Guest User

Untitled

a guest
Dec 20th, 2014
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. <asp:TemplateField HeaderText="Duration" ItemStyle-Width="30%">
  2. <ItemTemplate>
  3. <asp:TextBox ID="txtNumOfStay" runat="server" Text='<%# Bind("NumOfStay") %>' Width="50px"></asp:TextBox>
  4. <asp:DropDownList runat="server" ID="DDLOCBEIUnitOfStay">
  5. </asp:DropDownList>
  6. </ItemTemplate>
  7. <FooterTemplate>
  8. <asp:TextBox ID="txtNumOfStay" runat="server" Width="50px"></asp:TextBox>
  9. <asp:DropDownList runat="server" ID="DDLOCBEFUnitOfStay">
  10. </asp:DropDownList>
  11. </FooterTemplate>
  12. </asp:TemplateField>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement