c# - UserControl's and databound values -
i have user control, in templatefield on gridview. pass in 6-7 properties it, of bound data source. here markup:
<uc1:gridmenu id="gm1" runat="server" total='<%# bind("total") %>' ....
haven't copied it's rather long can see how i'm passing properties in. problem however, properties end null when they're passed through, though i'm binding correct things. doing wrong?
have set bindable
attribute total property?
Comments
Post a Comment