473,698 Members | 2,503 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

UpdatePanel acts differently inside Content area of Master Page

Hi all,

Just wondering why this would happen. I had created a standalone ASPX page
in which 5 controls are wrapped in an UpdatePanel. The idea is Control1
selection populates Control2 then Control2 populates Control3, all depending
upon which selection the user makes in each contol. For example the Ctrl1 is
a DataList. A selection there populates a 3rd party Grid Control. Selection
of a Grid row populates a MultiView control.

It was all working fine without an obvious Page refresh until I recreated
that page inside of the content area of a Master Page. Now the page
obviously refreshes in its entirety instead of just staying on-screen and
having children of the Update Panel get "updated" with the appropriate
content.

Is there something different I must do to make the updating work correctly
in the context of a Master Page?

Thanks for any help...
Feb 13 '08 #1
3 2356
no. you must have made an mistake in converting the page.

-- bruce (sqlwork.com)
"John Kotuby" wrote:
Hi all,

Just wondering why this would happen. I had created a standalone ASPX page
in which 5 controls are wrapped in an UpdatePanel. The idea is Control1
selection populates Control2 then Control2 populates Control3, all depending
upon which selection the user makes in each contol. For example the Ctrl1 is
a DataList. A selection there populates a 3rd party Grid Control. Selection
of a Grid row populates a MultiView control.

It was all working fine without an obvious Page refresh until I recreated
that page inside of the content area of a Master Page. Now the page
obviously refreshes in its entirety instead of just staying on-screen and
having children of the Update Panel get "updated" with the appropriate
content.

Is there something different I must do to make the updating work correctly
in the context of a Master Page?

Thanks for any help...
Feb 13 '08 #2
"John Kotuby" <Jo********@dis cussions.micros oft.comwrote in message
news:uk******** ******@TK2MSFTN GP05.phx.gbl...
Hi all,

Just wondering why this would happen. I had created a standalone ASPX page
in which 5 controls are wrapped in an UpdatePanel. The idea is Control1
selection populates Control2 then Control2 populates Control3, all
depending upon which selection the user makes in each contol. For example
the Ctrl1 is a DataList. A selection there populates a 3rd party Grid
Control. Selection of a Grid row populates a MultiView control.

It was all working fine without an obvious Page refresh until I recreated
that page inside of the content area of a Master Page. Now the page
obviously refreshes in its entirety instead of just staying on-screen and
having children of the Update Panel get "updated" with the appropriate
content.

Is there something different I must do to make the updating work correctly
in the context of a Master Page?
Did you put a ScriptManagerPr oxy on the content page. I think that this used
to be a requirement, although I seem to recall reading that it may not be
required anymore (not sure what version that may or may not have happened).
Anyway, it's something you might look into.

Feb 13 '08 #3
Thanks Scott,
I'll look into it. I was offline all day today coverting my internet access
from DSL to CABLE. What a pain...

"Scott Roberts" <sr******@no.sp am.here-webworks-software.comwro te in
message news:e8******** ******@TK2MSFTN GP04.phx.gbl...
"John Kotuby" <Jo********@dis cussions.micros oft.comwrote in message
news:uk******** ******@TK2MSFTN GP05.phx.gbl...
>Hi all,

Just wondering why this would happen. I had created a standalone ASPX
page in which 5 controls are wrapped in an UpdatePanel. The idea is
Control1 selection populates Control2 then Control2 populates Control3,
all depending upon which selection the user makes in each contol. For
example the Ctrl1 is a DataList. A selection there populates a 3rd party
Grid Control. Selection of a Grid row populates a MultiView control.

It was all working fine without an obvious Page refresh until I recreated
that page inside of the content area of a Master Page. Now the page
obviously refreshes in its entirety instead of just staying on-screen and
having children of the Update Panel get "updated" with the appropriate
content.

Is there something different I must do to make the updating work
correctly in the context of a Master Page?

Did you put a ScriptManagerPr oxy on the content page. I think that this
used to be a requirement, although I seem to recall reading that it may
not be required anymore (not sure what version that may or may not have
happened). Anyway, it's something you might look into.
Feb 15 '08 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
3916
by: Diane Yocom | last post by:
I'm trying to use an Atlas UpdatePanel to just update a label when a text box has changed. The problem is that my textbox is in a user control and I'm using Master Pages - with the combination of these two things, the page flashes everytime my textbox changes and the panel is updated. If I just use a regular textbox along with the Master Page, it works fine. If I use by user control without the Master Pages, it works fine. When I...
0
3448
by: Reinhard | last post by:
Hi, Need some directions on Ajax, UpdatePanel and Gridview to achive the following: I like to show a Gridview with Data ONLY if the user is interested in Details, but without a full page reload! If the page loads, only a summary (eg. COUNT of recs) should be displayed
2
15070
by: ChrisCicc | last post by:
Hi All, I got a real doozy here. I have read hundreds upon hundreds of forum posts and found numerous others who have replicated this problem, but have yet to find a solution. Through testing I have been able to find the cause of the problem, and will describe it here first textually and then through a code example. The purpose of what I am trying to do is to create a postback-free web application through the use of ASP.net AJAX UpdatePanels...
0
6884
by: rsdev | last post by:
Hi, I am new to implementing Asynchronous javascript in asp.net (or any framework) and have come across a problem. In a user control I have an accordion with a nested updatepanel, the trigger is a link button in the header. I have read several posts that suggest I need to add the ControlID in the codebehind, so I have and I don't get any errors, but also there's nothing loading into the updatepanel. Here's the code; Codebehind:
6
3852
by: Sunfire | last post by:
Is there a way you can test what page is loaded from inside a master page? What I need to do is test to see what page is loaded inside the master page and then gray out the root item linked to that page in the Menu control. I.e. I have a root item called home. When a person is on the home page I want it to be disabled. Any way to do this?
2
2622
by: Rodrigo Ferreira | last post by:
How do i load a page inside a UpdatePanel? Thanks!
1
3396
by: Yordan Georgiev | last post by:
I have a search form using master page , which is dynamically generated from the column names of the database - when the users have a search result it should be exported to Excel by clicking the button ... I get the following message : A first chance exception of type 'System.Threading.ThreadAbortException' occurred in mscorlib.dll An exception of type 'System.Threading.ThreadAbortException' occurred in mscorlib.dll but was not handled in...
5
12589
by: Leon Mayne | last post by:
Having a bit of trouble here. I know that if you want to use a fileupload control inside an AJAX update panel then you need to create a trigger for the control that performs the uploading postback to the updatepanel, but the problem is, I have an update panel inside a web usercontrol, and the usercontrol is sitting inside an updatepanel on the host page. I therefore can't add a trigger to the control directly, as the host page has no access...
9
7445
by: TimVtoo | last post by:
asp VB.NET How can I pass a value to my user controls in the example below From the Master Page?... it's driving me nuts! The scenario: <MasterPage> <UpdateTrigger/> <ContentPlaceHolder 1> < asynch UpdatePanel>
0
8609
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9169
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8899
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7738
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6528
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5861
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4371
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
2335
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2007
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.