<asp:DataList ID="DLpropic" runat="server" Font-Size="12px" RepeatDirection="Horizontal"
                                            RepeatColumns="2" Width="" ItemStyle-VerticalAlign="Middle">
                                            <ItemTemplate>
                                                <asp:Image ID="propic" Style="" Height="104" Width="139" runat="server" ImageUrl='<%# DataBinder.Eval(Container.DataItem,"hecheng") %> ' />
                                                <asp:Label ID="label1005" runat="server" Width="139" Height="8">&nbsp;</asp:Label>
                                                <asp:HyperLink ID="filmname" Height="20" Width="139" runat="server" NavigateUrl='<%# "pro_views.aspx?proID=" + Eval("proid") %>'
                                                    Text='<%# getpicname(DataBinder.Eval(Container.DataItem,"proname")) %>'></asp:HyperLink>
                                            </ItemTemplate>
                                        </asp:DataList>