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

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -