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

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -