SpprtMechanic
Technical User
After hours of searching, I have come to asking this question.
In Classic ASP you could do the following without a problem.
<% strTest = "Hello World" %>
....
<%= strTest %>
I am looking to do the same thing from a Code Behind page in ASP .Net. I know you can do the same thing with the script block in the beginning of the ASPX page, however in this project I need it to come from a code behind (aspx.vb) page.
Any one have any ideas or examples on how to make this work?
In Classic ASP you could do the following without a problem.
<% strTest = "Hello World" %>
....
<%= strTest %>
I am looking to do the same thing from a Code Behind page in ASP .Net. I know you can do the same thing with the script block in the beginning of the ASPX page, however in this project I need it to come from a code behind (aspx.vb) page.
Any one have any ideas or examples on how to make this work?