M
Mario
The row below:
<asp:Label runat="server" ID="Label4" Text="<%#
System.Math.Ceiling((double)(Container.TotalRowCount)/(double)Container.PageSize)
%>" />
And it works fine, but I wonder, how to write similar code when I don't have
code completion between <% %> tag ? Code above I've finished in .cs file,
after I saw similar example, then I copied in a aspx file.
<asp:Label runat="server" ID="Label4" Text="<%#
System.Math.Ceiling((double)(Container.TotalRowCount)/(double)Container.PageSize)
%>" />
And it works fine, but I wonder, how to write similar code when I don't have
code completion between <% %> tag ? Code above I've finished in .cs file,
after I saw similar example, then I copied in a aspx file.