Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
What do you mean by that? Can you explain further?they pull through the system w/ values
<asp:TemplateColumn SortExpression="InternalDueDate" HeaderText="Due Date">
<ItemStyle Width="75px"></ItemStyle>
<ItemTemplate>
<asp:TextBox id=txtDueDate runat="server" Width="90px" Text='<%# DataBinder.Eval(Container, "DataItem.InternalDueDate", "{0:d}").tostring %>'>
</asp:TextBox>
</ItemTemplate>
</asp:TemplateColumn>