hello
I am following this like ASP.Net: Subtract Time on CheckBox selection inside GridView using C# and VB.Net
what i need to change the code from calculate time to number
like if
first row 7
second 12
third 27
i fixed by change it to 0
html
<asp:TextBox ID="txtFreight" runat="server" Text="<%#Bind('totalva','{0}') %>"></asp:TextBox>
C#
(gvFiles.FooterRow.FindControl("lblTotal") as Label).Text = total.ToString();
© COPYRIGHT 2024 ASPSnippets.com ALL RIGHTS RESERVED.