Posted on: 10/15/2015 6:19:28 PM | Views : 1186

This is driving me crazy... I'm working in VS2015 and everything that I'm finding examples for doesn't work.  In my code behind I've declared this variable as an integer and populated it so I can see what is going on ... this is just for me to follow what is going on in my code and I can't get it to work.  I've worked around similar issues since loading up VS2015 and every time I want to present data from either session, local or global variables I have the same issues on ASPX pages I can't get them to work with controls. Can someone tell me how to do it?
This isn't the only way I've tried it but this is the last way I've tried it and still nothing.
<asp:Label ID="Label2" runat="server" Text="Index:<%=vtest%>"></asp:Label> Thanks!

Go to the complete details ...