Connecting Tech Pros Worldwide Forums | Help | Site Map

webparts and multiple updatepanels (ajax)

=?Utf-8?B?TWFyYw==?=
Guest
 
Posts: n/a
#1: Aug 20 '08
Dear all

I have a scenario where I have 2 updatepanels on a page, each one containing
a weppartzone. the scriptmanager is outside of the updatepanels. when I go to
design display mode, i can drag and drop just once between the wepartzones -
then the solution breaks.

If the scriptmanager is inside a weppartzone everything works fine.

I found some old post that mentioned this problem. Is this issue resolved in
ASP.NET 3.5? I think it is not. If there is a solution or a workaround, can
you post thisone please?

Thanks in advance for your help,

Marc


Steven Cheng [MSFT]
Guest
 
Posts: n/a
#2: Aug 21 '08

re: webparts and multiple updatepanels (ajax)


Hi Marc,

From your description, you're encountering some problem when using ASP.NET
web part together with the AJAX update panel, correct?

As for this problem, I did found some existing web threads or cases which
mentioned some issue about using web part with AJAX, however, the symptom
seems abit different. Is it possible for you to create a simplified page
or web site project which demonstrate the behavior? You can send me that so
that I can perform some local test on it. You can reach me at the
following address:

"stcheng" + @ + "microsoft.com"

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


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@microsoft.com.

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subs...#notifications.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
Quote:
>From: =?Utf-8?B?TWFyYw==?= <Rombooth1@community.nospam>
>Subject: webparts and multiple updatepanels (ajax)
>Date: Wed, 20 Aug 2008 01:18:01 -0700
>
>
>Dear all
>
>I have a scenario where I have 2 updatepanels on a page, each one
containing
Quote:
>a weppartzone. the scriptmanager is outside of the updatepanels. when I go
to
Quote:
>design display mode, i can drag and drop just once between the wepartzones
-
Quote:
>then the solution breaks.
>
>If the scriptmanager is inside a weppartzone everything works fine.
>
>I found some old post that mentioned this problem. Is this issue resolved
in
Quote:
>ASP.NET 3.5? I think it is not. If there is a solution or a workaround,
can
Quote:
>you post thisone please?
>
>Thanks in advance for your help,
>
>Marc
>
>
=?Utf-8?B?TWFyYw==?=
Guest
 
Posts: n/a
#3: Aug 22 '08

re: webparts and multiple updatepanels (ajax)


Hi Steven

Did you receive my email with the sample application?

Kind regards,

Marc
Steven Cheng [MSFT]
Guest
 
Posts: n/a
#4: Aug 25 '08

re: webparts and multiple updatepanels (ajax)


Hi Marc,

I have received your email and I'll perform some tests on this. I'll update
you for the results I got.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


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@microsoft.com.

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subs...#notifications.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.


--------------------
Quote:
>From: =?Utf-8?B?TWFyYw==?= <Rombooth1@community.nospam>
>References: <43DE83D9-7AB5-463C-B9C4-68ECC996EC91@microsoft.com>
<WkfK1f1AJHA.3836@TK2MSFTNGHUB02.phx.gbl>
Quote:
>Subject: RE: webparts and multiple updatepanels (ajax)
>Date: Fri, 22 Aug 2008 03:13:02 -0700
Quote:
>
>Hi Steven
>
>Did you receive my email with the sample application?
>
>Kind regards,
>
>Marc
>
=?Utf-8?B?TWFyYw==?=
Guest
 
Posts: n/a
#5: Aug 25 '08

re: webparts and multiple updatepanels (ajax)


Thank you Steven - sorry for my impatience.

Kind Regards,

Marc


Steven Cheng [MSFT]
Guest
 
Posts: n/a
#6: Aug 26 '08

re: webparts and multiple updatepanels (ajax)


Hi Marc,

I have performed some test on the project you supplied.

In the test page, I can see that you put both the ScriptManager and
WebpartManager outside the two updatepanels and there is one webpart zone
in each updatepanel respectively.

I have tried draging/moving webparts in design-mode. It seems after the
first move, the webpart zones become uneditable. Is this also the problem
behavior you encountered?

Then I've done some changes, according to my further test, it is when you
put the "WebPartZone" inside the updatepanel(also I used a single
updatepanel instead of two separate one) will the design mode behavior
works correctly. I think the original problems behavior may due to the
partial update not correctly associate the status of webpart zones with
WebPartManager when you put it outside the updatepanel. Is it possible for
you to put the WebPartManger inside the updatepanel and use a single
updatepanel around the entrie page sections(where you need ajax postback)?

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


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@microsoft.com.

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subs...#notifications.

This posting is provided "AS IS" with no warranties, and confers no rights.






--------------------
Quote:
>From: =?Utf-8?B?TWFyYw==?= <Rombooth1@community.nospam>
>References: <43DE83D9-7AB5-463C-B9C4-68ECC996EC91@microsoft.com>
<WkfK1f1AJHA.3836@TK2MSFTNGHUB02.phx.gbl>
<78502076-2933-44C1-B3DF-DCD4E89575E3@microsoft.com>
<ACqeHxoBJHA.3576@TK2MSFTNGHUB02.phx.gbl>
Quote:
>Subject: RE: webparts and multiple updatepanels (ajax)
>Date: Mon, 25 Aug 2008 01:32:01 -0700
Quote:
>
>Thank you Steven - sorry for my impatience.
>
>Kind Regards,
>
>Marc
>
>
>
=?Utf-8?B?TWFyYw==?=
Guest
 
Posts: n/a
#7: Aug 26 '08

re: webparts and multiple updatepanels (ajax)


Hi Steven

This will be fine for me. I can live with one update panel.

Thanks,

Marc
Steven Cheng [MSFT]
Guest
 
Posts: n/a
#8: Aug 27 '08

re: webparts and multiple updatepanels (ajax)


Thanks for your reply Marc,

Appreciate your understanding.

Also, I would suggest you submit this problem to the connect feedback site
so that the dev team has the opportunity to hear on this. And other
community members suffers the problem can also vote on the issue/feedback.

http://connect.microsoft.com/feedbac...spx?SiteID=210

You feedback and comments are really valuable.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


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@microsoft.com.

This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
Quote:
>Thread-Topic: webparts and multiple updatepanels (ajax)
>thread-index: AckHfaDoh0xi9zCaQKyDeUWe1R9r+Q==
Quote:
>Subject: RE: webparts and multiple updatepanels (ajax)
>Date: Tue, 26 Aug 2008 06:14:10 -0700
Quote:
>
>Hi Steven
>
>This will be fine for me. I can live with one update panel.
>
>Thanks,
>
>Marc
>
Closed Thread


Similar ASP.NET bytes