Hi Richard,
Quote from Richard======== =============== =============== ============
However I also want to be able to remove the
panes. I have tried to include this, but find that when I first add the
pane
the remove event does not get handled, though thereafter it is handled
without problems.
=============== =============== =============== =====
Sorry Richard but I'm not quite clear about what you mentioned above. Do
you mean when you add the pane the remove event will not fire? If so I
think it's normal. Why the remove event need to fire when we add the pane?
From the code you provided I think the Remove_Pane will be called if user
clicks the removeLB LinkButton.
I could not find the definition of LocationInfoDTO and the other controls
defined in the aspx so I cannot reproduce it on my side. Could you send me
a demo project and clarify the problem? My email is v-alchen@microsof t.com.
Regards,
Allen Chen
Microsoft Online Support
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@microsof t.com.
=============== =============== =============== =====
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subs...#notifications.
Note: MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 2 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions. Issues of this
nature are best handled working with a dedicated Microsoft Support Engineer
by contacting Microsoft Customer Support Services (CSS) at
=============== =============== =============== =====
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
| From: "RichB" <richsanswers@c ommunity.nospam >
| Subject: Dynamically Add and Remove Accordion Control Panes
| Date: Fri, 31 Oct 2008 15:54:01 -0000
| Lines: 178
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.5512
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579
| X-RFC2646: Format=Flowed; Original
| Message-ID: <O1YUnD3OJHA.43 12@TK2MSFTNGP06 .phx.gbl>
| Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
| NNTP-Posting-Host: 93-96-97-68.zone4.bether e.co.uk 93.96.97.68
| Path: TK2MSFTNGHUB02. phx.gbl!TK2MSFT NGP01.phx.gbl!T K2MSFTNGP06.phx .gbl
| Xref: TK2MSFTNGHUB02. phx.gbl
microsoft.publi c.dotnet.framew ork.aspnet:7899 4
| X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet
|
|
| I have a Page which contains an Accordion Control with dynamically added
| custom panes. I have added a link button to the page to allow further
panes
| to be added and this works. However I also want to be able to remove the
| panes. I have tried to include this, but find that when I first add the
pane
| the remove event does not get handled, though thereafter it is handled
| without problems. I would be grateful if someone could take a look and
| advise why I am getting this problem (I have attached all relevant code).
|
| Thanks, Richard
|
|
|
|
Quote from Richard======== =============== =============== ============
However I also want to be able to remove the
panes. I have tried to include this, but find that when I first add the
pane
the remove event does not get handled, though thereafter it is handled
without problems.
=============== =============== =============== =====
Sorry Richard but I'm not quite clear about what you mentioned above. Do
you mean when you add the pane the remove event will not fire? If so I
think it's normal. Why the remove event need to fire when we add the pane?
From the code you provided I think the Remove_Pane will be called if user
clicks the removeLB LinkButton.
I could not find the definition of LocationInfoDTO and the other controls
defined in the aspx so I cannot reproduce it on my side. Could you send me
a demo project and clarify the problem? My email is v-alchen@microsof t.com.
Regards,
Allen Chen
Microsoft Online Support
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@microsof t.com.
=============== =============== =============== =====
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subs...#notifications.
Note: MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 2 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions. Issues of this
nature are best handled working with a dedicated Microsoft Support Engineer
by contacting Microsoft Customer Support Services (CSS) at
=============== =============== =============== =====
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
| From: "RichB" <richsanswers@c ommunity.nospam >
| Subject: Dynamically Add and Remove Accordion Control Panes
| Date: Fri, 31 Oct 2008 15:54:01 -0000
| Lines: 178
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.5512
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579
| X-RFC2646: Format=Flowed; Original
| Message-ID: <O1YUnD3OJHA.43 12@TK2MSFTNGP06 .phx.gbl>
| Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
| NNTP-Posting-Host: 93-96-97-68.zone4.bether e.co.uk 93.96.97.68
| Path: TK2MSFTNGHUB02. phx.gbl!TK2MSFT NGP01.phx.gbl!T K2MSFTNGP06.phx .gbl
| Xref: TK2MSFTNGHUB02. phx.gbl
microsoft.publi c.dotnet.framew ork.aspnet:7899 4
| X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet
|
|
| I have a Page which contains an Accordion Control with dynamically added
| custom panes. I have added a link button to the page to allow further
panes
| to be added and this works. However I also want to be able to remove the
| panes. I have tried to include this, but find that when I first add the
pane
| the remove event does not get handled, though thereafter it is handled
| without problems. I would be grateful if someone could take a look and
| advise why I am getting this problem (I have attached all relevant code).
|
| Thanks, Richard
|
|
|
|
Comment