asp.net - Getting the ASP label Value and using it else where -
in code there line
<asp:label id="lblgrandtotal" cssclass="bvsmalltext" runat="server"></asp:label> it returns number, there no access codebehind .cs file
is there anyway me output number <img src="//randomtracking.com/?v=<asp:the_total>"/>?
or have use java-script this
try <img src="//randomtracking.com/?v=<% =lblgrandtotal.text %>"/>
Comments
Post a Comment