hi guys

i am working on parent child list view , in which i am showing a child list view
which is shown upon click on linkbutton in parent listview ,
but listview is not visible at runtime upon clickink link button , got attaches
the objectdatasource at runtime no exception but child list view is not shown , please help.
child listview is hidden its shown upon orderclick labelbutton in parent listview,
there is just a bar shown upon button click but not proper listview .




     

     
           

     

     


      Select Customer
                        DataSourceID="customerdatasource" Width ="150px" AutoPostBack="True"
               >

           
           


        
                              SelectMethod="GetAllCustomers" TypeName="BAL.CustomerBAL">
           

     

     
     
     
     
                        DataSourceID="orderdatasource" onitemcommand="lstview_ItemCommand"
                  >
  
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     

     

      Order ID
     

      Customer ID
     

      Order Date
     

      Ship Address
     

      Ship Country
     

      Orders
     

     
     

     
     

     
     
     
     
        
        
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
      <%--Order List View--%>
     
  
     
     
     
     
     
     
        
     
     
     

     
     
     
     
     

      Order ID
     

      Product ID
     

      Unit Price
     

Quantity
     

Discount
     

     
     

     
     

     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     

     

     
     
     
     
     

     
     

                              SelectMethod="GetOrdersByCustomer" TypeName="BAL.CustomerBAL">
                 
                                                      PropertyName="SelectedValue" Type="String" />
                 

           

                              SelectMethod="GetOrdersByCustomer" TypeName="BAL.CustomerBAL">
                 
                                                      Type="String" />
                 

           

     

           
                                          EventName="SelectedIndexChanged" />