Click here to Skip to main content
16,019,976 members

Comments by Alizee@CP (Top 22 by date)

Alizee@CP 21-Jun-11 9:08am View    
Deleted
No not actually but i tried by changing their ids also still it was not working .
Alizee@CP 20-Jun-11 8:49am View    
Hey john i have created all in preinit. I am using DragExtenderpanel of ajax.

In second case only first control is working and second is not.

What should i do for this
Alizee@CP 17-Jun-11 6:20am View    
Hello walter ,

I tried but the control created earlier disappears immediately.

Eery time a single control is created here.

Please guide me
Alizee@CP 17-Jun-11 1:30am View    
Hi tanweer,

I need to display all these control with setting of same properties

<ACT:DragPanelExtender ID="DragPanelExtender1" runat="server" TargetControlID="panel_TextComments"
DragHandleID="lbl">

<asp:Panel ID="panel_TextComments" runat="server" BackColor="Snow" Width="250" HorizontalAlign="Center">
<asp:TextBox ID="txt_comments" runat="server">
<asp:Label ID="lbl" runat="server" Text="Drag this">
Alizee@CP 17-Jun-11 1:29am View    
Deleted
Hey tanweer ..

I need to display all these with setting of same properties.

<ACT:DragPanelExtender ID="DragPanelExtender1" runat="server" TargetControlID="panel_TextComments"
DragHandleID="lbl">

<asp:Panel ID="panel_TextComments" runat="server" BackColor="Snow" Width="250" HorizontalAlign="Center">
<asp:TextBox ID="txt_comments" runat="server">
<asp:Label ID="lbl" runat="server" Text="Drag this">