Hello,
I have a variable in a ".cs.aspx" file and I want to use it in the same page's ".aspx" file, I tried using Reponse.Write with the help of the syntax:
But it isn't working, it shows var as unknown. Could anyone please help?
I have a variable in a ".cs.aspx" file and I want to use it in the same page's ".aspx" file, I tried using Reponse.Write with the help of the syntax:
Code:
<%Response.Write(var)%>
Comment