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 %>"/>

.net contractor


Comments

Popular posts from this blog

Email notification in google apps script -

c++ - Difference between pre and post decrement in recursive function argument -

javascript - IE11 incompatibility with jQuery's 'readonly'? -