B
bruce_pearson
General:
I need to dynamically change the class of a DIV element on pageload. I
have not been able to find any resources describing how to access the
page DOM from code behind. Can someone point me to a resources.
Specific:
I have web user control with a property that controls the class applied
to a DIV element. On page load I need to find the element by ID and
change the class.
Thanks,
BP
I need to dynamically change the class of a DIV element on pageload. I
have not been able to find any resources describing how to access the
page DOM from code behind. Can someone point me to a resources.
Specific:
I have web user control with a property that controls the class applied
to a DIV element. On page load I need to find the element by ID and
change the class.
Thanks,
BP