<%@ Page Language="VB" AutoEventWireup="false" CodeFile="ProductRange.aspx.vb" Inherits="ProductRange" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>Untitled Page</title>
</head>
<body>
    <form id="form1" runat="server">
    <div style="width: 178px">
    <table>
    <tr><td>
        <SFWeb:ListBox ID="ListBox1" runat="server" Height="314px" 
            PopulationDataSourceSettings="vccb2b_BOL.ProductRangeBO|filltop100;|ProductRangeDesc,|{0}|ProductRangeCode" 
            PopulationType="BusinessObject" Width="172px">
        </SFWeb:ListBox>
        </td></tr>
    <tr><td>
        <SFWeb:DropDownList ID="DropDownList1" runat="server" Height="16px" 
            PopulationType="BusinessObject" Width="175px">
            <PopulationDataSourceSettings BusinessObjectType="vccb2b_BOL.ProductRangeBO" 
                DisplayFieldNamesAlternate="ProductRangeCode|ProductRangeDesc|" DropDownFormatString="" 
                FormatString="{1},{0}" MethodToExecute="filltop100;" 
                ValueMember="ProductRangeCode" />
        </SFWeb:DropDownList>
        </td></tr>
    <tr><td>
        <SFWeb:ListView ID="ListView1" runat="server" Width="339px">
            <PopulationDataSourceSettings BusinessObjectType="vccb2b_BOL.ProductRangeBO" 
                DisplayFieldNames="ProductRangeCode|ProductRangeDesc|" 
                MethodToExecute="filltop100;">
                <FormatColumns>
                    <SFWeb:WebListViewPopulationColumn ColumnAlignment="Left" ColumnHeader="Code" 
                        ColumnWidth="2cm" FormatString="{0}" HeaderAlignment="Left" 
                        PopulationType="FormattedString" />
                    <SFWeb:WebListViewPopulationColumn ColumnAlignment="Left" 
                        ColumnHeader="Description" ColumnWidth="5cm" FormatString="{1}" 
                        HeaderAlignment="Left" PopulationType="FormattedString" />
                </FormatColumns>
            </PopulationDataSourceSettings>
        </SFWeb:ListView>
        </td><td>
            &nbsp;</td></tr></table>
    
    </div>
    </form>
</body>
</html>
