473,411 Members | 2,129 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,411 software developers and data experts.

Atlas Update Panel stucked

Hi,
I am using ASP.Net 2.0 along with C# and Atlas. I have some image
panels alongwith asp:panel controls. I am using image panels as tabs,
when user clicks a specific portion of the image, I change the tab
image and accordingly set a panel.
Now, these panels have buttons and all, ajax is working fine with them.
But only when I click on the image panel, sometimes it get stucked, it
keeps on showing me the Progress template (which is simple text
'Loading...') Once this happened, Clicking anything does not yield any
results. The page just stucked there. And I can't do anything except to
refresh the page.
Any idea whats going on here ?

regards,
Omer

Oct 10 '06 #1
4 1300
Sorry I used the wrong word, its not image Panel but 'asp:ImageMap'

om*******@gmail.com wrote:
Hi,
I am using ASP.Net 2.0 along with C# and Atlas. I have some image
panels alongwith asp:panel controls. I am using image panels as tabs,
when user clicks a specific portion of the image, I change the tab
image and accordingly set a panel.
Now, these panels have buttons and all, ajax is working fine with them.
But only when I click on the image panel, sometimes it get stucked, it
keeps on showing me the Progress template (which is simple text
'Loading...') Once this happened, Clicking anything does not yield any
results. The page just stucked there. And I can't do anything except to
refresh the page.
Any idea whats going on here ?

regards,
Omer
Oct 10 '06 #2
any ideaaaaaaa ?

om*******@gmail.com wrote:
Sorry I used the wrong word, its not image Panel but 'asp:ImageMap'

om*******@gmail.com wrote:
Hi,
I am using ASP.Net 2.0 along with C# and Atlas. I have some image
panels alongwith asp:panel controls. I am using image panels as tabs,
when user clicks a specific portion of the image, I change the tab
image and accordingly set a panel.
Now, these panels have buttons and all, ajax is working fine with them.
But only when I click on the image panel, sometimes it get stucked, it
keeps on showing me the Progress template (which is simple text
'Loading...') Once this happened, Clicking anything does not yield any
results. The page just stucked there. And I can't do anything except to
refresh the page.
Any idea whats going on here ?

regards,
Omer
Oct 10 '06 #3
I've got the reason. I am using a custom control, when page opens for
the first time, that control is present in the visible panel. when we
switch tab, control is present in the new tab. So this control was
initially invisible, so it didn't render on the page load. Now Atlas
seems to have some kind of issu with that. If a simply put an instance
of that control in my first, evrything works perfectly fine. and I ahve
no ieda how to fix it. I just don't need this control on the first tab.

Omer wrote:
any ideaaaaaaa ?

om*******@gmail.com wrote:
Sorry I used the wrong word, its not image Panel but 'asp:ImageMap'

om*******@gmail.com wrote:
Hi,
I am using ASP.Net 2.0 along with C# and Atlas. I have some image
panels alongwith asp:panel controls. I am using image panels as tabs,
when user clicks a specific portion of the image, I change the tab
image and accordingly set a panel.
Now, these panels have buttons and all, ajax is working fine with them.
But only when I click on the image panel, sometimes it get stucked, it
keeps on showing me the Progress template (which is simple text
'Loading...') Once this happened, Clicking anything does not yield any
results. The page just stucked there. And I can't do anything except to
refresh the page.
Any idea whats going on here ?
>
regards,
Omer
Oct 10 '06 #4
Sorry , agian I made a mistake. When page opens the control is NOT
present in the first Tab.
Omer wrote:
I've got the reason. I am using a custom control, when page opens for
the first time, that control is present in the visible panel. when we
switch tab, control is present in the new tab. So this control was
initially invisible, so it didn't render on the page load. Now Atlas
seems to have some kind of issu with that. If a simply put an instance
of that control in my first, evrything works perfectly fine. and I ahve
no ieda how to fix it. I just don't need this control on the first tab.

Omer wrote:
any ideaaaaaaa ?

om*******@gmail.com wrote:
Sorry I used the wrong word, its not image Panel but 'asp:ImageMap'
>
om*******@gmail.com wrote:
Hi,
I am using ASP.Net 2.0 along with C# and Atlas. I have some image
panels alongwith asp:panel controls. I am using image panels as tabs,
when user clicks a specific portion of the image, I change the tab
image and accordingly set a panel.
Now, these panels have buttons and all, ajax is working fine with them.
But only when I click on the image panel, sometimes it get stucked, it
keeps on showing me the Progress template (which is simple text
'Loading...') Once this happened, Clicking anything does not yield any
results. The page just stucked there. And I can't do anything except to
refresh the page.
Any idea whats going on here ?

regards,
Omer
Oct 10 '06 #5

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

Similar topics

5
by: Varangian | last post by:
I'm not sure if there was already a post on this.. if so I apologise My question is what difference is there between Atlas and ASP.NET callback and why should people go on Atlas rather than on...
4
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...
1
by: benthanger | last post by:
This is just a how to question that I'm hoping someone can answer. Is there anyway to update the page cashe after performing a partial page update using atlas so that if someone leaves the page...
3
by: rodchar | last post by:
hey all, i have a master page that consists of a header section and main body (in other words 1 column, 2row table). i placed a contentplaceholder in the header and in the body. so how does...
1
by: jmdolinger | last post by:
Hi all, I'm a newbie to Atlas (and recently ASP.NET) after coming from a long Java background, also have done quite a bit with an Ajax.NET/ASP.NET 1.1 project, but it was basically all...
2
by: simonZ | last post by:
I have atlas update panel which works perfect for couple of hours. Then it stops render part of page when trigger fires submit. Just render nothing. And that happens on all of my pages, where I...
2
by: Nobody | last post by:
I have an aspx page where I have a repeater control that repeats a asp:LinkButton. When I click on one of the links, I get a post back, and the page flashes. A friend told me to look into ATLAS/AJAX,...
6
by: SlashDrew | last post by:
So I converted my old 1.1 project to 2.0 using the addon that allows for deploying projects the 'old' way. I tried to add an update panel on a new page with a button and a label (the most...
4
by: ccshine | last post by:
I have several textboxes, a gridview and an image in a panel that need to be updated based upon info entered into a textbox. Everything works like a champ when I don't use the Atlas UpdatePanel,...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
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,...
0
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...
0
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,...
0
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...
0
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,...
0
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...
0
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...

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.