hi everyone,
is there a way to get the HTML Table property on page_load event, here is my current situation
on page_load i have my HTML table display property set to 'none'
on runtime i can have its display property set to ' ', thus showing the HTML table with its content, however when I click some ASP buttons and have some postback it resets the display property to 'none'
thanks