asp.net - ASP:Repeater not visible after databinding? -
i attempting create simple mobile view of website , list of product categories display on homepage... when try generate list of categories datatable kinda doesn't. nothing visible, if repeater took day off , went home. here's code: dim dt datatable = categories.getmaincategories(request("mainid")) rptcatbuttons.datasource = dt dim catname string = categories.getmaincategoryname(request("mainid")) 'dim catbutton button = ctype(rptcatbuttons.findcontrol("btncategories"), button) catbutton.text = catname rptcatbuttons.databind() and asp: <asp:content id="content1" contentplaceholderid="contentplaceholder1" runat="server"> <script type="text/javascript" src="js/count.js"></script> <asp:repeater id="rptcatbuttons" runat="server"> <itemtemplate> <div class="category-mobile" runat=&qu