style.display setting not persisted in viewstate

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Toby Mills

    style.display setting not persisted in viewstate

    I have <DIV> control, which has its style.display setting controlled
    by client-side vbscript. I have set runat = server, but the setting is
    not persisted when the webform reloads.

    I can persist it if I control the .visible setting using server-side
    code, but I want to do it with client-side code to speed things up.

    How can I fix this?

    Thanks,
    Toby :)
Working...