Changing DIV visibility using inline code

  • Thread starter Thread starter itaitai2003
  • Start date Start date
I

itaitai2003

I'm attempting to configure the DISPLAY attribute using inline code
but without success. (I don't want to use the Panel)

Any ideas?

<div id="panel" style="DISPLAY: <%# GetDisplayStatus() %> ">
Tnx

-Itai.
 
Back
Top