DataBinding

  • Thread starter Thread starter Guest
  • Start date Start date
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?
 
It shouldn't be in double quotes...
<%# GetBackGroundColor() %>

Karl
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top