T
Tumurbaatar S.
I use it to hide/show table (whole table and/or some its rows) dynamically.
But there's one problem.
VS IDE cannot manage web controls inside table cells. Only text within
cells.
So to take some advantages of VS designer, I place a web control on a clear
document area (at the end of page), manage the control's properties in
Property box
and if I decide that no further modification is needed, I switch to HTML
view and
copy/cut related HTML tags and paste them inside a Table cell tags.
Anybody knows how to simplify this work? I cannot code directly within HTML
source
because of I'm a ASP.NET newbie and need to use the Property window.
P.S. Or, is there a way to hide/show whole table or its rows of
a normal HTML TABLE at server-side?
But there's one problem.
VS IDE cannot manage web controls inside table cells. Only text within
cells.
So to take some advantages of VS designer, I place a web control on a clear
document area (at the end of page), manage the control's properties in
Property box
and if I decide that no further modification is needed, I switch to HTML
view and
copy/cut related HTML tags and paste them inside a Table cell tags.
Anybody knows how to simplify this work? I cannot code directly within HTML
source
because of I'm a ASP.NET newbie and need to use the Property window.
P.S. Or, is there a way to hide/show whole table or its rows of
a normal HTML TABLE at server-side?