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. get a value from Datalist and bring it on popupcontrol Panel

get a value from Datalist and bring it on popupcontrol Panel

Scheduled Pinned Locked Moved ASP.NET
help
3 Posts 2 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.
  • G Offline
    G Offline
    gautamamit8
    wrote on last edited by
    #1

    Hi All I have a problem.I am using a datalist on which 2 controls are there. 1st is Label which have date 2nd is buttonshow. when buttonshow is pressing the popup panel will come n all details of that particular date(label) filled in Popup Panel's text Box.I am unable to cougt that label value on the panel. Thanks in Advance

    A 1 Reply Last reply
    0
    • G gautamamit8

      Hi All I have a problem.I am using a datalist on which 2 controls are there. 1st is Label which have date 2nd is buttonshow. when buttonshow is pressing the popup panel will come n all details of that particular date(label) filled in Popup Panel's text Box.I am unable to cougt that label value on the panel. Thanks in Advance

      A Offline
      A Offline
      Arindam Tewary
      wrote on last edited by
      #2

      Did you get any error or exception ? Can you post some of your code snippet here? :)

      Thanks, Arindam D Tewary

      G 1 Reply Last reply
      0
      • A Arindam Tewary

        Did you get any error or exception ? Can you post some of your code snippet here? :)

        Thanks, Arindam D Tewary

        G Offline
        G Offline
        gautamamit8
        wrote on last edited by
        #3

        aspx page Code- <td rowspan="11" valign="top" width:"590px"> <asp:DataList ID="DataList1" runat="server" RepeatColumns="2" RepeatDirection="Horizontal" Width="476px" Height="200px" onitemcommand="DataList1_ItemCommand" onitemdatabound="DataList1_ItemDataBound" > <ItemTemplate> <asp:Panel ID="Panel1" runat="server" Height="110px" Width="230px" BorderStyle="Solid" BorderWidth="2px"> <table style="height: 100px; font-family: 'Times New Roman'; font-size: small;" width="230px"> <tr> <td colspan="3" height="10px" width="100px"> <asp:Label ID="lblBookingDate" runat="server" Font-Size="8pt" Text='<%# Bind("BokingDate") %>' ToolTip='<%# Bind("BookingDate") %>'></asp:Label></td> <td style="text-align: right"><asp:ImageButton ID="ibNotes" runat="server" ImageUrl="~/Images/edit24.gif" Height="15px" CommandName="CommandNotes" /> <cc1:PopupControlExtender ID="ibNotes_PopupControlExtender" runat="server" DynamicServicePath="" Enabled="True" ExtenderControlID="" PopupControlID="pnlBookingNotes" TargetControlID="ibNotes"> </cc1:PopupControlExtender> </td> </tr> <tr> <td rowspan="2" valign="top" width="10px"> <asp:ImageButton ID="ibBreakfast" runat="server" Height="10px" Width="10px" CommandName="CommandBreakfast" ImageUrl="~/Images/Delete.jpg" /></td> <td rowspan="2" valign="top" style="width: 10px"> <asp:ImageButton ID="ibLunch" runat="server" Height="10px" Width="10px" CommandName="Commandlunch" /></td>

        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