Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: Changing the "dir" property at run time


Message #1 by mudar@e... on Sat, 8 Jun 2002 19:42:33
Hi,

Can anyone tell me please how to change the "dir" property of a document 
at run time? The value of dir will depend on a cookie value, either "rtl" 
of "ltr"

I tried the following:

<HTML dir='<%# MyBase.GetDirection() %>'>
...
</HTML>

but it didn't work

  Return to Index