Hello,
I have one <tr style="display:block"> (htmltable row) which has style display:block in aspx page
Now onclick of one button i make that tr style to display:none from javascript
also from browser that row disappears,
however when i try to get display property in codebehind when postback, still it gives
display:block
I also check the page source from browser that any change i make from javascript doesnot affect in page source.
How to solve this problem?
Thanks.