Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: RE: SOS


Message #1 by "Tom Phan" <tomp@t...> on Fri, 21 Jun 2002 11:59:22 -0700
Hi,

Try <%= base.temp %>.  Remember that .aspx inherits .aspx.cs.

Take care,
Tom



-----Original Message-----
From: Rene Vazquez Moreno [mailto:renevazquez@h...] 
Sent: Wednesday, May 29, 2002 4:45 PM
To: ASPX_Professional
Subject: [aspx_professional] SOS

If somebody didn't unserstand my question what I want to know exactly 
is how can I use the value of one variable in my code behind file in the

corresponding aspx page code inside a <%=%> block. 

this is the variable in my code behind file:
public string temp="xml";

and this is the code in the aspx page:
<%= temp %>

I know that this invocation may not be correct but I don't know the
right 
way to do it.

Thanks


  Return to Index