Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: SOS


Message #1 by "Rene Vazquez Moreno" <renevazquez@h...> on Wed, 29 May 2002 16:44:39
Chuck,
I too would be interested in the source.  Thanks!

								Craig.


-----Original Message-----
From: Feduke Cntr Charles R [mailto:FedukeCR@m...] 
Sent: Wednesday, May 29, 2002 10:03 AM
To: ASPX_Professional
Subject: [aspx_professional] RE: SOS


	Yes, 

<%= variableName %>

is still correct.  However, I have found in some instances I need to
use:

<%# variableName %>

to get it to do anything.

HTH,
- Chuck

-----Original Message-----
From: Rene Vazquez Moreno [mailto:renevazquez@h...]
Sent: Wednesday, May 29, 2002 12: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