G
Guest
I created the following line in my HTML ....
<tr class="text10" bgcolor='<%# "GetBackGroundColor()" %>' runat="server">
I was hoping that the mothod GetBackGroundColor() would be called each
time the <TR> was rendered, after I called the Page.Databind() method, but
this is not happening.
Why is this method being completely ignored?
<tr class="text10" bgcolor='<%# "GetBackGroundColor()" %>' runat="server">
I was hoping that the mothod GetBackGroundColor() would be called each
time the <TR> was rendered, after I called the Page.Databind() method, but
this is not happening.
Why is this method being completely ignored?