Aspx Code
1 <ruc:BlazeSuggestPro ID="BlazeSuggestPro1" runat="server" DataSearchField="Title" DataSourceType="SqlDirect" DataValueField="Id" SQLDirectConnectionString="<%$ ConnectionStrings:csBlazeControls %>" SQLDirectSelectFields="*" SQLDirectTableName="DVDs" Width="400px" ShowHeader="True" AjaxRetrievalSize="5">
2 <DropDownTableStyle BackColor="White" BorderWidth="0px" CellPadding="0" CellSpacing="0" Width="400px" />
3 <Columns>
4 <asp:ImageField DataAlternateTextField="Title" DataImageUrlField="ImageLink" HeaderImageUrl="../../Images/Examples/picturesheader_01.jpg">
5 <controlstyle bordercolor="#DDF0FE" borderstyle="Solid" borderwidth="2px" height="30px" />
6 <itemstyle horizontalalign="Center" verticalalign="Middle" width="78px" />
7 <headerstyle height="29px" />
8 </asp:ImageField>
9 <asp:BoundField DataField="Title" HeaderImageUrl="../../Images/Examples/picturesheader_02.jpg">
10 <itemstyle cssclass="internal_padding" font-size="10pt" horizontalalign="Center" width="322px" />
11 <headerstyle height="29px" horizontalalign="Left" width="322px" />
12 </asp:BoundField>
13 </Columns>
14 <AlternatingRowStyle BackColor="#F2EEEA" BorderColor="#B39B81" BorderStyle="Solid" BorderWidth="1px" Height="32px" />
15 <RowStyle BackColor="White" Height="32px" />
16 <SelectedRowStyle BorderColor="#BDE03F" BorderStyle="Double" BorderWidth="2px" />
17 <HoverRowStyle BackColor="#B39B81" ForeColor="White" Height="32px" />
18 </ruc:BlazeSuggestPro>