开发者

Object DataSource and Grid View (NestedGrid)

i have a method that results a Class object that hold (properties + list)

after adding ObjectSource in webform i associated Object Datasource with Grid view. its selecting values and showing in Grid but problem is GridView is not showing values that are in List

i have tried to add Template field and then put another Grid to hold all values that is in List but it didnt worked

can some one help me out ??? how i can achieve this .

<asp:TemplateField HeaderText="Features">
    <ItemTemplate>
        <asp:GridView ID="GridView2" runat="server" AutoGenerateColumns="开发者_如何学JAVAFalse" 
                           DataSourceID="ObjectDataSource2">
            <Columns>
                <asp:TemplateField HeaderText="SerialNo"  >
                    <ItemTemplate>
                        <asp:Label id="pubid_lbl" Runat="Server" Text='<%# Eval("SerialNo") %>'/>
                    </ItemTemplate>
            </Columns>
        </asp:GridView>
    </ItemTemplate>
</asp:TemplateField>
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜