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

javascript - three.js lot of meshes optimization -

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -