Search

UpdatePanel.IsInPartialRendering is always false by Rich Collette

Closed
as By Design Help for as By Design

4
0
Sign in
to vote
Type: Bug
ID: 600282
Opened: 9/17/2010 6:50:14 AM
Access Restriction: Public
0
Workaround(s)
0
User(s) can reproduce this bug
Title says it all.

Here is a discussion of the issue and one workaround posted at the bottom.

http://forums.asp.net/p/1056213/1652061.aspx
Details (expand)

Visual Studio/Silverlight/Tooling version

Visual Studio 2010

What category (if any) best represents this feedback?

 

Steps to reproduce

Create an update panel that contains a text field and a button
In the button click event, set the text of the field
In the pre-render event of the page observe the IsInPartialRendering Property of the update panel.

Product Language

English

Operating System

Windows XP

Operating System Language

English

Actual results

IsInPartialRendering is always false.

Expected results

Should be true.
File Attachments
0 attachments
Sign in to post a comment.
Posted by Microsoft on 10/13/2011 at 11:19 AM
This property is intended for use by control developers and not in page development. Its value is not set until the Render phase of the page cycle so it will always be false until that stage. See http://msdn.microsoft.com/en-us/library/system.web.ui.updatepanel.isinpartialrendering.aspx for more details.
Posted by Microsoft on 9/19/2010 at 11:12 PM
Thanks for your feedback.

We are rerouting this issue to the appropriate group within the Visual Studio Product Team for triage and resolution. These specialized experts will follow-up with your issue.
Posted by Microsoft on 9/17/2010 at 5:08 PM
Thank you for your feedback, we are currently reviewing the issue you have submitted. If this issue is urgent, please contact support directly(http://support.microsoft.com)
Sign in to post a workaround.