get a value from Datalist and bring it on popupcontrol Panel
-
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
-
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
Did you get any error or exception ? Can you post some of your code snippet here? :)
Thanks, Arindam D Tewary
-
Did you get any error or exception ? Can you post some of your code snippet here? :)
Thanks, Arindam D Tewary
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>