Click here to Skip to main content
15,888,521 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: External css (Firefox vs IE) Pin
WoutL22-Apr-10 2:21
WoutL22-Apr-10 2:21 
GeneralRe: External css (Firefox vs IE) Pin
Morgs Morgan22-Apr-10 2:43
Morgs Morgan22-Apr-10 2:43 
GeneralRe: External css (Firefox vs IE) Pin
WoutL22-Apr-10 2:50
WoutL22-Apr-10 2:50 
GeneralRe: External css (Firefox vs IE) Pin
Morgs Morgan22-Apr-10 2:59
Morgs Morgan22-Apr-10 2:59 
GeneralRe: External css (Firefox vs IE) Pin
Gregory Gadow22-Apr-10 3:29
Gregory Gadow22-Apr-10 3:29 
Questionget a value from Datalist and bring it on popupcontrol Panel Pin
gautamamit821-Apr-10 23:50
gautamamit821-Apr-10 23:50 
AnswerRe: get a value from Datalist and bring it on popupcontrol Panel Pin
Arindam Tewary22-Apr-10 1:58
professionalArindam Tewary22-Apr-10 1:58 
GeneralRe: get a value from Datalist and bring it on popupcontrol Panel Pin
gautamamit822-Apr-10 2:23
gautamamit822-Apr-10 2:23 
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>
<td rowspan="2" valign="top" height="10px" width="10px">
<asp:ImageButton ID="ibDinner" runat="server" BackColor="White"
CommandName="CommandDinner" Height="10px" Width="10px" />
</td>
<td style="width: 96px; height: 16px;" valign="top">
<span style="font-size: 8pt">Restaurant</span></td>
</tr>
<tr>
<td style="width: 96px; height: 129px" valign="top">
<asp:Panel ID="pnlNotes" runat="server" Height="59px"
Width="130px">
<asp:TextBox ID="tbDiaryNotes" runat="server" BackColor="#FFFF80" Height="62px" TextMode="MultiLine"
Width="130px" Visible="False"></asp:TextBox></asp:Panel>
</td>
</tr>
</table>
</asp:Panel>

</ItemTemplate>
</asp:DataList></td>
<td valign="top" width:"590px" colspan="2">
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
</td>
</tr>
There is no error actually that Popup panal not get the Date from Label ID="lblBookingDate"
this is the panel which is on Popup extender


<asp:panel id="pnlBookingNotes" runat="server" width="250px"
="" bordercolor="Black" &gt;
="" &lt;table="" style="width: 250px" bgcolor="#0099FF" &lt;tr&gt;
="" &lt;td="" day="" note&lt;="" td&gt;
="" &lt;asp:label="" &gt;&lt;="" asp:label&gt;
="" &lt;="" &lt;asp:imagebutton="" height="15px" imageurl="~/Images/Cross.jpg" &lt;td&gt;
="" onclick="ibSaveDiaryNotes_Click" tr&gt;
="" colspan="4" &lt;asp:textbox="" textmode="MultiLine" asp:textbox&gt;
="" table&gt;
="" asp:panel&gt;<pre="">
i want to show the detail over it
QuestionRegarding Binary data write Pin
Unknown Ajanabi21-Apr-10 23:28
Unknown Ajanabi21-Apr-10 23:28 
AnswerRe: Regarding Binary data write Pin
michaelschmitt22-Apr-10 1:18
michaelschmitt22-Apr-10 1:18 
GeneralRe: Regarding Binary data write Pin
Unknown Ajanabi22-Apr-10 2:34
Unknown Ajanabi22-Apr-10 2:34 
GeneralRe: Regarding Binary data write Pin
michaelschmitt22-Apr-10 2:45
michaelschmitt22-Apr-10 2:45 
QuestionHow can i Convert currency amount in word in crystal report Pin
Sadeq Monoj21-Apr-10 17:40
Sadeq Monoj21-Apr-10 17:40 
AnswerRe: How can i Convert currency amount in word in crystal report Pin
Sandesh M Patil21-Apr-10 22:58
Sandesh M Patil21-Apr-10 22:58 
QuestionPage Methods and ASCX Pin
Matt Cavanagh21-Apr-10 14:38
Matt Cavanagh21-Apr-10 14:38 
AnswerRe: Page Methods and ASCX Pin
daveyerwin21-Apr-10 15:36
daveyerwin21-Apr-10 15:36 
GeneralRe: Page Methods and ASCX Pin
Not Active21-Apr-10 16:38
mentorNot Active21-Apr-10 16:38 
GeneralRe: Page Methods and ASCX [modified] Pin
daveyerwin21-Apr-10 17:30
daveyerwin21-Apr-10 17:30 
GeneralRe: Page Methods and ASCX Pin
Not Active22-Apr-10 1:46
mentorNot Active22-Apr-10 1:46 
GeneralRe: Page Methods and ASCX Pin
daveyerwin22-Apr-10 3:37
daveyerwin22-Apr-10 3:37 
GeneralRe: Page Methods and ASCX Pin
Not Active22-Apr-10 4:41
mentorNot Active22-Apr-10 4:41 
GeneralRe: Page Methods and ASCX Pin
daveyerwin22-Apr-10 4:49
daveyerwin22-Apr-10 4:49 
AnswerRe: Page Methods and ASCX Pin
Not Active21-Apr-10 16:41
mentorNot Active21-Apr-10 16:41 
GeneralRe: Page Methods and ASCX Pin
Matt Cavanagh21-Apr-10 21:39
Matt Cavanagh21-Apr-10 21:39 
Questionweb Services or make a connection directly to the servers or another way Pin
Arlen Navasartian21-Apr-10 12:10
Arlen Navasartian21-Apr-10 12:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.