473,657 Members | 2,490 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

AjaxControlTool kit problem with modal panels

Hi there not sure if this is the right place but i'm proud to use for the
first time the "Managed Newsgroups" feature of my brand new MSDN
subscription :-)

So here is the problem.
I've configured a page with five panels that I use with the modal popup
extender. This panels are nested in web controls. Page structure is not that
simple but works well.

The only (big) problem is that when the page is loaded all the panels used
for modal pop-up are shown for a second or less on the screen then they
disappear. So after each postback the page looks orrible resultingi in a
very poor user expirience.

Is this a known issue? Can I avoid this with some tricks?

Thanks in advance!
Take care
Andrea G.


Nov 18 '08 #1
3 1866
you probably do not have style="display: none" on your popup panels

-- bruce (sqlwork.com)
"Andrea Gasperi" wrote:
Hi there not sure if this is the right place but i'm proud to use for the
first time the "Managed Newsgroups" feature of my brand new MSDN
subscription :-)

So here is the problem.
I've configured a page with five panels that I use with the modal popup
extender. This panels are nested in web controls. Page structure is not that
simple but works well.

The only (big) problem is that when the page is loaded all the panels used
for modal pop-up are shown for a second or less on the screen then they
disappear. So after each postback the page looks orrible resultingi in a
very poor user expirience.

Is this a known issue? Can I avoid this with some tricks?

Thanks in advance!
Take care
Andrea G.


Nov 18 '08 #2
Hi bruce!
Thanks for your help but if i use this i simply can't see the pup-up.
I forgot to mention that this update panels lives inside panels extended
with the DragPanelExtend er maybe this makes some difference?

Andrea.


"bruce barker" <br*********@di scussions.micro soft.comwrote in message
news:DC******** *************** ***********@mic rosoft.com...
you probably do not have style="display: none" on your popup panels

-- bruce (sqlwork.com)
"Andrea Gasperi" wrote:
>Hi there not sure if this is the right place but i'm proud to use for the
first time the "Managed Newsgroups" feature of my brand new MSDN
subscription :-)

So here is the problem.
I've configured a page with five panels that I use with the modal popup
extender. This panels are nested in web controls. Page structure is not
that
simple but works well.

The only (big) problem is that when the page is loaded all the panels
used
for modal pop-up are shown for a second or less on the screen then they
disappear. So after each postback the page looks orrible resultingi in a
very poor user expirience.

Is this a known issue? Can I avoid this with some tricks?

Thanks in advance!
Take care
Andrea G.



Nov 19 '08 #3
Hi Andrea,

From your description more than one ASP.NET AJAX controls are involved. In
this case I'd like to view your code first before giving a solution. Could
you send me a simple demo that can reproduce this problem? My email is
v-******@microsof t.com.

Regards,
Allen Chen
Microsoft Online Community 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:
ms****@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
http://msdn.microsoft.com/en-us/subs.../aa948874.aspx
=============== =============== =============== =====
This posting is provided "AS IS" with no warranties, and confers no rights.

Nov 19 '08 #4

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

Similar topics

3
10749
by: bruce | last post by:
Hello, In Access 2003 one can use OpenReport with the acDialog parameter to open a report modally. However, doing this prevents the report's toolbars from displaying. Is there a way around this? I would like to be able to open a report modally and still allow my users to print in the way they've become accustomed to, i.e., by clicking on the Print button on the toolbar. Bruce
1
7665
by: pfnus | last post by:
Hi, I want to display different forms when the buttons are clicked and all the forms are having different controls on it. So instead of adding new windows forms to the project, i enlarged the form and used many panels on the same form, which i think is easier to manage. However, i am having problems. Should i need to put the panels on the same location on the design layout? i put the panels at different places and it doesn't get...
3
1245
by: Isabelle | last post by:
Hi all I have posted my question in two other newsgroups but was left without an answer or even a hint... My application has a splash screen (a modal form) that kicks out a wizard-like window (another modal form). For the sake of my example, let's say that I have MS Outlook up on my machine. I have also my application starting up.
0
1539
by: Rich Bamford | last post by:
Has anyone got any experience of nesting ajax modal popups using modalpopupextender? I.e. a popup that has a button to show a further popup. I'm trying to convert a non-ajax page where a 'popup' panel is used for data entry which in turn has 'popup' panels for selection of various values. The basic functionality appears to work. However, the nested popop and its associated 'modal-ness' although correctly sized and centered based on...
1
9022
by: daniel.chawner | last post by:
I am trying to deploy a very simple website (one page with the calendar extender, latest version 1.0) on a WinXP/IIS6.0 site. The target server has the latest (1.0) installation of ASP.NET AJAX (the dll's are in the GAC). I am getting '"AJAXControlToolkit" is undefined' popup while viewing the page. The project has the AJAXControlToolkit.dll (and .pdb) in the bin directory. This project compiles and runs cleanly on my development box...
6
16051
by: Nathan Sokalski | last post by:
I am trying to start using the AjaxControlToolkit. I followed all the instructions on the following page: http://ajax.asp.net/ajaxtoolkit/Walkthrough/Setup.aspx The only thing I did differently is I did not create my website from the "ASP.NET AJAX Web Site" template, because my site already exists, and I don't want to recreate the whole thing. I can see all the "AJAX Extensions" and "AJAX Control Toolkit" controls listed in Visual...
0
995
by: gerry | last post by:
I have been playing with the AjaxControlToolkit drag&drop. Things work consistantly well across all browsers that I'm testing on. But I notice that when dragging over a non-drop target area the 'no-drop' cursor is only displayed in IE. This happens on the demo site as well so I am assuming that this is not something I have done. http://asp.net/AJAX/AjaxControlToolkit/Samples/ReorderList/ReorderList.aspx I'd like to look into why this...
4
4556
by: Not Me | last post by:
Hi there, I've been having a few issues using features from the AjaxControlToolkit, but have reverted to simply trying to sun the SampleWebSite on my server - and I can't even get that to work! The server's running asp.net 3.5 framework, and the toolkit is the latest version, for 3.5. The error is: "Parser Error Message: Unknown server tag
1
2723
by: ShaluGoogle | last post by:
I'm using Tooltipextender control in ajaxcontroltoolkit. When I try to use other controls of Ajaxcontroltoolkit, the following error occurs. "Error 4 Could not load file or assembly 'AjaxControlToolkit, Version=1.0.10920.32880, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)" My Code is as...
0
8392
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8823
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...
0
8726
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
7320
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
6163
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
5632
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
4301
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2726
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1944
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.