aspx_professional thread: Changing the "dir" property at run time
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
|





