Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. child listview

child listview

Scheduled Pinned Locked Moved ASP.NET
sysadminsaleshelp
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    Tauseef A
    wrote on last edited by
    #1

    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 . <body>       <form id="form1" runat="server">       <asp:ScriptManager ID="ScriptManager1" runat="server">             </asp:ScriptManager>       <div>       <p>       <strong>Select Customer</strong>       <asp:DropDownList ID ="dpcustomers" runat ="server"                   DataSourceID="customerdatasource" Width ="150px" AutoPostBack="True"                ></asp:DropDownList>             <asp:Label ID="lblp" runat="server" Text="." Visible="False"></asp:Label>             </p>                      <asp:ObjectDataSource ID="customerdatasource" runat="server"                   SelectMethod="GetAllCustomers" TypeName="BAL.CustomerBAL">             </asp:ObjectDataSource>       </div>       <asp:UpdatePanel ID="UpdatePanel1" runat="server">             <ContentTemplate>             <asp:ListView ID   = "lstview" runat ="server" SkinID ="3"                   DataSourceID="orderdatasource" onitemcommand="lstview_ItemCommand"                   >          <LayoutTemplate>             <table id ="itemplaceholdercontainer" runat = "server"   cel

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups